freeCodeCamp / freeCodeCamp/100DaysOfCode-twitter-bot
Welcome bot! Respond to the user when committing to 100DaysOfCode
- Dominant language
- JavaScript
- Stars
- 290
- Forks
- 109
- PR merge metrics
- No merged PRs in 30d
Description
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 with a welcome message, this is sort of an extension to the abandoned API:
https://github.com/freeCodeCamp/100DaysOfCode-twitter-bot/issues/15
https://github.com/freeCodeCamp/100DaysOfCode-twitter-bot/issues/66
This could be a quick win however by using `stream.on('tweet'` and match the specific (or exact) phrase
Contributor guide
Assessment
This issue has not been assessed yet.