A Tkinter based GUI to login and send messages to your Facebook friends.
- Fork the repository
- Clone it to your local system
- Switch to project directory
- Run
pip install -r requirements.txtto install dependencies (may need to be root/admin user to make this work if not using a virtualenv - dosudo pip install -r requirements.txtinstead if this is the case on Linux) - Run the command
python fbgui.pyto start the program running
- Python 2.7 (https://www.python.org/downloads/)
- fbchat module
- Basic knowledge of Tkinter
This app is a very basic one and various features are yet to be implemented. PRs are welcome!
- Improve UI
- A logout button for safe logout
- Creating a broadcast
- Sending message to group chat