API to Get Last N Tweets?

Asked Dec 29, 2020·2 replies·Last activity 5 years ago·Open in Discord ↗
Archived from the original community forum
Things may have changed since it was written. Still stuck? Ask the community on Discord.

Has anyone seen an API to get the last 2 or more tweets for a user? I see implementations to get the latest, but I really want to get the Tweet before the latest... Any ideas or pointers?

2 replies

Hey @Clever Moose!

I'm not aware of any API capable of doing that, however, if you're feeling ready to get your hands dirty, have a look at Twitter's API Documentation, you should find what you're looking for there.

Thanks! Yes, that's what I did. Created a serverless action to go lookup last 5 tweets and then grabbed the next to last.