Skip to content

Instantly share code, notes, and snippets.

@Nexuist
Last active August 20, 2017 23:08
Show Gist options
  • Save Nexuist/5f1df2415e91b1ee807f756bbd658863 to your computer and use it in GitHub Desktop.
Save Nexuist/5f1df2415e91b1ee807f756bbd658863 to your computer and use it in GitHub Desktop.
const fs = require("fs");
const retweets = JSON.parse(fs.readFileSync('retweets.json', 'utf8'));
console.log(retweets.map((retweet) => retweet.user.id).join(","));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment