kacollins / nerdy-girls-twitterbot

Node app that posts quotes from women in tech to Twitter.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nerdy-girls-twitterbot

Git Courses:

Reference Project:

Steps we took on 5/29/2016:

  • Created the Twitter account: https://twitter.com/nerdyladyquotes
  • Set up an application at https://apps.twitter.com/
    • Gave permission to 'Read, Write, and Access direct messages'
    • Clicked 'Generate API Keys' on the 'API Keys' tab.
  • Cloned the repository locally (after making sure git was installed).
  • Created a gitignore file https://git-scm.com/docs/gitignore
  • Created index.js and wrote a function to post a test tweet to Twitter.
  • Created config.js to store Twitter secret keys.
    • Copied Application Settings and Access Token from Twitter into config.js
  • Called function to post test tweet.
  • Created our own branches and put quotes in quotes.json
  • Committed our changes, pushed them to our branches on GitHub, and created pull requests to merge the changes to master.
  • Store the quotes in array.
  • Wrote a function to get a random quote from the array.
  • Wrote a function to post the quote to Twitter.

Steps we're taking on 6/26/2016:

  • Create a GitHub account.
  • Install git.
  • Fork the repo.
  • Create a Heroku account.
  • Create a Twitter account.
  • Set up environment variables.
  • Automate posting.

About

Node app that posts quotes from women in tech to Twitter.


Languages

Language:JavaScript 100.0%