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.75k stars 2.72k forks source link

[QUESTION] Is it possible to have only choosen field in output file? #606

Closed Kryhowsky closed 4 years ago

Kryhowsky commented 4 years ago

Question

When I use a twint as a module in python script, is it possible to do not extract some fileds from post? For example I don't need "id" in output file, is there any parameter I can add to script to don't have this in final file?

pielco11 commented 4 years ago

There you go https://github.com/twintproject/twint/wiki/Tweet-attributes#customizing

Kryhowsky commented 4 years ago

Great! So, I would like to say thank you for your work. That's so helpful :)