LGBTQ-of-the-day-bot icon indicating copy to clipboard operation
LGBTQ-of-the-day-bot copied to clipboard

Add More Nouns!

Open VickiLanger opened this issue 5 years ago • 11 comments

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.

VickiLanger avatar Sep 16 '20 13:09 VickiLanger

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

rexdivakar avatar Sep 26 '20 13:09 rexdivakar

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

VickiLanger avatar Sep 26 '20 17:09 VickiLanger

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

HOD101s avatar Oct 04 '20 09:10 HOD101s

Can I add more nouns ?

RidhimaKohli avatar Oct 06 '20 04:10 RidhimaKohli

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 ?

rexdivakar avatar Oct 06 '20 04:10 rexdivakar

@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

VickiLanger avatar Oct 06 '20 15:10 VickiLanger

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

rexdivakar avatar Oct 06 '20 15:10 rexdivakar

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

VickiLanger avatar Oct 06 '20 22:10 VickiLanger

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 🤭

SanGeeky avatar Oct 13 '20 20:10 SanGeeky

@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

VickiLanger avatar Oct 14 '20 00:10 VickiLanger

Made a pull request!

alexnsuarez avatar Oct 22 '20 23:10 alexnsuarez