https://github.com/zetxtech/iwexchanger
Electronic information exchange bot for telegram
https://github.com/zetxtech/iwexchanger
Last synced: about 1 year ago
JSON representation
Electronic information exchange bot for telegram
- Host: GitHub
- URL: https://github.com/zetxtech/iwexchanger
- Owner: zetxtech
- Created: 2024-07-28T19:08:35.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-28T19:08:53.000Z (almost 2 years ago)
- Last Synced: 2025-06-01T02:08:23.009Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Exchanger Bot
This repo is for the telegram bot [@iwexchanger_bot](https://t.me/iwexchanger_bot).
### Deploy
Create a `config.toml`:
```toml
[bot]
id = "12345678"
hash = "abcde1234567890abcde1234567890"
token = "12345678:AbCdEfG-123456789"
```
Then run:
```
pip install -e .
iwexchanger config.toml
```