Kourva / OnlineSimBot

Virtual Number bot for Telegram which uses OnlineSim's free virtual numbers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

𑁍 OnlineSim Bot 𑁍

∞ Virtual Number bot for Telegram which uses OnlineSim's free virtual numbers ∞

π–£  About OnlineSim Bot

This telegram bot fetches virtual numbers and countries from OnlineSim. Then filters numbers based on active and online numbers, and selects a random number and sends it to user.
Users also can re-new number or check number's profile in Telegram to make sure there is no account registered on that number!
Bot will send last 5 messages for each number in each request. So use number and click on inbox inline button to get last 5 messages.

βΏ» Here is list of commands:

  • /start | /restart -> Starts the bot
  • /help | /usage -> Shows help message
  • /number -> Sends random virtual number

⚝ Installation

  1. Clone repository:
    git clone https://github.com/Kourva/OnlineSimBot
  2. Navigate to OnlineSimBot:
    cd OnlineSimBot
  3. Activate Virtual Environment:
    virtualenv venv && source venv/bin/activate
  4. Install requirements:
    pip install -r requirements.txt

πŸ•Έ Configuration

Open src/token.txt and put your bot's token in that file. Get token from bot father

Example token: 1234567890:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

  • Lanuch the bot: After configuring the token, simply run main.py to launch your bot:
    python main.py

π–‘Ž Using Proxychains with TOR proxy

You can use this bot with TOR as proxy using proxychains to bypass Telegram filtering (You need to start the tor on terminal before using proxychains):

proxychains -q python main.py

Also you can re-new you identity and IP address using kill command:

sudo pkill -HUP tor

About

Virtual Number bot for Telegram which uses OnlineSim's free virtual numbers

License:MIT License


Languages

Language:Python 100.0%