Skip to content
This repository was archived by the owner on Jan 28, 2023. It is now read-only.

hykilpikonna/NetworkDiffBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NetworkDiffBot

How to Run

1. Clone Repository

git clone https://github.com/hykilpikonna/NetworkDiffBot
cd NetworkDiffBot

2. Install Python Dependencies

(If you don't have Python 3.9 installed already, search about how to install Python 3.9 first)

python3 -m venv ./venv
source ./venv/bin/activate
pip install -r requirements.txt

3. Create Start Script

Create File:

nano start.sh

Script:

export PYTHONPATH=PYTHONPATH:$pwd
export TG_TOKEN="<Your token here>"
python3 ./src/bot.py
# Then use Ctrl+X -> Y to save

Make it an executable:

chmod +x start.sh

4. Run Script

./start.sh

About

Telegram bot to monitor HTTP web page changes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors