Kourva
OnlineSimBot
Python

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

Last updated Jun 17, 2026
69
Stars
38
Forks
3
Issues
0
Stars/day
Attention Score
27
Language breakdown
Python 100.0%
โ–ธ Files click to expand
README

๐‘ 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

  • Clone repository:
git clone https://github.com/Kourva/OnlineSimBot
  • Navigate to OnlineSimBot:
cd OnlineSimBot
  • Activate Virtual Environment:
virtualenv venv && source venv/bin/activate
  • 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

ยฉ 2026 GitRepoTrend ยท Kourva/OnlineSimBot ยท Updated daily from GitHub