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: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.
If you would like to support the development of this project, you can make a donation using the following addresses:
- Solana:
GLQMG8j23ookY8Af1uLUg4CQzuQYhXcx56rkpZkyiJvP
- EVM:
0x960EDa0D16f4D70df60629117ad6e5F1E13B8F44
- BTC:
bc1p9za9ctgwwvc7amdng8gvrjpwhnhnwaxzj3nfv07szqwrsrudfh6qvvxrj8
This project is licensed under the MIT License.