Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hhhscvx/truecoinbot
Auto farm bot for Telegram mini app @true_coin_bot
https://github.com/hhhscvx/truecoinbot
asyncio clicker farmer miner pyrogram python tapper telegram-bot true-coin truecoin truecoinbot
Last synced: 2 months ago
JSON representation
Auto farm bot for Telegram mini app @true_coin_bot
- Host: GitHub
- URL: https://github.com/hhhscvx/truecoinbot
- Owner: hhhscvx
- Created: 2024-09-18T07:54:15.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-10-16T11:18:17.000Z (2 months ago)
- Last Synced: 2024-10-17T23:35:51.712Z (2 months ago)
- Topics: asyncio, clicker, farmer, miner, pyrogram, python, tapper, telegram-bot, true-coin, truecoin, truecoinbot
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TrueCoin
TrueCoin claimer https://t.me/true_coin_bot### Configuration ⚙️
1. Get api id and api hash from [here](https://my.telegram.org/auth "here")
2. Create `.env` and put your api id and api hash like:
```
API_ID=your_api_id
API_HASH=your_api_hash
```### Library Installation 📚
1. `python3 -m venv venv`
2. `source venv/bin/activate` for linux
3. `.\venv\Scripts\activate.bat` for Windows
4. `poetry init && poetry install` or `pip install -r requirements.txt`### Start bot 🤖:
`python3 main.py`### Python Version 🐍
Preferably python 3.10+