Skip to content

Latest commit

 

History

History

tweeter

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Guide

  1. Go to this site: Twitter API.
  2. Create a bot following the tutorial.
  3. Copy the Consumer Keys (API Key and Secret) and Authentication Tokens (Access Token and Secret).
  4. Consumer Keys and Authentication Tokens will now be turn into environment variables.
  5. Name the environment variables like so with the values:
TWITTER_API_KEY
TWITTER_API_SECRET_KEY
TWITTER_ACCESS_TOKEN
TWITTER_ACCESS_TOKEN_SECRET