Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

maxharlow/who-says-what

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Who Says What?

Get someone's entire Twitter timeline as a spreadsheet.

Part of a set of Twitter tools, also including [Who Said That?] (https://github.com/maxharlow/who-said-that) and [Who Follows Who?] (https://github.com/maxharlow/who-follows-who).

Requires [Node] (https://nodejs.org/).

Usage

To use the Twitter API, you need credentials, by [creating a new Twitter app] (https://apps.twitter.com/). The credentials are made up of four parts, the 'consumer key', 'consumer secret', 'access token key', and 'access token secret'.

Configuration should be stored in config.json. An example of the fields required is given in config.example.json.

Install dependencies:

$ npm install

Run:

$ node who-says-what

The resulting spreadsheet can be found in results.csv.

About

Get someone's entire Twitter timeline as a spreadsheet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published