Register : https://t.me/MemeX_prelaunch_airdrop_bot?start=ref_code=MX480DTV
This Node.js script automates several tasks based on query IDs, such as:
- Claiming SBT (if eligible).
- Checking daily status and performing check-ins.
- Check-In Automation: Automatically performs daily check-ins if applicable.
- SBT Claiming: Claims SBT for accounts that are eligible.
- Timed Loop: Repeats the process for all accounts every 12 hours.
- Node.js (>= 14.0.0)
- Dependencies:
axios
chalk
random-useragent
- Clone this repository:
git clone github.com/ganjsmoke/memex.git
- Navigate to the project directory:
cd memex
- Install the required dependencies:
npm install
- Place your query IDs in a file named
hash.txt
, with one query ID per line. - Run the script:
node index.js
- The script will automatically process each query ID, display logs, and repeat every 12 hours.
query_id=...&user=%7B%22username%22%3A%22Alexyamin%22%7D&...
- Logs include timestamps for each operation.
- Color-coded logs for better readability:
- Blue: Separators
- Yellow: Warnings or ongoing actions
- Green: Success messages
- Red: Errors
This project is licensed under the MIT License. See the LICENSE file for details.
Feel free to submit issues and pull requests to improve this script.
Happy automating!