Script to fetch historic tweets containing a given hashtag and insert them into a database
Edit settings in config.json
#!/bin/bash | |
# This script searches a directory for a git repos and outputs info for each | |
#Set colours | |
BLUE="\e[01;34m" | |
RED="\e[01;31m" | |
GREEN="\e[01;32m" | |
NORMAL='\e[00m' |
Artist | Track | Album |
---|---|---|
Ezra Collective | Space is the Place | You Can't Steal My Joy |
Kamaal Williams, Henry Wu | Medina | The Return |
Ezra Collective | The Philosopher | Juan Pablo: The Philosopher |
Ezra Collective, Loyle Carner | What Am I to Do? | You Can't Steal My Joy |
Yussef Kamaal | Joint 17 | Black Focus |
Kamaal Williams, Henry Wu | High Roller | The Return |
Yussef Kamaal | Black Focus | Black Focus |
Tenderlonious, The 22archestra | Yussef's Groove | The Shakedown |
I hereby claim:
To claim this, I am signing this object:
#!/usr/bin/env node | |
'use strict'; | |
/* | |
* Requires | |
*/ | |
var fs = require('fs'), | |
http = require('http'); |
#!/bin/bash | |
i=0 | |
tmp_dir="temp/" | |
if [ ! -d $tmp_dir ]; then | |
mkdir -p $tmp_dir; | |
fi |
.ftpconfig |