Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 289 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 289 Bytes

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