Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/robotomize/t2r-bot
- Owner: robotomize
- License: mit
- Created: 2022-02-09T10:31:25.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-13T06:24:50.000Z (12 months ago)
- Last Synced: 2024-02-13T07:28:36.408Z (12 months ago)
- Topics: network, python, relays, telegram, telegram-bot, tor, tor-relay
- Language: Python
- Homepage: https://t.me/t2relays_bot
- Size: 25.4 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```