code-questions-bot icon indicating copy to clipboard operation
code-questions-bot copied to clipboard

A Twitter bot who tweets code questions and trivia

Results 11 code-questions-bot issues
Sort by recently updated
recently updated
newest added

Use a database to store numbers on how many times people have responded to questions and tweets, every x times, to them giving them their numbers. Like a streak, but...

enhancement
Hacktoberfest

- [ ] accesibility - [x] head: twitter tags - [x] head: facebook tags - [ ] make it pretty?

help wanted
good first issue
design
Hacktoberfest

Add images that generate when posting. I think it's something to do with open graph. Both dev.to and webwide have this. Maybe this is the wizardry behind it? https://lannonbr.com/blog/2019-11-10-og-images/ **Must...

enhancement
help wanted
Hacktoberfest

_This will be a running issue to let people know how to submit questions_ Want to contribute code-related questions for the bot to ask? This is your chance. Go for...

help wanted
good first issue
Hacktoberfest
up-for-grabs

Need to add exception handling to tweet.py ```python try: api.update_status(question) except: # not sure what would go here? finally: api.update_status('I seem to not be working properly. Bug @Vicki_Langer about getting...

bug
Hacktoberfest

_This will be a running issue to let people know how to add answers to questions_ --- In each of the `questions` files, there are some questions that do not...

help wanted
good first issue
Hacktoberfest
up-for-grabs

Add the ability to have questions that have a set answer. Set a time limit and after that, tweet to each respondent whether or not they got the right answer....

enhancement

- [ ] create an issue to receive the input questions - [ ] create a simple UI to gather questions - [ ] make the questions add to an...

enhancement
help wanted
Hacktoberfest

I have these questions set up for the bot to ask, but I've commented most out. I don't want them to inadvertently hurt people. If you fit into these groups...

help wanted
good first issue
question

- https://help.twitter.com/en/rules-and-policies/twitter-automation

documentation