Skip to content

Instantly share code, notes, and snippets.

View lucydjo's full-sized avatar
🎯
Focusing

LucyDjo lucydjo

🎯
Focusing
  • paris
View GitHub Profile
@lucydjo
lucydjo / TwitterToAwsS3.js
Created December 3, 2018 11:54
Get tweet and upload to amazon aws | Nodejs | AWS S3
const fs = require('fs');
const AWS = require('aws-sdk');
const path = require('path');
const Twit = require('twit');
var db = require('node-localdb');
var database = db('data_1.json');
//configuring Twitter api key
var T = new Twit({
consumer_key: '...',