Hidden Duck Airdrop Bot
This is a Telegram bot built using Golang that automates the completion of hidden duck airdrop tasks by sending HTTP requests.
- Automates participation in hidden duck airdrop events.
- Sends HTTP requests to interact with airdrop platforms and complete tasks.
- Fully configurable for different task types.
Before you begin, ensure you have the following installed:
-
Clone the repository:
git clone https://github.com/itpourya/DuckAirdropHiddenTask.git
-
Move into the project directory:
cd DuckAirdropHiddenTask -
Install the required dependencies:
go mod tidy
-
Open the
cheatbot/env.gofile and set your Telegram Bot Token and other necessary configurations:TOKEN=your_telegram_bot_token
Customize other environment variables as needed to suit the hidden duck airdrop task's requirements.
To run the bot:
go run main.goThe bot will start interacting with the hidden duck airdrop platform and completing tasks automatically.
main.go: The entry point of the bot.handler/: Contains the logic to handle different Telegram bot events and HTTP requests.process/: Contains services responsible for interacting with the airdrop API.env.go: Environment variables like bot tokens and API URLs.
Feel free to contribute to this project by submitting pull requests:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch). - Commit your changes (
git commit -m "Add new feature"). - Push the branch (
git push origin feature-branch). - Open a Pull Request.