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.85k
stars
2.73k
forks
source link
[QUESTION] Pandas can't read newest JSON file format by Twint #1430
Pandas can't read JSON file
I've tried many ways to read the new JSON file format from Twint, but it couldn't and returning error below:
It was perfect with the old one where the datas stored in square bracket. Please, do anyone have a solution for this issue?
below is the codes and picture of data stored in json:
or maybe the problem was from my json that stored the datas like that?