A Python Facebook chat bot written in Python. Uses a forked fbchat module with applied patches to get group chat working.
Written in Python3
##Installation
- Clone Repo
- Install
fbchat
andmicrosofttranslator
from pip3
##Usage
python JerryBot.py
##Modules
Currently provided modules:
- Flip (Flip a coin)
- Roll (Roll an n sided die, default six)
- Menu $day $dining_hall $meal (order of params shouldn't matter)
- eatadick
- weather
- jackets
- helpgi
- thanks
Planned Modules:
- Reminders
- Linkme/define
- Random quote generation
- Random joke generation
- Combinatorial calculations
Create a module:
- Create a module in modules/
- Have one endpoint function that takes in a list of arguments (doesn't have to do anything with them)
- Add function to modules{} in modules/modules.py