Skip to main content

Python Wrapper for DouyuTV APIs, including support for accessing ChatRoom, e.g. DanMu

Project description

# pydouyu

Python Wrapper for DouyuTV APIs, including support for accessing ChatRoom, e.g. DanMu/弹幕.

# Installation

pip install fitz-douyu

# Example Usage

from douyu.chat.room import ChatRoom

def on_chat_message(msg):

print ‘[%s]:%s’ % (msg.attr(‘nn’), msg.attr(‘txt’))

def run():

room = ChatRoom(‘70068’) room.on(‘chatmsg’, on_chat_message) room.knock()

if __name__ == ‘__main__’:

run()

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

fitz-douyu-0.0.1.tar.gz (4.6 kB view hashes)

Uploaded Source

Supported by

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