Last active
March 19, 2021 18:19
-
-
Save vncsna/7507112dc53359d3fe7e1f6e3031d2f8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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