Agezet / pylemon8

Lemon8 wrapper in Python

Home Page:https://github.com/shotnothing/pylemon8

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lemon8 Wrapper for Python

A lightweight, zestful Python library for integrating with the Lemon8 API, providing an intuitive interface for developers to access the Lemon8 social media platform.

Getting Started

Installation

Pip

pip install pylemon8

From source

https://github.com/shotnothing/pylemon8.git
python setup.py install

Example Usage

from lemon8 import Lemon8

lemon8 = Lemon8()
print(lemon8.feed('foryou').get_items())

License

This project is licensed under the MIT License - see the LICENSE file for details

About

Lemon8 wrapper in Python

https://github.com/shotnothing/pylemon8

License:MIT License


Languages

Language:Python 90.5%Language:Makefile 9.5%