VickiLanger / LGBTQ-of-the-day-bot

Twitter bot tweeting fun goofy lgbtq things and queer history of the day
https://twitter.com/LGBTQotd
GNU General Public License v3.0
82 stars 173 forks source link

Add More Nouns! #3

Open VickiLanger opened 4 years ago

VickiLanger commented 4 years ago

_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.

rexdivakar commented 3 years ago

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

VickiLanger commented 3 years ago

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

HOD101s commented 3 years ago

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

20

RidhimaKohli commented 3 years ago

Can I add more nouns ?

rexdivakar commented 3 years ago

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 ?

VickiLanger commented 3 years ago

@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

rexdivakar commented 3 years ago

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

VickiLanger commented 3 years ago

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

SanGeeky commented 3 years ago

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 🤭

VickiLanger commented 3 years ago

@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

alexnsuarez commented 3 years ago

Made a pull request!