Skip to content

This bot collects data from the facebook page of Zeitgeist and makes it accessible through telegram.

License

Notifications You must be signed in to change notification settings

RatzzFatzz/zeitgeist-notifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ciImg licenseImg

This bot collects data from the facebook page of Zeitgeist and makes it accessible through telegram.

Features:

  • Automated notification if desired ice cream flavors are available today
  • Select for which shop you want to get notified

Requirements

  • Telegram
  • Telegram Bot
  • Docker

Docker setup

Config

  • Create config based on config-template
  • Create a file named data and cookie
  • Paste the cookies of facebook.com from your browser into cookie
  • Example:
zeitgeist_notifier_config/
├── config
├── cookie
└── data

Run docker

docker run --name zeitgeist-notifier <path-to-config-dir>:/config ratzzfatzz/zeitgeist-notifier:latest

Docker-compose

version: "3.6"
services:
    zeitgeist-notifier:
        image: ratzzfatzz/zeitgeist-notifier:latest
        container_name: zeitgeist-notifier
        restart: unless-stopped
        volumes:
            - <path-to-config-dir>:/config

Links

About

This bot collects data from the facebook page of Zeitgeist and makes it accessible through telegram.

Topics

Resources

License

Stars

Watchers

Forks

Languages