Skip to content

sunyi00/rollem-telegram-bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RollEm Telegram Bot

A polyhedral dice rolling bot for Telegram. To use this bot in Telegram, click here. This bot was built to enable playing tabletop roleplaying games (RPGs) over Telegram.

Requires

Current Features

  • /roll [equation] [label] or /r [equation] [label]
    • Equation is required, label is optional.
    • Roll dice using dice notation as the equation (includes Fate/Fudge Dice with 4dF). Do not include spaces in the equation.
    • Example: /roll 4d8+16-2d4
    • Exploding dice with exclamation point: /r 6d6!
    • Highest and Lowest dice kept for advantage/disadvantage: /r 2d20H Advantage
  • /rf [modifier] [label]
    • The modifier and label are optional, but if both are given the modifier must come first.
    • Roll 4 Fate (Fudge) dice.
    • Example: /rf 3 Athletics

SEE THE WIKI for usage instructions and examples.

Running The Code

To run the code, download and extract to a folder. You will need to use the Bot Father bot to generate a token for your app. Once you have that token, use the command below to run the bot. Replace /PATH/TO/ with the path to bot.py on your computer and [YOUR_TOKEN_HERE] with the token you just generated through the Bot Father.

/PATH/TO/bot.py [YOUR_TOKEN_HERE]

Troubleshooting

If you are receiving an error that says Server response could not be decoded using UTF-8, make the following changes to the python-telegram-bot requests.py file: Bug Fix Diff

About

🎲 An RPG dice rolling bot for Telegram.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 93.6%
  • HTML 6.4%