문제

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