DEV Community

Discussion on: Scrape Tweets from Twitter profiles without using Twitter's API.

Collapse
 
fitsum profile image
fitsum • Edited

this is SUPER cool. just a couple of issues with output

  • JSON output is invalid due to no commas between objects
  • db/sqlite3 option exports tables for followers, followers_names, following, following_names that are empty text and csv work as expected AFAICT
Collapse
 
natterstefan profile image
Stefan Natter 🇦🇹👨🏻‍💻

Hi Fitsum,

thanks for your feedback. Unfortunately, I am not a maintainer of twint. If you experience issues, report them on GitHub, please.

I'm sure they will be happy to help you and resolve the issues.