Skip to content

gustavoHollich/booking-check

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Booking Check

Installation

git clone https://github.com/skryde/booking-check.git
cd booking-check

./install.sh # This will create a Python 'venv' under que .venv directory

echo 'telegram_bot_api_token = "bot<token>"' > config.toml # Change 'bot<token>' with your Telegram Bot API Token.
echo 'message_recipients = ["123456"]' >> config.toml # Change '123456' with your Telegram User ID.

./run.sh

Crontab configuration

# Execute every 5 minutes.
*/5 * * * * /path/to/booking-check/run.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 92.7%
  • Shell 7.3%