Check out the examples folder and the docs here twitivity.dev/docs. To get yourself familiar with Twitter API v2.
See the SampledStream API Reference
Test Constraints:
tweet_fields = "created_at, public_metrics, geo, referenced_tweets, source"
user_fields = "id, public_metrics"
expansions = "entities.mentions.username"
Contributing
Make a feature or bugfix branch, e.g., git checkout -b my_new_feature
Make your changes in that branch
Make Sure to Use Black Code Formatter
Create a pull request