Skip to main content

A simple Python library for accessing bilibili emojis and dresses.

Project description

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

pip install biliemoji

Usage

This package is divided into two parts:

  1. Emoji part

    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

    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.0.1 Fix the README description error

1.0,0 first release

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

biliemoji-1.0.1.tar.gz (6.1 kB view details)

Uploaded Source

File details

Details for the file biliemoji-1.0.1.tar.gz.

File metadata

  • Download URL: biliemoji-1.0.1.tar.gz
  • Upload date:
  • Size: 6.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.11.10

File hashes

Hashes for biliemoji-1.0.1.tar.gz
Algorithm Hash digest
SHA256 0c29781356b284dbf2ba6551245c974f1ffe9d17af6a66e8781680eef8999aab
MD5 e9e09ed323645c94093518c2c6a95bde
BLAKE2b-256 f11ced95b3e6de4d3ddee415026e15b97ec2b2757f71a26f59a5e79323b974b4

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page