Facebook message notifications on linux using Python without Graph API.
-
Python 2.7+
-
pip
-
BeautifulSoup
pip install -r requirements.txt
export PYFY_FB_USER_EMAIL="your_email"
export PYFY_FB_PASSWORD="your_fb_password"
python PyFy.py
Facebook message notifications on linux using Python without Graph API
PythonAGPL-3.0