This repository contains scripts for automating the Lost Dogs game on Telegram. The scripts are developed by the Monomy Crypto Team.
The script does:
- Select random card every day.
- Support multi account with proxy.
To get started with the Lost Dogs Telegram Game Bot, follow these steps:
- Install NodeJS
git clone https://github.com/SmartBotBlack/lost-dogs-bot.git
cd lost-dogs-bot
npm i
- Login into your telegram account
- Then click "API development tools" and fill your application details (only app title and short name required)
- Finally, click "Create application"
- Save
APP_ID
andAPI_HASH
to.env
file
After installing the scripts, follow these steps to start using the bot:
- Run
npx tsx ./src/index.ts
- Follow the instructions on the screen. First, add an account.
We welcome contributions to improve the project. If you have any suggestions or encounter any issues, please open an issue or submit a pull request.
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes.
- Commit your changes (
git commit -m 'Add new feature'
). - Push to the branch (
git push origin feature-branch
). - Open a pull request.
This script is provided by the Monomy Crypto Team and is intended for educational and personal use only. Use it at your own risk.
For more information, visit @monomycrypto