https://github.com/dante4rt/dappad-referral-bot
Dappad Referral Bot is an automated bot to increase your referral.
https://github.com/dante4rt/dappad-referral-bot
bot dappad referral zksync
Last synced: 11 months ago
JSON representation
Dappad Referral Bot is an automated bot to increase your referral.
- Host: GitHub
- URL: https://github.com/dante4rt/dappad-referral-bot
- Owner: dante4rt
- Created: 2024-01-17T15:14:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-18T13:40:57.000Z (over 2 years ago)
- Last Synced: 2025-06-11T19:11:17.448Z (about 1 year ago)
- Topics: bot, dappad, referral, zksync
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dappad-Referral-Bot
This Node.js script allows users to submit referrals to a waitlist API using dynamically entered referral links. It uses `axios` for HTTP requests, `email-generator` for generating dummy emails, `readline-sync` for reading user input, and `colors` to enhance console output.
## Features
- Dynamic referral link input via command line.
- Validation of the referral link URL.
- Colorful console messages for better user experience.
- Automatic generation and submission of dummy emails.
## Prerequisites
Before running the script, make sure you have Node.js installed on your machine. You can download and install Node.js from [nodejs.org](https://nodejs.org/).
## Installation
1. Clone the repository or download the script to your local machine with this command :
```bash
git clone https://github.com/dante4rt/Dappad-Referral-Bot.git && cd Dappad-Referral-Bot
```
2. Install the necessary npm packages:
```bash
npm install
```
## Usage
To run the script, execute the following command in the terminal:
```bash
node index.js
```
Follow the on-screen prompts to enter the referral link.
## Important Notes
- Ensure the referral link entered is in a correct URL format for the script to work properly.
- The script uses a mock waitlist API endpoint; replace it with your actual API endpoint if necessary.
- The `email-generator` package is used for demonstration purposes. In a real-world application, use valid emails or handle email generation appropriately.