edent / Twitter-Networks

Create a directed network of Twitter followers.
MIT License
68 stars 21 forks source link

Use Twint instead of Tweepy #1

Open DonaldTsang opened 4 years ago

DonaldTsang commented 4 years ago

This Graph library will be useful for my usecase, but I do have a pet peeve. Is it possible to replace Tweepy with Twint? (since that does not require an API to work)

edent commented 4 years ago

Hi Donald, This code is 5 years old. I haven't worked on it for ages. I'm sure you could replace Tweepy, but it would be a lot of work. If you're interested in hiring me to do that replacement, please let me know.

DonaldTsang commented 4 years ago

Okay, that is good to know.

DonaldTsang commented 4 years ago

Also side note with similar applications:

edent commented 4 years ago

Feel free to make a pull request to add this functionality.