# 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
```python
https://github.com/shotnothing/pylemon8.git
python setup.py install
```
### Example Usage
```python
from lemon8 import Lemon8
lemon8 = Lemon8()
print(lemon8.feed('foryou').get_items())
```
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details
Raw data
{
"_id": null,
"home_page": "https://github.com/shotnothing/pylemon8",
"name": "pylemon8",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "python,lemon8,pylemon8,bytedance,api,lemon,8,wrapper,py-lemon8,pythonlemon8,eight",
"author": "Saw Jing Wen",
"author_email": "shotnothinggg@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/a8/49/9459dbc716d421f12de65d08ebf22579c27a7742b5d267e7a02cafeeb368/pylemon8-0.1.1.tar.gz",
"platform": null,
"description": "# Lemon8 Wrapper for Python\r\n\r\nA lightweight, zestful Python library for integrating with the Lemon8 API, providing an intuitive interface for developers to access the Lemon8 social media platform.\r\n \r\n## Getting Started\r\n \r\n### Installation\r\nPip\r\n```\r\npip install pylemon8\r\n```\r\n\r\nFrom source\r\n```python\r\nhttps://github.com/shotnothing/pylemon8.git\r\npython setup.py install\r\n```\r\n\r\n### Example Usage\r\n```python\r\nfrom lemon8 import Lemon8\r\n\r\nlemon8 = Lemon8()\r\nprint(lemon8.feed('foryou').get_items())\r\n```\r\n\r\n## License\r\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details\r\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Lemon8 Wrapper in Python",
"version": "0.1.1",
"project_urls": {
"Download": "https://github.com/shotnothing/pylemon8",
"Homepage": "https://github.com/shotnothing/pylemon8"
},
"split_keywords": [
"python",
"lemon8",
"pylemon8",
"bytedance",
"api",
"lemon",
"8",
"wrapper",
"py-lemon8",
"pythonlemon8",
"eight"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "a8499459dbc716d421f12de65d08ebf22579c27a7742b5d267e7a02cafeeb368",
"md5": "8ec8d03441fa7822575657d8b5528cbf",
"sha256": "0b5f614d4f56b026e9e963e79f8f95aad60625cbd987d7b0ce0a6b2adfe0390b"
},
"downloads": -1,
"filename": "pylemon8-0.1.1.tar.gz",
"has_sig": false,
"md5_digest": "8ec8d03441fa7822575657d8b5528cbf",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 3464,
"upload_time": "2024-01-22T17:32:49",
"upload_time_iso_8601": "2024-01-22T17:32:49.608019Z",
"url": "https://files.pythonhosted.org/packages/a8/49/9459dbc716d421f12de65d08ebf22579c27a7742b5d267e7a02cafeeb368/pylemon8-0.1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-01-22 17:32:49",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "shotnothing",
"github_project": "pylemon8",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "pylemon8"
}