VickiLanger / LGBTQ-of-the-day-bot

Twitter bot tweeting fun goofy lgbtq things and queer history of the day

Home Page:https://twitter.com/LGBTQotd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add More Nouns!

VickiLanger opened this issue · comments

commented

This will be a running issue to let people know how to add nouns to words_dir/tweet_nouns.py


In the tweet_nouns.py file, there are some nouns separated by comments to have different categories.

All nouns should be singular and lower case (unless a proper noun). (eg boot, not boots)


Nouns must make sense after "{adjective} {label}" (example: tiny queer [something])

Within categories, please keep in alphabetical order.

All nouns added should look like the below

'noun goes here',

If you're adding a new category of items, do it like this

# category name here
'noun goes here',
'noun goes here',
'noun goes here',

Proposed workflow:

  1. Fork this repo
  2. Add answers to words_dir/tweet_nouns.py keeping to the existing style/conventions:
    • Each noun word should be singular (eg boot, not boots)
    • all lower case letters, unless it's a Proper noun
    • follow the examples above
  3. Once you are done and checked for typos, commit it & push your work to your fork
  4. Submit a PR against this repo

Someone will look it over and, if deemed appropriate, will merge your PR.

Thanks for contributing!


Don't forget to follow the bot on Twitter to see the hard work you put in.

Hey @VickiLanger can u assign me i will raise a PR after Oct 1st !!

commented

@rexdivakar Sounds great. I look forward to seeing what you add.

Hey @VickiLanger ! I've made a PR for this issue.
#20

Can I add more nouns ?

Hey @VickiLanger may i know the usage of this nouns file ?? If u are looking to add in more may be we can create a database or a json file for easy parsing !! please share ur ideas and ur view ?

commented

@rexdivakar thanks for the ideas. I've thought about creating a SQLite db for it, but I'm not sure how that would work with open source contributing. I haven't done it before so I'm not sure if it would still work the way it does currently.

Currently, tweet_nouns.py is just a python list that is pulled by get_tweet.py

If u wish I can work on it ?? @VickiLanger

commented

I kinda like it the way it is, for now. @rexdivakar

Hi ! i want to work in your project, can i add my info in the readme.md file ?

And in the future i want to develop a spanish version of your bot or maybe a bot for instagram 🤭

commented

@SanGeeky that sounds awesome! I've never even thought about Instagram bots. You're welcome to add to the bot and add your name when you do. I'm excited to see what you come up with

Made a pull request!