aboutsummaryrefslogtreecommitdiffstats
path: root/bot/resources (follow)
Commit message (Collapse)AuthorAgeLines
* Add rest of python facts from github suggestion thread (#1696)Gravatar David Reilly2025-09-18-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Add rest of facts from GitHub thread Source: https://github.com/python-discord/meta/discussions/93 Edited for grammar, formatting, and inline code. * Add Ned's last name * Update formatting for Ned's fact * Grammar fix * Add a few more facts * Add bool fact * Add object fact * Remove fact about Ned * Update python_facts.txt Remove last line * Incorporate updates from wookie184's code review
* Trivia quiz: Fix question about surrogate codepointsGravatar L3viathan2024-04-02-2/+2
|
* Add trivia questions (#1467)Gravatar jonathan-d-zhang2024-03-23-0/+170
|
* Fix capitalisation of PyPI (#1424)Gravatar wookie1842024-01-04-1/+1
|
* Remove "What third-party library do you wish was in the Python standard ↵Gravatar Bradley Reynolds2024-01-04-1/+0
| | | | library?" from topics (#1423)
* Use the same pride facts for each year (#1302)Gravatar ChrisJL2023-07-09-34/+32
|
* Add lesser yellow to color list (#1245)Gravatar brad90four2023-04-22-0/+1
| | | Co-authored-by: wookie184 <[email protected]>
* fixed typo: spelling mistake (#1183)Gravatar Yuito2023-01-13-1/+1
|
* Add additional answer to a trivia question (#1160)Gravatar DivyanshuBist2022-12-09-1/+1
|
* Remove Advent of Code CogGravatar Janine vN2022-11-28-27/+0
| | | | and related json. This cog was ported to Sir Robin.
* Added `Blurple` and ` OG Blurple colours (#1125)Gravatar brad90four2022-10-18-0/+2
| | | | * Added `Blurple` colour * Added `OG Blurple` colour
* add more packages to .latexGravatar Shakya Majumdar2022-08-18-1/+8
|
* Merge branch 'main' into patch-1Gravatar PH-KDX2022-05-30-0/+11
|\
| * Add topics for `#media-processing` channel (#1054)Gravatar DMFriends2022-05-20-0/+11
| | | | | | | | | | Add topics for `#media-processing` channel Co-authored-by: mina <[email protected]>
* | Add amssymb packageGravatar PH-KDX2022-05-30-1/+1
| | | | | | Co-authored-by: Shakya Majumdar <[email protected]>
* | Add amsmath supportGravatar PH-KDX2022-05-18-0/+1
|/ | | | Amsmath is a widely used package for things such as including text in equations or aligning multiple equations. This PR includes it in the default LaTeX template so that p-eople can use Amsmath commands in the .latex command.
* Merge branch 'main' into feat/latexGravatar Boris Muratov2022-02-19-5/+33
|\
| * Add topics for `#programming-pedagogy` channelGravatar DMFriends2022-02-16-0/+9
| |
| * Added even more conversation starter topics. (#1014)Gravatar Xithrius2022-01-21-5/+24
| |
* | rework directory structureGravatar Shakya Majumdar2022-01-21-0/+5
|/
* Add a Madlibs game (#901)Gravatar DMFriends2022-01-02-0/+135
| | | | | | Co-authored-by: Bluenix <[email protected]> Co-authored-by: Shom770 <[email protected]> Co-authored-by: aru <[email protected]> Co-authored-by: ChrisJL <[email protected]>
* Merge branch 'main' into color-677Gravatar Matteo Bertucci2021-11-14-1/+0
|\
| * Merge branch 'main' into Add-border-around-batGravatar ChrisJL2021-11-07-1/+0
| |\
| | * Remove the "what's your skill level topic"Gravatar SavagePastaMan2021-11-01-1/+0
| | |
| * | Add a border around the scary batGravatar Chris Lovering2021-10-17-0/+0
| | | | | | | | | | | | When users with dark avatars would use the spookify command, they wouldn't be able to see the bat that was added. By adding a white border around the bat, it is now more visable.
* | | Resources: add copyright notice to ryanzec_colours.jsonGravatar Matteo Bertucci2021-11-14-1/+1
| | |
* | | Add source credit and Color.from_rgb method to get discord colorGravatar CyberCitizen012021-11-01-0/+1
| | | | | | | | | | | | | | | https://github.com/python-discord/sir-lancebot/pull/842/files#r739619938 https://github.com/python-discord/sir-lancebot/pull/842/files#r739295253
* | | Merge branch 'main' into color-677Gravatar brad90four2021-10-24-1/+17669
|\ \ \ | | |/ | |/|
| * | Add WTF Python Command (#859)Gravatar brad90four2021-10-22-0/+0
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add WTF Python Command * Fix grammar in docstrings, remove redundant variable, remove the use of a wrapper * Fix indentation issues and make use of triple quotes * Update docstrings and remove redundant list() * Change minimum certainty to 75. * Make 'make_embed' function a non async function * Try to unload WTFPython Extension if max fetch requests hit i.e. 3 else try to load the extension. * Correct log messages. * Make flake8 happy :D * Remove redundant class attributes and async functions. * Apply requested grammar and style changes. * Fix unload and load extension logic. * Fix typo in `WTF_PYTHON_RAW_URL` * Changed fuzzy_wuzzy to rapidfuzz Since rapidfuzz also has an extractOne method, this should be a straight replacement with the import statement. * Move wtf_python.py to bot/exts/utilities, flake8 Moved the file to the correct location after merge with main, made changes from the last open suggestions from the previous PR, had to make WTF lowercase to pass flake8 on lines 54 and 118. * Fix trailing commas and long lines * # This is a combination of 3 commits. # This is the 1st commit message: Squashing small commits Small changes and fixes -Added "the" to setup docstring -Fixed typo for mis-matched WTF and wtf in get_wtf_python_readme -Fixed ext location -Added more information to fuzzy_match_header docstring regarding the MINIMUM_CERTAINTY and what the score / value represents. Add wildcard to capture unused return Updated MINIMUM_CERTAINTY to 75 Change MINIMUM_CERTAINTY to 50 Squash commits from Bluenix suggestions Fix docstring for fuzzy_match_header Swap if / else for match Fix functools import Rename get_wtf_python_readme to fetch_readme Collapse self.headers into one line Fix docstring for fuzzy_match_header Swap if / else for match # This is the commit message #2: Fix functools import # This is the commit message #3: Rename get_wtf_python_readme to fetch_readme * Squashing commits Squashing small commits Small changes and fixes -Added "the" to setup docstring -Fixed typo for mis-matched WTF and wtf in get_wtf_python_readme -Fixed ext location -Added more information to fuzzy_match_header docstring regarding the MINIMUM_CERTAINTY and what the score / value represents. Add wildcard to capture unused return Updated MINIMUM_CERTAINTY to 75 Change MINIMUM_CERTAINTY to 50 Squash commits from Bluenix suggestions Fix docstring for fuzzy_match_header Swap if / else for match Fix functools import Rename get_wtf_python_readme to fetch_readme Collapse self.headers into one line Fix docstring for fuzzy_match_header Swap if / else for match Fix functools import Rename get_wtf_python_readme to fetch_readme Collapse self.headers into one line Fix type hints with dict Add match comment for clarity * Add debug logs, and send embed * Add markdown file creation Big change here is to create a .md file based on the matched header. I save the raw text as a class attribute, then slice it based on the index returned by the .find() method for the header, and the separator "/n---/n". * Move the list(map(str.strip , ...) to for loop * Remove line * Use StringIO for file creation * Update file creation with StringIO * Remove embed file preview * chore: update wtf_python docstring * chore: change regex to search, remove file preview * feat: update caching as recommended Minor fixes to import statements as well. Co-authored-by: Bluenix2 <[email protected]> * chore: remove logging statements * feat: scheduled task for fetch_readme * chore: fix hyperlink, remove dead code * fix: capitalization clean up * chore: remove unused code * chore: remove more unused code * feat: add light grey logo image in embed * feat: add light grey image * chore: remove debug log message * feat: add found search result header * feat: limit user query to 50 characters * cleanup: remove debug logging * fix: restructure if not match statement Co-authored-by: Bluenix <[email protected]> Co-authored-by: Shivansh-007 <[email protected]> Co-authored-by: Shivansh-007 <[email protected]> Co-authored-by: Bluenix2 <[email protected]> Co-authored-by: Xithrius <[email protected]>
| * Merge branch 'main' into fix-pascal-triangle-imageGravatar TizzySaurus2021-10-14-0/+17668
| |\
| | * Added Anagrams command (#874)Gravatar Mayur Odedara2021-10-07-0/+17668
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added Anagrams command Added 2 files anagram.py - Has the code for anagram command anagram.json - Contains all the words for anagram command * Update bot/exts/fun/anagram.py Using "with" for resource file instead of getting data directly Co-authored-by: brad90four <[email protected]> * Update bot/exts/fun/anagram.py Updated title text for answer embed Co-authored-by: Bluenix <[email protected]> * Update bot/exts/fun/anagram.py Comma separated text for winners list Co-authored-by: Bluenix <[email protected]> * Updated anagram.py as per review comments -Removed redundant variables -Updated embed text to avoid 'all' -Updated stale comments * Some minor formatting fixes -Added trailing commas to embed -Updated all embeds to have consistent format * Polish anagram command for multiple channels * Updated docstrings * Allowed command to be used in multiple channels * Create a class for anagram game instances * Lay groundwork for threads Co-Authored-By: Bluenix <[email protected]> * Updated resource file for anagram command * Anagrams are now cross referenced with list of common words which should be easy for users to guess * It should not have any slur words * Update bot/exts/fun/anagram.py Co-authored-by: brad90four <[email protected]> * Update bot/exts/fun/anagram.py Co-authored-by: brad90four <[email protected]> * Update bot/exts/fun/anagram.py Co-authored-by: brad90four <[email protected]> * Update bot/exts/fun/anagram.py Co-authored-by: brad90four <[email protected]> * Linting error fix Linting error fix * Error fix Removed the "seconds" causing issue for anagram command * Revert "Error fix" This reverts commit 8c00d70f9faf62c536eac1fa61877dfab328a83f. * Error fix for seconds Fixed the error by removing "seconds" Co-authored-by: brad90four <[email protected]> Co-authored-by: Bluenix <[email protected]> Co-authored-by: Xithrius <[email protected]>
| * | Change pascal's triangle imageGravatar TizzySaurus2021-10-02-1/+1
| |/
* | Move .json file to correct folderGravatar bradtimmis2021-10-05-0/+0
| |
* | Added ryanzec_colours.json constructed from ryanzec/name-that-colorGravatar CyberCitizen012021-10-05-1/+1
| | | | | | | | Original source: https://github.com/ryanzec/name-that-color/blob/master/lib/ntc.js#L116-L1681
* | Added ryanzec_colours.json constructed from ryanzec/name-that-colorGravatar CyberCitizen012021-10-05-0/+1568
|/ | | | Original source: https://github.com/ryanzec/name-that-color/blob/master/lib/ntc.js#L116-L1681
* Hangman (#843)Gravatar Shom7702021-09-18-0/+877
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * beginning commit creating the base of the hangman, code needs to be linted in the future * updated words list * adding images to show the hangman person * added images, though it is a bit laggy * replacing images with discord attachment urls * adding error if filters aren't found * fixing typo in ``filter_not_found_embed`` * final lints + removing `mode` parameter as it renders useless * linting flake8 errors * adding newline at the end of `top_1000_used_words.txt` * minor change to filter message * improving hangman docstring * removing `bot/resources/evergreen/hangman` directory as file attachments are used * replacing single quotes with double quotes, to adhere to the style guide. * fixing style inconsistencies and other problems with how the code looks - as per requested by Objectivix * fixing `IMAGES` style inconsistency * adding trailing commas and switching to `Colours` for consistency * adding trailing commas and switching to `Colours` for consistency * fixing the remnants of non-trailing commas and allowing specification for single player vs mulitplayer * removing all 2 letter words from the hangman word choosing and removing words that @Objectivix found that shouldn't be in the list of words * removing some inappropriate words from the txt file * Adding space for grammatical errors Co-authored-by: ChrisJL <[email protected]> * changing two periods to a full stop & wrapping try and except block to only the part that can raise it * using negative replies instead along with fixing grammatical errors in the sentence * removing words that could be considered inappropirate * removing `TOP_WORDS_FILE_PATH` and making `ALL_WORDS` a global variable. * more specific docstring * more specific docstring * Removing more words The words removed shouldn't really belong here * replacing mapping_of_images with IMAGES and other fixes * Dedenting Co-authored-by: Bluenix <[email protected]> * Improving tries logic Co-authored-by: Bluenix <[email protected]> * Updating `positions` list to set Co-authored-by: Bluenix <[email protected]> * fixing too many blank lines * Hardcode dictionary Co-authored-by: Bluenix <[email protected]> * remove 3 letter words * add the word python * remove all 3 letter words - forgot to remove some * case insensitivity * changes to improve gameplay * setting check outside of every iteration * checking if a letter has already been guessed * changing to transparent images without the shadows * consistency with timeout * capitalization / edits to the hangman_words.txt * changing `singleplayer` to a boolean * sending then deleting, along with encouraging to try again * Grammar Co-authored-by: Bluenix <[email protected]> * Grammatical error Co-authored-by: Bluenix <[email protected]> * Simplification Co-authored-by: ChrisJL <[email protected]> * changing from pathlib to open * python-related words * two more python-related words * making error embeds more clear * Update hangman_words.txt deleted a possibly inappropriate word and added 3 new python related words * Update hangman.py Added some more comments and made some line spacing changes before and after the docstring * adding a new word * Adding newline * updating comments * when the game has won, it will display the word * add helper function to abstract some code, and edit the message at the end when won with the original word * editing message for win screen for consistency * prettifying the user guess * sending win and losing embed separately * Clarify 'tries remaining' Co-authored-by: ChrisJL <[email protected]> * changing to `delete_after` * not editing `message.content` variable * fixing error; changing to len(normalized_content) * Update hangman.py Reworded the comment about the timeout a little * last nitpicks for grammatical errors in comments * adding suggestions from ToxicKidz * Improving comments/removing unnecessary ones Co-authored-by: Bluenix <[email protected]> * Renaming parameter from `singleplayer` to `mode` Co-authored-by: Bluenix <[email protected]> Co-authored-by: ChrisJL <[email protected]> Co-authored-by: Bluenix <[email protected]> Co-authored-by: DMFriends <[email protected]>
* Wikiguess Game (#618)Gravatar Shivansh-0072021-09-07-47/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * (trivia-quiz): Add Wikipedia Guess Game This commit also moves all the 'dynamic' question generator to a separate class. Closes: #446 * (trivia quiz): Use tuples for command aliases * (trivia quiz): Edit congratulations message * (trivia quiz): Use default dict for storing player scores * (trivia quiz): 'done_question' to 'done_questions' * Add space after 'Congratulations' word * Use classmethods for dynamically generating questions * Don't add wiki category if max error fetches hit If the task hit max error fetches, which is 3 currently, it would remove wikipedia from listed categories and not add it to loaded questions. If it doesn't hit max fetches, then it adds them. * Don't hardcode the number of questions in RULES * Add information field only if it exists * Add "cs" and "python" categories to the `.quiz` command * add 30 questions each under the categories "cs" and "python" add the two categories into the code and modify the starting phase Co-authored-by: Xithrius <[email protected]> Co-authored-by: ToxicKidz <[email protected]> * refactor: Use yesterday's most read to make trivia questions Since random wikipedia article guess questions weren't really "knowledgeable", no one could really guess it or gain any "good" knowledge from them, so after asking wookie (this commits mentions his review comments above also), I decided to use these. * refactor: Logic to remove pronounciations from question Co-authored-by: wookie184 <[email protected]> * fix: Set to correct question limit If the number of questions are less then the default limit which can happen in the case of wikipedia guess game as it is dependent on the most read articiles on wikipedia, it would create a infinite loop sending us into infinite amount of errors, so let's prevent that, thanks wookie * chore: Add comment for d5f8205 change * refactor: Remove double mention of dataclass in quizentry * chore: Use r"" over noqa We can use r"", a raw string, here to make it clear that \* and \s aren't supposed to be handled as escape sequences and just use the "raw string". * fix: Correct off by one bug Originally, before this commit, we checked the number of questions left by comparing `len(done_questions) > self.question_limit`, so question limit had to be 1 since if it wasn't we would compare 7 > 7, which would be false and then it would send another question. To correct this bug, we now use == comparision on the two, so if the number of done questions is same as the question limit it means that the round is over. I have changed the relevant parts of the code to reflect this change i.e. where-ever we did +-1 due to the off by one bug. * refactor: Noramlize the title to remove all punctuations Since the title can sometimes contain punctuations making it very difficult to get the matching answer to the question, we originally removed all such questions. This took the question count down :( and wasn't an effective way. Therefore now we keep them but as normalized, yay! I have also updated the code documentation to make the process much clearer to anyone reading the "normalizing" code section of the wiki questions generator. * refactor: Keep answers as a list & not ",".join() Wasn't fitting in character limit so shorterned it ^^ lol. Okay, getting to the point, this mentions fix error's comment of making quiz entry except the answers as a list and not as a string which could a comma joined list. The same structure was in the json resource, where multiple answers where joined with commas. This didn't allow you to use commas in answers. So I went ahead and did a bit more than requested to change the json structure and make `answers` a list. Also now all questions are in the form of the quiz entry to keep it same through out the code and var tolerance has become a valid param in QuizEntry, this is done because it was differing between questions, if not needed this would make the process to add `var_tol` as a argument to the json easier. And that's it! Co-authored-by: Objectivitix <[email protected]> Co-authored-by: Xithrius <[email protected]> Co-authored-by: ToxicKidz <[email protected]> Co-authored-by: wookie184 <[email protected]>
* Update rogue paths to new pathsGravatar Janine vN2021-09-05-9/+9
|
* Move game and fun commands to Fun folder, fix ddgGravatar Janine vN2021-09-05-0/+0
| | | | | | | | | | | This moves all the fun commands and games into the fun folder. This commit also makes changes to the duck_game. It was setting a footer during an embed init, which is no longer possible with the version of d.py we use. Additionally, an issue with editing an embed that had a local image loaded. The workaround for the time being is to update the message, not the embed.
* Move snakes commands into fun folderGravatar Janine vN2021-09-05-0/+0
|
* Move practical functions into utilities folderGravatar Janine vN2021-09-05-0/+0
| | | | | | Separates out the useful/practical seasonal bot features from the evergreen folder into a "utilities" folder. Adjusts the paths to resources to reflect the folder move.
* Move Pride to Holidays folderGravatar Janine vN2021-09-04-0/+0
| | | | | Moves the Pride features to the Holidays folder. Corrected the paths to reflect this change.
* Move Valentines to Holidays folderGravatar Janine vN2021-09-04-0/+0
| | | | | Moves the valentine's day features to the holidays folders. Corrected the paths to reflect the folder moves.
* Move Halloween to Holidays folderGravatar Janine vN2021-09-04-0/+0
| | | | | Moves all the hallowen features to the holidays folder. Also updates the paths to reflect the folder moves.
* Move Easter to Holidays FolderGravatar Janine vN2021-09-04-0/+0
| | | | | | This moves the easter seasonal features into a more cohesive holidays/easter folder. Additionally, this splits out earth day into its own holiday folder.
* Move AoC and Hacktoberfest into events folderGravatar Janine vN2021-09-04-0/+0
| | | | | | | | | | Moves Advent of Code and Hacktoberfest into an events folder. Although these are roughly associated with holidays, they are standalone events that we have participated in in the past. Therefore they're being moved to an events folder separate from the "fun" or "holidays" folders.
* Merge branch 'main' into duckduckduckgooseGravatar ChrisJL2021-08-30-1/+14
|\
| * Added more topics to `py_topics.yaml`.Gravatar Axis2021-08-16-1/+14
| |
* | Improve help messageGravatar Cam Caswell2021-08-19-0/+0
| |
* | Improve the look of labelsGravatar Cam Caswell2021-07-09-0/+0
| |