Just use the /rawl command, also working in groups.
- /help, /start: show this help message.
- /rawl: I rawl numbers from 0 to 10000 so you can get your sexy dubs, trips and quads.
Please share this bot with your friends so that I (the magician behind this project) have enough motivation to continue and maintain this bot.
Check out my other project[s]:
- @insta_looter_bot - Download images and videos from Instagram via Telegram
- @reverse_image_search_bot - Reverse image search directly in Telegram
- @yet_another_urban_dictionary_bot - Urban Dictionary lookup directly in Telegram
If you have found a bug or want a new feature, please make an issue here: Nachtalb/rawlling_bot
Please use a line length of 120 characters and Google Style Python Docstrings.
Instead of the old pip with requirements.txt I use the new and fancy pipenv with pipfile. If you read the intro
to pipenv and pipfile you will understand why I use it.
With this info we now install our virtualenv with:
pip install pipenv # Install pipenv
pipenv --three # Create virtualeenv from your python3 installation
pipenv install # Install all requirements
pipenv shell # Spawn shell for your pipenv virtualenvAfter this is complete, you have to get an API Token from Telegram. You can easily get one via the @BotFather.
Now that you have your API Token copy the settings.example.py to settings.py and paste in your API Token.
Finally you can use this to start your bot.
python run_bot.pyThank you for using @rawlling_bot.