Skip to content

small dataset of Teju Cole Instagram metadata for analysis

Notifications You must be signed in to change notification settings

edsu/teju-instagram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Teju Cole Instagram Analysis

This is a small bit of data curation work to collect information about Teju Cole's public posts on Instagram and make them available as a CSV that can be loaded into a spreadsheet for analysis.

Analysis

One thing that's easy to do once you have the CSV data is generate a chart of Cole's activity over time using Google Sheets:

posts-per-day

Run

If you want to regenerate teju.csv yourself you will need to:

  • install Node
  • install Python
  • npm install instagram-screen-scrape
  • node_modules/instagram-screen-scrape/bin/index.js --username _tejucole > teju.json
  • python json2csv.py

FWIW, I initially tried to use the Instagram API, but you have to create an app to authenticate, and the app is in the sandbox, so it can't see Teju's public posts. So it was easier to scrape the public website in this case.

About

small dataset of Teju Cole Instagram metadata for analysis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages