pylemon8

Lemon8 Wrapper in Python


Keywords
python, lemon8, pylemon8, bytedance, api, lemon, 8, wrapper, py-lemon8, pythonlemon8, eight, lemon8-downloader, lemon8-python, lemon8-scraper, social-media, tiktok
License
MIT
Install
pip install pylemon8==0.1.1

Documentation

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