freeCodeCamp / 100DaysOfCode-twitter-bot

Twitter bot for #100DaysOfCode
https://twitter.com/_100DaysOfCode
BSD 3-Clause "New" or "Revised" License
282 stars 110 forks source link

In reply to status #108

Closed spences10 closed 6 years ago

spences10 commented 6 years ago

Further streamlined the process for the 'tweets queue'

Nearly all the API functions go through the one stream now, so that's:

like.js
retweet.js
sentiment.js

Closes #106

Added test for empty .env file config values

Closes #105