Ángela
Ángela

Reputation: 11

How to get the number of tweets from a given hashtag

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

Answers (1)

teknoboy
teknoboy

Reputation: 175

you might want to use the Cursor class: http://docs.tweepy.org/en/v3.5.0/cursor_tutorial.html

Upvotes: 1

Related Questions