Skip to content

Latest commit

 

History

History
67 lines (43 loc) · 1.45 KB

README.md

File metadata and controls

67 lines (43 loc) · 1.45 KB

sms-handler-bot

A bot for handling SMS-related services, including buying numbers and checking OTP statuses from SMS-RU and SMS-Activate.

Features

  • Buy numbers from SMS-RU and SMS-Activate
  • Check OTP status for purchased numbers
  • Delete numbers (SMS-RU)
  • View balances for both services

Getting Started

Prerequisites

Make sure you have the following installed:

  • Node.js
  • npm

Installation

  1. Clone this repository:

    git clone https://github.com/yourusername/sms-handler-bot.git
    cd sms-handler-bot
  2. Install dependencies:

    npm install
  3. 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:

Usage

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.

Donations

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

License

This project is licensed under the MIT License.