Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 646 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 646 Bytes

Go Report Card

twitter-bot

A Twiiter bot that post a status on the user timeline. It uses V1.1 twitter APIs.

Add an .env file with below keys (These keys would be generated from twitter developer account):

CONSUMER_KEY=""
CONSUMER_SECRET=""
ACCESS_TOKEN=""
ACCESS_TOKEN_SECRET=""

To run the program use build script ./build/build.sh {path_to_.env_file}

./build/build.sh ./.env

With this, we Learned

  • OAuth1
  • Explored Twitter APIs