Skip to content

Free Rest Api For Bot Whatsapp (Recode From AlipBot/ApiAlpis)

Notifications You must be signed in to change notification settings

razn-id/Api-Razan

Repository files navigation

Razan Api (Recode From AlipBot/ApiAlpis)

  

Installation

Step 1: Fork the GitHub Repository

  • Click the Fork button at the top-right of the repository page.
  • Customize the name, description, etc., if desired.

Step 2: Create a MongoDB Account and Database

  • Visit MongoDB.
  • Sign up for an account.
  • Create a new database and obtain the connection string (MongoDB URI).

Step 3: Create an SMTP Email Account

  • Set up an SMTP email account.
  • You can use your own SMTP server or a free SMTP service.
  • Obtain the SMTP server details and credentials.

Step 4: Create a Render Account and Deploy the Service

  1. Sign up at Render.
  2. Create a new web service on Render.
  3. Connect your GitHub account to Render.
  4. Select the forked repository.
  5. Set the build command to npm install.
  6. Set the start command to npm start.
  7. Click "Advanced" and add the following environment variables:
    mongodb = "Your MongoDB Database Key"
    sendemail = "Your SMTP Email"
    fromsendemail = "Same as SMTP Email"
    sendpwmail = "SMTP Email Password"
    recaptcha_key_1 = "Your reCAPTCHA V1 Key"
    recaptcha_key_2 = "Your reCAPTCHA V2 Key"
  8. Create the web service.
  9. After deployment, update the environment variables in the Render dashboard as needed.

Configuration

Edit the file settings.js for the following configurations:

  • Change the Creator's name.
  • Change the port.
  • Adjust the API key limit.

Usage

Start the application with:

npm start

or

npm run start

Features

  • Login
  • Sign Up
  • No Temporary Email
  • Anti-Spam Email
  • Email Verification
  • Change Password
  • Database
  • API Key Limit with Auto Reset
  • Anti-Error

API Features

  • Downloader
  • Text Pro
  • Photooxy
  • Sound Of Text
  • Search
  • Random Images
  • Games
  • Maker
  • Link Shortener
  • Information
  • Tools
  • Islamic

Deployment

Credits