Вопрос

Is there any better way to get tweets from twitter then crawling twitter.com and mutating URLs?

If there is, how can I get latest tweets with current hash-tag?

Thank you!

Это было полезно?

Решение

Did you try Twitter REST API? Particulary, you can use search tweets endpoint. There are some limitations though, enforced by Twitter.

You can use one of many available python libraries.

For example, some sample code for tweepy can be found here.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top