jonbakerfish / TweetScraper

TweetScraper is a simple crawler/spider for Twitter Search without using API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Combining Tweet and user data

M-I-Dx opened this issue · comments

commented

I am collecting tweets regarding a specific topic and was hoping to combine the user data with the tweet data.

  • What changes to the code would you suggest so that each tweet file also has the user data?
  • Is the Id in user data equivalent to the user_id in the tweet data?

I am collecting tweets regarding a specific topic and was hoping to combine the user data with the tweet data.

  • What changes to the code would you suggest so that each tweet file also has the user data?
  • Is the Id in user data equivalent to the user_id in the tweet data?

Yes, the id in the user's data is equivalent to the user_id in tweets data.