https://github.com/dkzhen/cowtopia-bot
Cowtopia-bot is tool automatically claim rewards from cowtopia-bot telegram
https://github.com/dkzhen/cowtopia-bot
bot cowtopia
Last synced: about 1 month ago
JSON representation
Cowtopia-bot is tool automatically claim rewards from cowtopia-bot telegram
- Host: GitHub
- URL: https://github.com/dkzhen/cowtopia-bot
- Owner: dkzhen
- Created: 2024-07-13T08:01:58.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-07-28T02:34:21.000Z (9 months ago)
- Last Synced: 2024-07-28T04:23:17.318Z (9 months ago)
- Topics: bot, cowtopia
- Language: JavaScript
- Homepage: https://t.me/cowtopiabot/app?startapp=1370196228
- Size: 197 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cowtopia-bot
cowtopia-bot is a Telegram automation tool designed to help you manage and interact with [cowtopia bot](https://t.me/cowtopiabot/app?startapp=1370196228).
![]()
### Features
- Auto claim Offline Rewards
- Auto claim Hourly mission
- Auto buy animal
- Auto buy factory
- support multi account### How to use
you can clone repository and add your token authorization
- Clone repository
```bash
git clone https://github.com/dkzhen/cowtopia-bot.git
```- add config.json on folder configs
```json
[
{
"token": "eyJh"
},
{
"token": "eyJh"
}
]
```- install modules
```bash
npm install
```- running script
```bash
npm run start
```[ WARNING ] this bot in development stage, if bot error you can try again. some error or bug will be fixed.
### Token authorization
You can found on inspact element [F12] from telegram web. open the bot and see [ `on Headers Authorization from api request from cowtopia` ]
- `Authorization: eyJ..`
- example Authorization
```json
"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ3YWxsZXRfYWRkcmVzcyI6IjB4ZkM3NEQzMkY3NzZBNDY5NzQ2ODA5MmI3ZmUzYzRjMDk4ODIzNTk3OSIsInVzZXJfaWQiOiI2NjcyNWJjMTQzNDRhZTJmMWEwNDdmZjUiLCJ0Z19pZCI6IjE0OTMyMzExMTUiLCJ1c2VybmFtZSI6IjE0OTMyMzExMTUiLCJpYXQiOjE3MjA1MTQ2MjAsImV4cCI6MTcyMTExOTQyMH0.1AE50yLVEw_Eda1NbpvyojhQ0oLq4hm8vJEAXKx8zMA"
```### Contact
You can contact me for more information or report an issue.
- [GitHub](https://github.com/dkzhen)
- [Telegram](https://t.me/dk_zhen2)