Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About this fork

It's using pushover notifications instead of Telegram.

Installation

Install the dependencies

sudo apt update && sudo apt upgrade -y
sudo apt install python3 
pip3 install -r requirements.txt 

Optionally you can run it in venv

sudo apt update && sudo apt upgrade -y
sudo apt install python3 
sudo apt install python3-pip
pip3 install virtualenv
python3 -m virtualenv env
source env/bin/activate
pip3 install -r requirements.txt 

Rename config.example.py to config.py, add your requested Telegram TOKEN (It is requested from BotFather) and modify the bikes that you are looking for

mv config.example.py config.py
vim config.py

After installation is compelte, just run the main.py

python3 main.py

About

Notify me when canyon bike is available to order

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages