Skip to content

la1n23/bb-radar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BBradar update bot

Installation

python -m venv venv && source venv/bin/activate
pip install -r requirements.txt
go install -v github.com/tomnomnom/anew@latest

sudo apt install chromium-driver

Running

cp .env.example .env
python main.py

systemd

Change working directory in bb-radar.service

sudo cp bb-radar.service /etc/systemd/system/
sudo systemctl daemon-reload
sudo systemctl start bb-radar.service
sudo systemctl status bb-radar.service
sudo systemctl enable bb-radar.service
sudo journalctl -fu bb-radar

About

Fetch updates from bbradar.io and forward them to telegram

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published