TwitterUserAgent help
I have the following setup, but I'm not seeing any tweets earlier than 2022 Dec 30 (the day I set the Agent.). I built the docker from git, if that matters.
{ "username": "ScienceCareers", "include_retweets": "false", "exclude_replies": "true", "expected_update_period_in_days": "365", "choose_home_time_line": "false", "starting_at": "Sat Jan 01 00:38:12 +0000 2022" }
You're expecting tweets from before you started monitoring? I don't think that's how it works.
thanks for commenting. For one thing, the starting_at parameter override the default value which is when the agent was created. Second, the tweets matching the search are existing on twitter and can be queried if the search is done on twitter. Thus, I don't understand the point of making the starting_at parameter, if the tweets between the starting_at time and now cannot be retrieved.
This issue is stale because it has been open for 180 days with no activity.