An open API service indexing awesome lists of open source software.

https://github.com/bxdoan/airdrop-tools

Airdrop tools for all telegram bot
https://github.com/bxdoan/airdrop-tools

agent301 airdrop airdrops-tools banana blum boink cats czpepe fintopio major matchain moonbergai nomis rockyrabbit telegram-bot tothemoon whitebunnywtf xkucoin yescoin

Last synced: 7 months ago
JSON representation

Airdrop tools for all telegram bot

Awesome Lists containing this project

README

          

# Airdrop-tools

Airdrop tools for all telegram bot

Join telegram group and ask for support : [![Telegram](https://img.shields.io/badge/Telegram-2CA5E0?style=for-the-badge&logo=telegram&logoColor=white)](https://t.me/vp_airdrop)

Click the link below to join the bot app and get the referral link:

✅ [Moonbix](https://t.me/Binance_Moonbix_bot/start?startApp=ref_399199645&startapp=ref_399199645&utm_medium=web_share_copy)

✅ [Blum](https://t.me/blum/app?startapp=ref_KWlM6oGLsY)

✅ [Major](https://t.me/major/start?startapp=399199645)

✅ [Memefi](https://t.me/memefi_coin_bot/main?startapp=r_ee93f6aea4)

✅ [CZPEPE](https://t.me/czpepeBot?start=399199645)

✅ [Cats](t.me/catsgang_bot/join?startapp=iCkXghxaEvb_qo6M_CNEy)

✅ [Nomis](https://t.me/NomisAppBot/app?startapp=ref_8hl9ssTJVK)

✅ [Fintopio](https://t.me/fintopio/wallet?startapp=reflink-reflink_XP3STJDYcKqYmduP-)

✅ [Banana](https://t.me/OfficialBananaBot/banana?startapp=referral=TCJMSB)

✅ [Matchain](https://t.me/MatchQuestBot/start?startapp=95c2d862b8f59dea782f41aaf4c364ab)

✅ [MoonbergAI](https://t.me/moonbergai_bot/join?startapp=nlMsKP0ZWe)

✅ [WhiteBunny](https://t.me/whitebunnywtf_bot?start=ref66d6ffa67fae5fc4caea3dbf)

✅ [Xkucoin](https://t.me/xkucoinbot/kucoinminiapp?startapp=cm91dGU9JTJGdGFwLWdhbWUlM0ZpbnZpdGVyVXNlcklkJTNEMzk5MTk5NjQ1JTI2cmNvZGUlM0Q=)

✅ [RockyRabbit](https://t.me/rocky_rabbit_bot/play?startapp=frId399199645)

✅ [Yescoin](https://t.me/theYescoin_bot/Yescoin?startapp=mxRCHl)

✅ [Agent301](https://t.me/Agent301Bot/app?startapp=onetime399199645)

✅ [BOINK](https://t.me/boinker_bot/boinkapp?startapp=boink399199645)

✅ [To The Moon](https://t.me/PoPPtothemoon_bot/moon?startapp=399199645)

✅ [Mhaya](https://t.me/mhaya_bot?start=28PseCdbWcs)

✅ [MidasRWA](https://t.me/MidasRWA_bot/app?startapp=ref_061624a8-e745-4c33-ab16-0c27107be390)

✅ [IAMDOG](https://t.me/IAMDOG_bot?start=PN38WJ)

✅ [Wonton](https://t.me/WontonOrgBot/gameapp?startapp=referralCode=TBOHDD7V)

✅ [Sunkong](https://t.me/sunkongmyth_bot/sunkong_miniapp?startapp=25D8F1E09)

✅ [Coub](https://t.me/coub/app?startapp=coub__marker_24684706)

## Set up
Required: Node.js and Python

1. Create data directory in `{ROOT_REPO}/data`

2. Install extension `{ROOT_REPO}/bypasstele` into your web browser:

`settings` -> `extensions` -> `Developer mode ON` -> `Load unpacked` -> select `{ROOT_REPO}/bypasstele` folder

![image](imgs/extension.jpg)

3. Create data file in `{ROOT_REPO}/data/blum.txt` with format
`query_id=xxxx or user=xxxx`. Get `query_id` or `user` from the bot app

![image](imgs/get_query_id.jpg)

4. Optional: create proxy file in `{ROOT_REPO}/data/proxy.txt` with format `http://username:password@ip:port` or `ip:port:username:password`

## Run

### [Blum](https://t.me/blum/app?startapp=ref_KWlM6oGLsY)

```sh
cd blum
npm install
node blum.js

// or node blum-proxy.js for proxy
```
![image](imgs/blum_run.jpg)

This is the same for Major, CZPEPE, Cats, Nomis, Fintopio, Banana, Matchain, Moonbergai

### [Moonbix](https://t.me/Binance_Moonbix_bot/start?startApp=ref_399199645&startapp=ref_399199645&utm_medium=web_share_copy)

```sh
cd major
npm install
node moonbix.js

// or node moonbix-proxy.js for proxy
```
![image](imgs/moonbix.jpg)

### [Major](https://t.me/major/start?startapp=399199645)

```sh
cd major
npm install
node major.js

// or node major-proxy.js for proxy
```
![image](imgs/major_run.jpg)

### [Yescoin](https://t.me/theYescoin_bot/Yescoin?startapp=mxRCHl)

```sh
cd yescoin
npm install
node yes.js
```
![image](imgs/yescoin.jpg)

### [Matchain](https://t.me/MatchQuestBot/start?startapp=95c2d862b8f59dea782f41aaf4c364ab)

```sh
cd matchain
npm install
node mat-proxy.js
```
![image](imgs/matchain.jpg)

### [Fintopio](https://t.me/fintopio/wallet?startapp=reflink-reflink_XP3STJDYcKqYmduP-)

```sh
cd fin
npm install
node fin-proxy.js
```
![image](imgs/fin.jpg)

### [Agent301](https://t.me/Agent301Bot/app?startapp=onetime399199645)

```sh
cd agent
npm install
node agent-proxy.js
```
![image](imgs/agent.jpg)

### [IAMDOG](https://t.me/IAMDOG_bot?start=PN38WJ)

```sh
cd iamdog
npm install
node iamdog-proxy.js
```
![image](imgs/iamdog.jpg)

### [Banana](https://t.me/OfficialBananaBot/banana?startapp=referral=TCJMSB)

```sh
cd banana
npm install
node banana-proxy.js
```
![image](imgs/banana.jpg)

### [Cats](t.me/catsgang_bot/join?startapp=iCkXghxaEvb_qo6M_CNEy)

```sh
cd cats
npm install
node cats-proxy.js
```
![image](imgs/cats.jpg)

### [Wonton](https://t.me/WontonOrgBot/gameapp?startapp=referralCode=TBOHDD7V)

```sh
cd wonton
npm install
node won-proxy.js
```
![image](imgs/won.jpg)

### [Xkucoin](https://t.me/xkucoinbot/kucoinminiapp?startapp=cm91dGU9JTJGdGFwLWdhbWUlM0ZpbnZpdGVyVXNlcklkJTNEMzk5MTk5NjQ1JTI2cmNvZGUlM0Q=)

```sh
cd xkucoin
npm install
node x-proxy.js
```
![image](imgs/xkucoin.jpg)

### [BOINK](https://t.me/boinker_bot/boinkapp?startapp=boink399199645)

```sh
cd boinkers
npm install
node boinkers-proxy.js
```
![image](imgs/boinkers.jpg)

### [Coub](https://t.me/coub/app?startapp=coub__marker_24684706)

```sh
cd coub
npm install
node coub-proxy.js
```
![image](imgs/boinkers.jpg)

## Contact

[![Telegram](https://img.shields.io/badge/Telegram-2CA5E0?style=for-the-badge&logo=telegram&logoColor=white)](https://t.me/bxdoan)
[![Twitter](https://img.shields.io/badge/Twitter-1DA1F2?style=for-the-badge&logo=twitter&logoColor=white)](https://twitter.com/bxdoan)
[![Email](https://img.shields.io/badge/Gmail-D14836?style=for-the-badge&logo=gmail&logoColor=white)](mailto:hi@bxdoan.com)

## Thanks for use
Buy me a coffee

[![buymecoffee](https://img.shields.io/badge/Buy_Me_A_Coffee-FFDD00?style=for-the-badge&logo=buy-me-a-coffee&logoColor=black)](https://www.buymeacoffee.com/bxdoan)
[![bxdoan.eth](https://img.shields.io/badge/Ethereum-3C3C3D?style=for-the-badge&logo=Ethereum&logoColor=white)](https://etherscan.io/address/0x610322AeF748238C52E920a15Dd9A8845C9c0318)
[![paypal]( https://img.shields.io/badge/PayPal-00457C?style=for-the-badge&logo=paypal&logoColor=white)](https://paypal.me/bxdoan)