Name | biliemoji JSON |
Version |
1.2.0
JSON |
| download |
home_page | None |
Summary | A simple Python library for accessing bilibili emojis and dresses. |
upload_time | 2025-01-14 07:43:15 |
maintainer | gcnanmu |
docs_url | None |
author | gcnanmu |
requires_python | None |
license | MIT |
keywords |
python
bilibili
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
## BiEmoji
A simple Python library for accessing bilibili memes and dress-ups.
All APIs come from GitHub, and the APIs will become invalid with official updates.
If it fails, stop using it and wait for a later update.
## Installation
```bash
pip install biliemoji
```
## Usage
This package is divided into two parts:
1. Emoji part
```python
from biliemoji.emoji import Emoji
# Create a Emoji object
e = Emoji()
# Use IDS to obtain emoji information
res = e.certain_emoji(ids=53)
# Returns a JSON object
print(res)
```
2. Dress part
```python
from biliemoji.dress import Dress
# Create a Dress object
d = Dress()
# Search by keyword and temporarily the first piece of data
res = d.search_dress(1,keyword="2233")
# Returns a JSON object
print(res)
```
For more information, please refer to GitHub
## GetHelp
Please to see github to understand the code structure, and if it is indeed a bug, please submit an issue
## Update log
`1.2.0` Add animated memes and video downloads
`1.1.0` Fixed an issue with image titles caused by incorrect paths in dress downloads, the separation save_json is divided into two parts: auto and simple
`1.0.1` Fix the README description error
`1.0,0` first release
Raw data
{
"_id": null,
"home_page": null,
"name": "biliemoji",
"maintainer": "gcnanmu",
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "python, bilibili",
"author": "gcnanmu",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/c3/52/dac85c2b28a51a6129ea46ccf2633446c5fe5129a216418757f2789cb321/biliemoji-1.2.0.tar.gz",
"platform": null,
"description": "\r\n## BiEmoji\r\r\n\r\r\nA simple Python library for accessing bilibili memes and dress-ups.\r\r\n\r\r\nAll APIs come from GitHub, and the APIs will become invalid with official updates.\r\r\n\r\r\nIf it fails, stop using it and wait for a later update.\r\r\n\r\r\n## Installation\r\r\n\r\r\n```bash\r\r\npip install biliemoji\r\r\n```\r\r\n\r\r\n## Usage\r\r\n\r\r\nThis package is divided into two parts\uff1a\r\r\n\r\r\n1. Emoji part\r\r\n\r\r\n ```python\r\r\n from biliemoji.emoji import Emoji\r\r\n \r\r\n # Create a Emoji object\r\r\n e = Emoji()\r\r\n # Use IDS to obtain emoji information\r\r\n res = e.certain_emoji(ids=53)\r\r\n # Returns a JSON object\r\r\n print(res)\r\r\n ```\r\r\n\r\r\n2. Dress part\r\r\n\r\r\n ```python\r\r\n from biliemoji.dress import Dress\r\r\n \r\r\n # Create a Dress object\r\r\n d = Dress()\r\r\n # Search by keyword and temporarily the first piece of data\r\r\n res = d.search_dress(1,keyword=\"2233\")\r\r\n # Returns a JSON object\r\r\n print(res)\r\r\n ```\r\r\n\r\r\nFor more information, please refer to GitHub\r\r\n\r\r\n## GetHelp\r\r\n\r\r\nPlease to see github to understand the code structure, and if it is indeed a bug, please submit an issue\r\r\n\r\r\n## Update log\r\r\n\r\r\n`1.2.0` Add animated memes and video downloads\r\r\n\r\r\n`1.1.0` Fixed an issue with image titles caused by incorrect paths in dress downloads, the separation save_json is divided into two parts: auto and simple\r\r\n\r\r\n`1.0.1` Fix the README description error\r\r\n\r\r\n`1.0,0` first release\r\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A simple Python library for accessing bilibili emojis and dresses.",
"version": "1.2.0",
"project_urls": null,
"split_keywords": [
"python",
" bilibili"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "c352dac85c2b28a51a6129ea46ccf2633446c5fe5129a216418757f2789cb321",
"md5": "07775ae03d3ca2d9c13cf577d9a680d6",
"sha256": "33e1470faea7a0f27a27f64e8797e9e31d9b4340d0e05b6604a71f85858c3344"
},
"downloads": -1,
"filename": "biliemoji-1.2.0.tar.gz",
"has_sig": false,
"md5_digest": "07775ae03d3ca2d9c13cf577d9a680d6",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 7225,
"upload_time": "2025-01-14T07:43:15",
"upload_time_iso_8601": "2025-01-14T07:43:15.395620Z",
"url": "https://files.pythonhosted.org/packages/c3/52/dac85c2b28a51a6129ea46ccf2633446c5fe5129a216418757f2789cb321/biliemoji-1.2.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-01-14 07:43:15",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "biliemoji"
}