A bot for handling SMS-related services, including buying numbers and checking OTP statuses from SMS-RU and SMS-Activate.
- Buy numbers from SMS-RU and SMS-Activate
- Check OTP status for purchased numbers
- Delete numbers (SMS-RU)
- View balances for both services
Make sure you have the following installed:
- Node.js
- npm
-
Clone this repository:
git clone https://github.com/yourusername/sms-handler-bot.git cd sms-handler-bot
-
Install dependencies:
npm install
-
Create a
.env
file in the root directory and add your API keys:nano .env
put
SMSHUB=your-smshub-api-key
SMSACTIVATE=your-smsactivate-api-key
You can get your API keys by registering on these services:
Run the bot by executing the following command:
npm start
You will be presented with a menu to select between SMS-RU and SMS-Activate services.