100DaysOfCode-twitter-bot icon indicating copy to clipboard operation
100DaysOfCode-twitter-bot copied to clipboard

Twitter bot for #100DaysOfCode

Results 14 100DaysOfCode-twitter-bot issues
Sort by recently updated
recently updated
newest added

### Change proposed in this pull request: Reduce spam retweets by modifying the bot logic as follows: - Apply a limit of 140 characters on the retrieved Tweets. This would...

The idea is to use [giphy translate endpoint](https://github.com/Giphy/GiphyAPI#translate-endpoint) to tweet relevant gifs.

enhancement
help wanted
feature-request

I am opening this issue to block Twitter accounts who spam #100DaysOfCode and are retweeted by the bot. Please list Twitter handlers here and will update the list in production...

enhancement

# README pattern Optimal README layout from Kent Dodds [source]: 1. Title + tagline + logo? 1. Badges 1. The problem 1. The solution 1. TOC 1. Installation 1. Usage...

enhancement
help wanted
good first issue
documentation

If the bot was to not use local storage via LevelDB then it could be turned into an immutable deployment with [zeti's now](https://zeit.co/now).

enhancement
help wanted
question

I got this to deploy, however it's acting strange, it's starting to build okay, but gives me an error ```sh (node:116) UnhandledPromiseRejectionWarning: OpenError: IO error: /home/nowuser/src/src/helpers/blacklistUsersDb/LOCK: No such file or...

The contributing.md needs to have some work done. Can I suggest adding in how to make a PR Maybe take details from one of @QuincyLarson's Medium articles from the guides...

help wanted
good first issue
documentation

Check relationship and if user has already been thanked for following the account This should probably go into one of the database enhancements as the info needs to be persisted.

enhancement

In the [Medium article](https://medium.freecodecamp.org/the-100daysofcode-movement-rounds-resistance-and-adaptation-432429cc33060) there's a call to arms where the user will tweet their commitment to the challenge: >**I'm publicly committing to the 100DaysOfCode Challenge** The bot can reply...

enhancement
help wanted
good first issue

# Request for Comments I'm thinking that we could have this added to a Travis CI workflow but I'm not sure on how it works with Heroku https://docs.travis-ci.com/user/deployment/heroku/ Anyone have...