Skip to content

xk4rimx/buy-me-a-coffee-notifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Buy Me a Coffee Notifier

This script sends you a Telegram message whenever someone buys a coffee for a specified creator on Buy Me a Coffee.

Setup

  1. Clone this repository.
  2. Install the required dependencies via pip install -r requirements.txt.
  3. Create a .env file with your Telegram information:
TELEGRAM_API_TOKEN=your_telegram_bot_token
TELEGRAM_CHAT_ID=your_telegram_chat_id
  1. Run the script via python main.py username. Replace username with the username of the creator you want to track.

The script checks for new coffees every hour by default. To change this, add a number of seconds after your username. Example: python main.py username 900 (checks every 15 minutes).

About

Buy Me a Coffee notifications via Telegram.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages