Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/robotomize/t2r-bot

Telegram bot providing a list of current tor relays
https://github.com/robotomize/t2r-bot

network python relays telegram telegram-bot tor tor-relay

Last synced: 2 days ago
JSON representation

Telegram bot providing a list of current tor relays

Awesome Lists containing this project

README

        

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

## Usage

### Sh

```shell
python3 -m venv env
pip3 install poetry
poetry install --no-dev
export TOKEN=
python3 app/main.py
```

### Docker compose
```shell
sudo docker-compose up
```