Skip to content

Instantly share code, notes, and snippets.

@vncsna
Last active March 19, 2021 18:19
Show Gist options
  • Save vncsna/7507112dc53359d3fe7e1f6e3031d2f8 to your computer and use it in GitHub Desktop.
Save vncsna/7507112dc53359d3fe7e1f6e3031d2f8 to your computer and use it in GitHub Desktop.
require('dotenv').config()
const config = require('./config')
const twit = require('twit')
const twitter = new twit(config)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment