Scrape Twitter

by 3 replies
4
Does anyone know how I can scrape as many tweets as possible from a twitter account that I do not control?

Thanks

Peter
#programming #scrape #twitter
  • You can do that with the Twitter API
  • [DELETED]
    • [1] reply
    • Since when?

      GET statuses/user_timeline

      Returns a collection of the most recent Tweets posted by the user indicated by the screen_name or user_id parameters. User timelines belonging to protected users may only be requested when the authenticated user either "owns" the timeline or is an approved follower of the owner. The timeline...

      https://dev.twitter.com/docs/api/1.1
      • [ 1 ] Thanks
  • oops. I just assumed so after the switch to the 1.1 API when they removed unauthenticated access.

Next Topics on Trending Feed