[go: up one dir, main page]

Skip to content

A telegram bot for monitoring updates to a particular website

License

Notifications You must be signed in to change notification settings

Navidda/website-subscribe-bot

Repository files navigation

Website Subscribe Bot

A telegram bot for monitoring updates to a particular website, and send updates to subscribers based in a FIFO queue.

This is implemented to monitor Aachen immigration office.

Installation

  1. Create and setup python environment

    python3 -m venv .venv
    source .venv/bin/activate # Windows: source .venv/Scripts/activate
    pip install -r requirements.txt
    
  2. Get your bot's api token from botfather and save it to .env file.

    echo "BOT_TOKEN=Your Token Here" > .env
    echo "ADMIN_PASSWORD=YourAdminPassword" >> .env # This is used to authenticate admin commands
    
  3. Run the bot

    ./run.sh
    

About

A telegram bot for monitoring updates to a particular website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published