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

Add timestamp_epoch field #1423

Open VitoFe opened 2 years ago

VitoFe commented 2 years ago

A lot of libraries work with POSIX timestamps, this makes it easier to work with those libraries without having to parse the dates multiple times.