Skip to content

VickiLanger/LGBTQ-of-the-day-bot

Repository files navigation

LGBTQ of the Day Bot made-with-python & Tweepy

contributions welcome Open Source Love png3

Maintenance open issues closed pull requests GitHub contributors

Follow on Twitter

Mission

Share goofiness in regards to LGBTQ labels, then have a follow up tweet to define the label. Also have a "this day in queer history" set of tweets

Screenshot of tweets: "today's queerness is a high af genderqueer Sega" "today's queerness is a biromatic flannel shirt" "today's queerness is a blobby demigirl N64"

Contributing

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

First time? I suggest starting with adding some nouns to tweet_adjectives.py. Check out issue #4 to add adjectives 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 Contributed?

All contributions are greatly appreciated.

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

Reference Stuff

Why are you doing it like this?

I could streamline this bot a lot by using Wordnik API or 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.