# Twitter Tasks
Tasks for interacting with Twitter.
# LoadTweetReplies
A task for loading replies to a specific user's tweet. This task works by querying the 100 most recent replies to that user, then filtering for those that match the specified tweet id.
This code is based on the work of Matt Dickenson @mcdickenson https://mattdickenson.com/2019/03/02/extract-replies-to-tweet/
Note that all initialization settings can be provided / overwritten at runtime.
Args:
user (str)
: a Twitter usertweet_id (str)
: a tweet ID; replies to this tweet will be retrieved**kwargs (optional)
: additional kwargs to pass to theTask
constructor
methods: |
---|
prefect.tasks.twitter.twitter.LoadTweetReplies.run (user=None, tweet_id=None, credentials=None)[source] |
Args:
|
This documentation was auto-generated from commit bd9182e
on July 31, 2024 at 18:02 UTC