twintproject / twint

An advanced Twitter scraping & OSINT tool written in Python that doesn't use Twitter's API, allowing you to scrape a user's followers, following, Tweets and more while evading most API limitations.
MIT License
15.74k stars 2.72k forks source link

json syntax error #1412

Open danhk0612 opened 2 years ago

danhk0612 commented 2 years ago

If make json file. get syntax error.

There should be a comma between each value, but it is missing.

ex: {"title": "titleA"}{"title": "titleB"}

correct result {"title": "titleA"},{"title": "titleB"}