Skip to content

Telegram bot providing a list of current tor relays

License

Notifications You must be signed in to change notification settings

robotomize/t2r-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

t2r-bot

Telegram bot for receiving a list of relays for use in the tor browser

Usage

Sh

python3 -m venv env
pip3 install poetry
poetry install --no-dev
export TOKEN=<YOUR TELEGRAM TOKEN>
python3 app/main.py

Docker compose

sudo docker-compose up