Home > Technical & Creative Skills > Programming, Servers & Scripts

How to Scrape tweets (5)


06-11-2019 12:38 AM #1 jowman (Member)
How to Scrape tweets

Hey Guys,

I was wondering if there's a way to scrape keyword data from Twitter. Specifically I have a list of keywords I'd like to search for of all the people I follow, and would like to get a list of all tweets posted by these people that include these keywords.

Please let me know.

Thanks!

Stephen


06-11-2019 05:58 AM #2 shishev (Moderator)

Haven't tried it but this thing showed up after a quick Google search: https://www.scrapehero.com/how-to-sc...-from-twitter/


06-11-2019 02:56 PM #3 jowman (Member)

Thanks!


06-11-2019 04:58 PM #4 theboss (Member)

That is supported by their own API. No need to scrape.

https://developer.twitter.com/en/doc...ch-tweets.html


06-11-2019 05:10 PM #5 jowman (Member)

Yup, you can search for stuff using advanced search, however there's a limit in how far down you can scroll, so I only get the latest dates. (eg. searching for a popular key word used by people I follow) what I'm trying to accomplish is in two parts:

1) Be able to quickly search a list of keywords I compiled that were tweeted by people I follow (a complete list)
2) have it extracted into excel where I can view all of the tweets and dates etc.


Home > Technical & Creative Skills > Programming, Servers & Scripts