Skip to content

gabrieledettorre/RandoPicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

RandoPicker

This is a simple Telegram bot python based that gets to you a random choice from an input list.


Setup

To use this project you've to provide your Telegram Bot API key.

You can get your key by following this guide:

  1. Telegram

Now you're ready!

Clone this repo, open bot.py file in your text editor, and put your token in line 7

"TOKEN = "INSERT TOKEN HERE" 

To run this bot, you nedd to install Telepot library:

$ pip install telepot
$ pip install telepot --upgrade  # UPGRADE

Now you can test it locally or host it on a server running this command:

python bot.py

That's it. Now simply start the bot and let randomize the world!

About

Telegram bot that choose for you!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages