DEV Community

Discussion on: Hacktoberfest Completion Thread

Collapse
 
yohanesgultom profile image
Yohanes Gultom • Edited

hacktoberfest2020-yohanesgultom

Almost complete my first #hactoberfest! (PR merged, waiting for review). Feel very lucky to find these interesting projects with beginner-friendly issues 🎉

🦄 Awesome Repos

GitHub logo brainbotdev / brainbot

A simple and fun Ryver bot to liven up the conversation


GitHub logo DFTECHSDEVCENTER / gen-dockerfile

A Dockerfile generator to Dockerize your Applications

💼 PRs

#38 read cooldowns from brainbot.ini #39

Issues #38

  • read cooldowns from brainbot.ini
  • add brainbot.ini.example
  • add brainbot.ini in .gitignore
</div>
<div class="gh-btn-container"><a class="gh-btn" href="https://github.com/brainbotdev/brainbot/pull/39">View on GitHub</a></div>



Make "someone tell me to" cooldown user-specific #1 #42

I made these changes to accomodate user-specific cooldowns #1 . What do you think?

  • Change last_used in Cooldown to dict so it can store multiple last_used values
  • Add optional username param in Cooldown run to fetch specific last_used values
  • Pass the username in "Someone tell me to" autoresponse

ADD Framework Support Questions #21 #25

  • Add framework support questions
  • Add some framework choices for Nodejs and Python3
  • Store framework name in framework global variable if chosen

🦄💼