Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Latest commit

 

History

History
16 lines (13 loc) · 614 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 614 Bytes

Twetcher

Retrieve someone's tweets from The Wayback Machine into a CSV file with a single command.

Usage

Clone the repository:

git clone https://github.com/imharvol/twetcher.git
  1. Clone the repository: git clone https://github.com/imharvol/twetcher.git
  2. Install dependencies: npm install
  3. 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.