Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 513 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 513 Bytes

aiotopics

aiotopics

Fetch random topics to start conversations. Ideal for discord and other social media bots.

Downloads PyPI PyPI - Python Version PyPI - License

Installation

pip install aiotopics

Usage

import aiotopics
topic=await aiotopics.get_topic()
print(topic)