β Virtual Number bot for Telegram which uses OnlineSim's free virtual numbers β
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
- 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
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.pyto launch your bot:python main.py
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.pyAlso you can re-new you identity and IP address using kill command:
sudo pkill -HUP tor