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
Release history Release notifications | RSS feed
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)