Reputation: 11
I'm using the library tweepy. My objective is obtain the number of tweets of a given hashtag related with films of the spanish cinema.
I use the function 'search' with the input parameter: the title of the film.
I would like obtain the hashtag related to this title, and then the number of tweets that was in it.
Can you help me?
Thanks!!
Upvotes: 1
Views: 1326
Reputation: 175
you might want to use the Cursor
class: http://docs.tweepy.org/en/v3.5.0/cursor_tutorial.html
Upvotes: 1