DropWizard
DropWizard [The all in one] made by Alfred Nti. Node.js bot for farming multiple telegram bot.
Install / Use
/learn @Freddywhest/DropWizardREADME
<img src="https://img.shields.io/badge/Telegram-%40Me-orange">

Use Node.Js 18 or greater
Available Bots
| Bots | Status | | ----------------------- | :----: | | Blum | ✅ | | Rocky Rabbit | ✅ | | ToMarket | ✅ | | Dotcoin | ✅ | | Major | ✅ | | Timefarm | ✅ | | PocketFi | ✅ | | Character X | ⏳ | | BunnyApp | ⏳ | | Stay tune, more to come | 👻 |
How to get and add query id
Config Files
| Files | Description |
| ------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
| .env-general | Config file for DropWizard. How to configure DropWizard |
| .env-blum | Config file for Blum. How to configure Blum |
| .env-rockyrabbit | Config file for Rocky Rabbit. How to configure Rocky Rabbit |
| .env-tomarket | Config file for ToMarket. How to configure ToMarket |
| .env-major | Config file for Major. How to configure Major |
| .env-dotcoin | Config file for Dotcoin. How to configure Dotcoin |
| .env-timefarm | Config file for Timefarm. How to configure Timefarm |
| .env-pocketfi | Config file for PocketFi. How to configure Timefarm |
| queryIds_blum.json | For setting query ids for Blum |
| queryIds_rockyrabbit.json | For setting query ids for ROCKY RABBIT |
| queryIds_tomarket.json | For setting query ids for ToMarket |
| queryIds_major.json | For setting query ids for Major |
| queryIds_dotcoin.json | For setting query ids for Dotcoin |
| queryIds_timefarm.json | For setting query ids for Timefarm |
| queryIds_pocketfi.json | For setting query ids for PocketFi |
Settings
| Settings | Description |
| ---------------------------- | ---------------------------------------------------------------------------- |
| API_ID / API_HASH | Platform data from which to launch a Telegram session (stock - Android) |
| BLUM | Whether to start Blum when the bot start (True / False) |
| TOMARKET | Whether to start ToMarket when the bot start (True / False) |
| DOTCOIN | Whether to start Dotcoin when the bot start (True / False) |
| MAJOR | Whether to start Major when the bot start (True / False) |
| TIMEFARM | Whether to start Timefarm when the bot start (True / False) |
| ROCKYRABBIT | Whether to start Rocky Rabbit when the bot start (True / False) |
| POCKETFI | Whether to start PocketFi when the bot start (True / False) |
| USE_QUERY_ID_BLUM | Whether to use query ids instead of sessions (BLUM) (True / False) |
| USE_QUERY_ID_TOMARKET | Whether to use query ids instead of sessions (TOMARKET) (True / False) |
| USE_QUERY_ID_ROCKYRABBIT | Whether to use query ids instead of sessions (ROCKY RABBIT) (True / False) |
| USE_QUERY_ID_DOTCOIN | Whether to use query ids instead of sessions (DOTCOIN) (True / False) |
| USE_QUERY_ID_MAJOR | Whether to use query ids instead of sessions (MAJOR) (True / False) |
| USE_QUERY_ID_TIMEFARM | Whether to use query ids instead of sessions (TIMEFARM) (True / False) |
| USE_QUERY_ID_POCKETFI | Whether to use query ids instead of sessions (POCKETFI) (True / False) |
| USE_PROXY_FROM_FILE | Whether to use proxy from the bot/config/proxies.js file (True / False) |
Installation
You can download Repository by cloning it to your system and installing the necessary dependencies:
~ >>> git clone https://github.com/FreddyWhest/DropWizard.git
~ >>> cd DropWizard
#Linux and MocOS
~/DropWizard >>> chmod +x check_node.sh
~/DropWizard >>> ./check_node.sh
OR
~/DropWizard >>> npm install
~/DropWizard >>> cp .env-general-example .env-general
~/DropWizard >>> cp .env-blum-example .env-blum
~/DropWizard >>> cp .env-tomarket-example .env-tomarket
~/DropWizard >>> cp .env-rockyrabbit-example .env-rockyrabbit
~/DropWizard >>> nano .env-general # Here you must specify your API_ID and API_HASH , the rest is taken by default
~/DropWizard >>> node index.js
#Windows
1. Double click on INSTALL.bat in DropWizard directory to install the dependencies
2. Double click on START.bat in DropWizard directory to start the bot
OR
~/DropWizard >>> npm install
~/DropWizard >>> cp .env-general-example .env-general
~/DropWizard >>> cp .env-blum-example .env-blum
~/DropWizard >>> cp .env-tomarket-example .env-tomarket
~/DropWizard >>> cp .env-rockyrabbit-example .env-rockyrabbit
~/DropWizard >>> # Edit .env-general and set your API_ID and API_HASH
~/DropWizard >>> node index.js
Also for quick launch you can use arguments, for example:
~/DropWizard >>> node index.js --action=1
OR
~/DropWizard >>> node index.js --action=2
#1 - Create session
#2 - Run clicker
