Retrieve someone's tweets from The Wayback Machine into a CSV file with a single command.
Clone the repository:
git clone https://github.com/imharvol/twetcher.git
- Clone the repository:
git clone https://github.com/imharvol/twetcher.git
- Install dependencies:
npm install
- Run!
node index.js <twitterUsername>
Example: node index.js elonmusk
The program will store its progress in a ${USERNAME}.sqlite file, so feel free to stop and re-start it. Once the program is done fetching all the user's tweets, it will create an ${USERNAME}.csv with the desired output.