A lightweight, zestful Python library for integrating with the Lemon8 API, providing an intuitive interface for developers to access the Lemon8 social media platform.
Pip
pip install pylemon8
From source
https://github.com/shotnothing/pylemon8.git
python setup.py install
or
pip install git+ssh://[email protected]/shotnothing/pylemon8.git
from lemon8 import Lemon8
lemon8 = Lemon8()
print(lemon8.feed('foryou').get_items())
This project is licensed under the MIT License - see the LICENSE file for details