-
-
Notifications
You must be signed in to change notification settings - Fork 175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add More Nouns! #3
Comments
Hey @VickiLanger can u assign me i will raise a PR after Oct 1st !! |
@rexdivakar Sounds great. I look forward to seeing what you add. |
Hey @VickiLanger ! I've made a PR for this issue. |
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 ? |
@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, |
If u wish I can work on it ?? @VickiLanger |
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 🤭 |
@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! |
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
, notboots
)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
Proposed workflow:
words_dir/tweet_nouns.py
keeping to the existing style/conventions:noun
word should be singular (egboot
, notboots
)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.
The text was updated successfully, but these errors were encountered: