Skip to content

ArthurChalard/roboclic

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RoboCLIC ?

Le bot Telegram de la CLIC

Requirements

Install dependencies Telegram API wrapper and BeautifulSoup 4

pip install -r requirements.txt

See the Telegram Bot API documentation to obtain your bot token, to be stored in a .keys JSON file under { "token": "YOUR_TOKEN" }. Then simply launch the bot

python roboclic.py

Please disable the bot's privacy mode before using it.

Note that a few optional features expect additional parameters from the .keys file, namely groups (list of chat IDs), phone (string) and admin (chat ID).

Features

The bot offers various features, among which countdown commands for key events, a game consisting in guessing the author of rap punchlines from the French classic Bande Organisée, a poll game consisting in guessing which CLIC member said a given sentence, and many more! Configuration files are available to change the poll options (i.e., the CLIC members) and other relevant parameters. Please consider keeping options.json and birthdays.json consistent.

Enjoy!

About

Qui a dit ça ?

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.0%
  • Shell 2.0%