Skip to content

A Twitter bot who tweets code questions and trivia

License

Notifications You must be signed in to change notification settings

VickiLanger/code-questions-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

be9f69e · Nov 26, 2021
Oct 25, 2020
Nov 26, 2021
Feb 7, 2020
Feb 3, 2020
Jan 21, 2020
Jan 21, 2020
Aug 3, 2021
Oct 1, 2020
Mar 26, 2020
Sep 24, 2020
Feb 11, 2020
Feb 17, 2020
Aug 3, 2021
Jan 21, 2020
Jan 21, 2020
Jan 21, 2020
Oct 4, 2020
Oct 2, 2020

Repository files navigation

Code Questions Bot made-with-python & Tweepy

contributions welcome Open Source Love png3

Maintenance open issues closed pull requests GitHub contributors

Follow on Twitter

Vicki wrote this about Building the Code Question Bot

Mission

Have fun & meet other devs while learning and helping each other learn.

Screeenshot of tweets by @codeQBot "What does API Stand for" and "What is exception handling? why use it?"

Contributing

If you would like to contribute, feel free to make a pull request.

First time? I suggest starting with adding a question to questions.py. Check out issue #5 for more details.

If you need more of a step-by-step, skim through this article about making your first contribution.

This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

Who Has Contibuted?

All contributions are greatly appreciated.

image of contributors generated by https://contributors-img.web.app/ pulling from https://github.com/VickiLanger/code-questions-bot/graphs/contributors

Reference Stuff

Why are you doing it like this?

I could streamline this bot a lot by using txt files as input. However, one of the goals of this bot is to help Code Newbies get their first open source contributions. I want people to have the chance to make simple changes while actually learning the process of how git is working.