openp2pdesign / platform_analysis

Python library for Social Network Analysis of Git, Hg, SVN, GitHub, BitBucket repositories, Twitter Communities, ...
GNU Lesser General Public License v3.0
10 stars 3 forks source link

Look for past tweets of users #15

Open openp2pdesign opened 2 years ago

openp2pdesign commented 2 years ago

In twitter.py file https://github.com/openp2pdesign/platform_analysis/blob/master/platform_analysis/twitter.py

https://developer.twitter.com/en/docs/twitter-api/tweets/timelines/api-reference/get-users-id-tweets

@rodrigoafreire Please have a look

openp2pdesign commented 2 years ago

Twitter API v2 is needed - see if the module used is finally ported to API v2 https://github.com/python-twitter-tools/twitter

openp2pdesign commented 2 years ago

Maybe this works https://github.com/twitterdev/search-tweets-python/