Metadata-Version: 2.1
Name: tweetrelay
Version: 0.1.0
Summary: A framework for relaying Twitter streams via server-sent events
Author-email: Timothy Bautista <acarasimon96@pm.me>
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# TweetRelay

A framework for building Server-Sent Event (SSE) servers for relaying tweets.

Uses Twitter API v2 via Tweepy and Starlette

# License

&copy; 2022 Timothy Bautista (acarasimon96). MIT License
