#sir-lancebot-playground
1 messages ยท Page 98 of 1
Typehint the files so it is easier to develop with in IDEs that support typehinting. This should probably be done using .pyi files
Assigned
enhancement
hacktoberfest
.hacktoberissues
The sub decorator can get some ease of use improvements
- Use functools.wraps to preserve
__name__and__doc__of the original function - Inspect callback function signature and raise an exception if the signature is not compatible (ie. missing
data) - Log a warning message if the function cannot be discovered (ie. no
subin the path)
Slightly related to the second point: @sub("topic", filter_by=42) will raise a TypeError at runtime (because filters are used as callables but they are not checked)
enhancement
hacktoberfest
.hacktoberissues
Description
Extract any Link with either HTTP or HTTPS protocol from the text given in the input and display all the links in the end.
Technologies and Languages
- Python
- Javascript
- C++
- Regex
You can use any other language or technologies as well.
Aditional Work
You can make a GUI for this application.
Python
assigned
difficulty-easy
good first issue
hacktoberfest
javascript
.hacktoberissues
Title -
Type of Issue -
meta-heuristic Optimization
Please add/delete options that are not relevant.
- [X] Adding New Code
Programming Language
Please add/delete options that are not relevant.
- [X] Python
Self Check
- Ask for issue assignment before making Pull Request.
- Add your file in the proper folder
Clean CodeandDocumentationfor better readability- Add
TitleandDescriptionof the program in the file
:star2: Star it :fork_and_knife:Fork it :handshake: Contribute to it!
Discord server โ๏ธ - https://discord.gg/FXyh2S3
Happy Coding,
algorithms
good first issue
hacktoberfest
python
.hacktoberissues
The metadata-extractor CI workflow currently fails with:
bs4.FeatureNotFound: Couldn't find a tree builder with the features you requested: lxml. Do you need to install a parser library?
Sample run: https://github.com/lttkgp/metadata-extractor/actions/runs/281074663
Hacktoberfest
bug
.hacktoberissues
Currently the check_link_for_http_scheme method in the LinkResults class returns None when it sees a relative link starting with a ./ or ../. Same applies to links that start with #.
This links should be parsed and a full URL determined so that it can be passed to the final links dictionary.
HacktoberFest
bug
good first issue
.hacktoberissues
Description
Extract any Link with either HTTP or HTTPS protocol from the text given in the input and display all the links in the end.
Technologies and Languages
- Python
- Javascript
- C++
- Regex
You can use any other language or technologies as well.
Aditional Work
You can make a GUI for this application.
Python
assigned
difficulty-easy
good first issue
hacktoberfest
javascript
.hacktoberissues
Title - Adding AI to TIC TAC TOE to the scripts
- Side Note: a basic Tic Tac Toe is already in the script, I will be adding AI to it.
Assignees - I would like to work on it.
Type of Issue
Please add/delete options that are not relevant.
- [x] Improving Documentation
- [x] Adding New Code
Programming Language
Please add/delete options that are not relevant.
- [x] Python
Hacktoberfest
.halloweenify
ono
.hacktoberissues
Long Standing Issue: Add values to the existing qual-id categories
Note: Any number of people can work on this issue, so it will remain open and won't be assigned. If you'd like to comment with any info on what you're going to work on, that would be helpful to stop people doing the same thing, but it's up to you.
This involves adding strings to a list in a python class. It will be a very simple, yet impactful enhancement. Additional details can be found in CONTRIBUTING.md. Also check out this PR for a good example.
Contributions from beginners are very welcome!
beginner friendly
enhancement
good first issue
hacktoberfest
help wanted
good first issue
hacktoberfest
help wanted
.hacktoberstats ChrisGallardo
Here are some stats!
ChrisGallardo has made 1 contribution in October
ChrisGallardo is 3 PRs away from a T-shirt or a tree!
1 contribution to ChrisGallardo/seasonalbot
The raklib system needs to be replaced badly, this will involve removing all traces of pyraklib as well as any other packets.
Pyraklib packets can be found here And the current packet system can be found here
To complete this issue you will need to replace the packets with rakpy
Doing so will break Travis CI, so you may want to remove the pyraklib tests.
This issue was made for hacktoberfest.
Hacktoberfest
enhancement
.hacktoberissues
Before jumping into Pr first comment for assign.All Problem from Edabit. Link is mandatory to add
Problem statement: Write a function that takes an integer minutes and converts it to seconds.
Problem Link: https://edabit.com/challenge/FQyaaJx7orS7tiwz8
Before submitting a PR please Check some details.Check Edabit for problem task
- [ ] fileName formet should be in camelcase
example- returnTheNextNumber.py - [ ] Add label for Problem
- [ ] In file there should be problem statement and link to probelm
example -
'''
Probem Task : This program will add two numbers
Problem Link : https://edabit.com/challenge/SFzHtm63XT6EYNHWY
'''
*/
def main():
return a + b
This repository is vaild for HacktoberFest2020
Read before making PR - How to contribute on Github
Good Luck,
hacktoberfest
python
.hacktoberstats
@unborn night, you have not linked a GitHub account
You can link your GitHub account using:
.hackstats link github_username
Or query GitHub stats directly using:
.hackstats github_username
.hackstats link ChrisGallardo
@unborn night, your GitHub username has been added
.hackstats
Here are some stats!
ChrisGallardo has made 1 contribution in October
ChrisGallardo is 3 PRs away from a T-shirt or a tree!
1 contribution to ChrisGallardo/seasonalbot
.hackstats link AbhayAysola
@simple garnet, your GitHub username has been added
.hackstats
No October GitHub contributions found for 'AbhayAysola'
.hacktoberissues
Hello coders,
Let's open a PR by creating any algorithms.
Hacktoberfest
Hacktoberfest2020
good first issue
help wanted
.hacktoberissues
Heaps/Priority Queues
Implement priority queue data structure with heaps in C++
Type of Issue -
- [x] Adding New Code
Programming Language
- [x] C++
Self Check
- Ask for issue assignment before making Pull Request.
- Add your file in the proper folder
Clean CodeandDocumentationfor better readability- Add
TitleandDescriptionof the program in the file
:star2: Star it :fork_and_knife:Fork it :handshake: Contribute to it!
Discord server โ๏ธ - https://discord.gg/FXyh2S3
Happy Coding,
good first issue
hacktoberfest
.hacktoberissues
This Issue is for kruskal Algorithm for Minimum Spanning Tree using Greedy Approach,
-
[x] Adding New Code
-
[x] Python
-
Add your file in the proper folder
-
Clean CodeandDocumentationfor better readability -
Add
TitleandDescriptionof the program in the file
Happy Coding,
good first issue
hacktoberfest
.hacktoberissues
enhancement
hacktoberfest
hacktoberfest2020
help wanted
.hacktoberissues
Before jumping into Pr first comment for assign.All Problem from Edabit. Link is mandatory to add
Problem statement: Write a function that takes a string "a + bi" and returns a tuple (a, b).
Problem Link: https://edabit.com/challenge/oFNJeSzzcTgMwLFy5
Before submitting a PR please Check some details.Check Edabit for problem task
- [ ] fileName formet should be in camelcase
example- returnTheNextNumber.py - [ ] Add label for Problem
- [ ] In file there should be problem statement and link to probelm
example -
'''
Probem Task : This program will add two numbers
Problem Link : https://edabit.com/challenge/SFzHtm63XT6EYNHWY
'''
*/
def main():
return a + b
This repository is vaild for HacktoberFest2020
Read before making PR - How to contribute on Github
Good Luck,
hacktoberfest
hard
python
KMeans algorithm -
Please add/delete options that are not relevant.
- [x] Adding New Code
Programming Language
Please add/delete options that are not relevant.
- [x] Python
Self Check
- Ask for issue assignment before making Pull Request.
- Add your file in the proper folder
Clean CodeandDocumentationfor better readability- Add
TitleandDescriptionof the program in the file
:star2: Star it :fork_and_knife:Fork it :handshake: Contribute to it!
Discord server โ๏ธ - https://discord.gg/FXyh2S3
Happy Coding,
algorithms
good first issue
hacktoberfest
machinelearning
.hackstats
@young escarp, you have not linked a GitHub account
You can link your GitHub account using:
.hackstats link github_username
Or query GitHub stats directly using:
.hackstats github_username
.spookify
.spookify
.spookify
.spookify
.hacktoberissues
so long?
hmmmm
this is weird
it is taking sooo long
and then didn't come
@teal pecan ^^^
sorry for the ping btw
.hacktoberissues
ah, we've probably hit rate limits
.hackstats
Here are some stats!
Den4200 has made 4 contributions in October
Den4200 has earned a T-shirt or a tree!
3 contributions to Snek-Network/snek
1 contribution to python-discord/seasonalbot
.hacktoberissues
What is the Task
Have the ability to pass in an optional custom stop word list
Why do we want to do this
To block certain words from the model
How can I get started?
-
I would make an extra arg to TopicBlob as a list of strings
https://github.com/banjtheman/TopicBlob/blob/main/topicblob/topic.py#L11 -
I would extend the base stop words with the passed in list
https://github.com/banjtheman/TopicBlob/blob/main/topicblob/gensim_topic_modeling.py#L22
Definition of Done
Can add custom stop words to a TopicBlob
enhancement
good first issue
hacktoberfest
well u are alreedy done
.hackstats
@distant radish, you have not linked a GitHub account
You can link your GitHub account using:
.hackstats link github_username
Or query GitHub stats directly using:
.hackstats github_username
๐
let me check logs to see what happened
ahh okay, so the embed content was too long
someone can open a PR ๐
ohk, maybe when i reach home i will open out
.hacktoberissues
It is caused by changing the domain from pkgsrc.erigones.com to pkgsrc.danube.cloud. This was not (yet) covered by node update:
pkgin: Could not fetch https://pkgsrc.erigones.org/packages/SmartOS/2018Q4/x86_64/All/pkg_summary.gz
Quick workaround is this:
sed -i '' 's;pkgsrc.erigones.org;pkgsrc.danube.cloud;' /opt/local/etc/pkgin/repositories.conf
Hacktoberfest
SmartOS
bug
.hacktoberissues
Train the prima vita agents for the following hyperparameter setting:-
Hyperparameter(s) to tune
speed (this goes in the hyperparameters list in hypertune object)
Values to tune for this hyperparameter
[40, 45, 50, 55, 60] (this goes in values list in hypertune object)
Stop at
2000 (this goes in stop at in hypertune object)
How to train this?
Go to this <a href="https://gist.github.com/frankhart2018/3cee63273f1e32ed4e5092d1c787ebe2">Gist</a> or visit the official docs (<a href="https://project-dc.github.io/docs/doc.html">Docs</a> Example section) to get an idea.
Where to put the logs?
Upload the logs in google drive (either as zip or as it is) and then create a file called 14.txt in logs/ folder in this repository. Put the link in this file while creating your PR.
What to name the file?
14.txt
Note: You can only start doing a question if it has been assigned to you by a maintainer. Once assigned to someone this questions will not be reassigned, it can only be reassigned if the person does not complete his/her task.
easy
enhancement
hacktoberfest
.hackstats link erick-dsnk
@south dawn, your GitHub username has been added
.wikipedia india
1 India
2 Demographics of India
3 East India Company
4 Constitution of India
5 Economy of India
6 Government of India
7 Cinema of India
8 List of prime ministers of India
9 Islam in India
10 States and union territories of India
Enter number to choose
1
.love @wicked parrot @rough glade
SeasonalBot#6216 โค Python#4329 scored 6%!
โ
There might be a chance of this relationship working out somewhat well, but it is not very high. With a lot of time and effort you'll get it to work eventually, however don't count on it. It might fall apart quicker than you'd expect.
.hacktoberissues
Hacktoberfest
good first issue
.love
Your input was invalid: who is a required argument that is missing.
Usage:
.love <who> [whom]
.love 306870406697189378
f1re#3996 โค Chibli#5132 scored 46%!
โ
Your relationship has a reasonable amount of working out. But do not overestimate yourself there. Your relationship will suffer good and bad times. Make sure to not let the bad times destroy your relationship, so do not hesitate to talk to each other, figure problems out together etc.
what lol?
not bad
AprilFoolVideos
.fool
Get a random April Fools' video from Youtube.
AvatarEasterifier
.avatareasterify [colours...]
This "Easterifies" the user's avatar.
Battleship
.battleship
Play a game of Battleship with someone else!
BeMyValentine
.bemyvalentine [user] [valentine_type]
Send a valentine to user, if specified, or to a random user with the lovefest role.
Bookmark
.bookmark <target_message> [title=Bookmark]
Send the author a link to target_message via DMs.
.bemyvalentine
@magic marsh
A million stars up in the sky.
One shines brighter - I can't deny.
A love so precious, a love so true,
a love that comes from me to you.
The angels sing when you are near.
Within your arms I have nothing to fear.
You always know just what to say.
Just talking to you makes my day.
I love you, honey, with all of my heart.
Together forever and never to part.
:heart:From Sinistration#8187:sparkling_heart:
.bookmark
Your input was invalid: target_message is a required argument that is missing.
Usage:
.bookmark <target_message> [title=Bookmark]
.help
Fun
.caesarcipher
Translates a message using the Caesar Cipher.
.randomcase <text>
Randomly converts the casing of a given text.
.roll [num_rolls=1]
Outputs a number of random dice emotes (up to 6).
.uwu <text>
Converts a given text into it's uwu equivalent.
Games
.games [amount=5] [genre]
Get random game(s) by genre from IGDB. Use .games genres command to get all available genres.
HacktoberIssues
.hacktoberissues [option]
Get a random python hacktober issue from Github.
HacktoberStats
.hacktoberstats [github_username]
Display an embed for a user's Hacktoberfest contributions.
.uwu
Your input was invalid: text is a required argument that is missing.
Usage:
.uwu <text>
.help
HalloweenFacts
.spookyfact
Get the most recent Halloween fact
Halloweenify
.halloweenify
Change your nickname into a much spookier one!
Help
.help [commands...]
Shows Command Help.
Issues
.issue <numbers> [repository=seasonalbot] [user=python-discord]
Command to retrieve issue(s) from a GitHub repository.
LoveCalculator
.love <who> [whom]
Tells you how much the two love each other.
.hacktoberstats ai
Here are some stats!
ai has made 1 contribution in October
ai is 3 PRs away from a T-shirt or a tree!
1 contribution to webpack-contrib/postcss-loader
.help
HalloweenFacts
.spookyfact
Get the most recent Halloween fact
Halloweenify
.halloweenify
Change your nickname into a much spookier one!
Help
.help [commands...]
Shows Command Help.
Issues
.issue <numbers> [repository=seasonalbot] [user=python-discord]
Command to retrieve issue(s) from a GitHub repository.
LoveCalculator
.love <who> [whom]
Tells you how much the two love each other.
.issue
.issue <numbers> [repository=seasonalbot] [user=python-discord]
Can also use: pr
Command to retrieve issue(s) from a GitHub repository.
.help
HalloweenFacts
.spookyfact
Get the most recent Halloween fact
Halloweenify
.halloweenify
Change your nickname into a much spookier one!
Help
.help [commands...]
Shows Command Help.
Issues
.issue <numbers> [repository=seasonalbot] [user=python-discord]
Command to retrieve issue(s) from a GitHub repository.
LoveCalculator
.love <who> [whom]
Tells you how much the two love each other.
.help issues halloweenify
.help
SpookyGif
.spookygif
Fetches a random gif from the GIPHY API and responds with it.
SpookyRating
.spookyrating [who]
Calculates the spooky rating of someone.
StatusCats
.http_cat <code>
Sends an embed with an image of a cat, potraying the status code.
TimeLeft
.timeleft
Calculates the time left until the end of Hacktober.
Traditions
.easter_tradition
Responds with a random tradition or custom.
.timeleft
There are 30 days, 4 hours and 50 minutes left until the end of Hacktober.
.timeleft
There are 30 days, 4 hours and 50 minutes left until the end of Hacktober.
.timeleft
There are 30 days, 4 hours and 50 minutes left until the end of Hacktober.
.halloweenify
.hackstats Jack92829
Here are some stats!
Jack92829 has made 3 contributions in October
Jack92829 is 1 PR away from a T-shirt or a tree!
1 contribution to nehapand/python-projects
1 contribution to Team-FSociety/hacktoberfest
1 contribution to Den4200/hello-world
.hackstats
Here are some stats!
erick-dsnk has made 1 contribution in October
erick-dsnk is 3 PRs away from a T-shirt or a tree!
1 contribution to sukeesh/Jarvis
oof
.bemyvalentine
@reef needle
I don't know what my future holds, but I know I want you in it. I would travel to the moon and back just to see you smile.
:heart:From Jason Terror โฆ#5889:gift_heart:
.help
BunnyNameGenerator
.bunnifyme
Gets your Discord username and bunnifies it.
.bunnyname
Picks a random bunny name from a JSON file.
CandyCollection
.candy
Get the candy leaderboard and save to JSON.
ConvoStarters
.topic
Responds with a random topic to start a conversation.
DragNames
.dragname
Sends a message with a drag queen name.
.bunnifyme
afoot
.bunnifyme
@turbid grailnose
.bunnifyme
<@&267627879762755584>nose
.bunnifyme
@earsone
.hacktoberissues
Quite a few of the methods are documented, but we do not generate the documentation.
See https://www.sphinx-doc.org/en/master/usage/quickstart.html
And in order to publish it on read the docs: https://docs.readthedocs.io/en/stable/intro/getting-started-with-sphinx.html
hacktoberfest
<@&738795026447990844>nose
At least it wonโt ping
saintfoot
.help
AprilFoolVideos
.fool
Get a random April Fools' video from Youtube.
AvatarEasterifier
.avatareasterify [colours...]
This "Easterifies" the user's avatar.
Battleship
.battleship
Play a game of Battleship with someone else!
BeMyValentine
.bemyvalentine [user] [valentine_type]
Send a valentine to user, if specified, or to a random user with the lovefest role.
Bookmark
.bookmark <target_message> [title=Bookmark]
Send the author a link to target_message via DMs.
.avatareasterify @south dawn
You must include at least 2 colours!
.avatareasterify red blue
lol
Fun
.caesarcipher
Translates a message using the Caesar Cipher.
.randomcase <text>
Randomly converts the casing of a given text.
.roll [num_rolls=1]
Outputs a number of random dice emotes (up to 6).
.uwu <text>
Converts a given text into it's uwu equivalent.
Games
.games [amount=5] [genre]
Get random game(s) by genre from IGDB. Use .games genres command to get all available genres.
HacktoberIssues
.hacktoberissues [option]
Get a random python hacktober issue from Github.
HacktoberStats
.hacktoberstats [github_username]
Display an embed for a user's Hacktoberfest contributions.
.roll 2


Before jumping into Pr first comment for assign.All Problem from Edabit. Link is mandatory to add
Problem statement:
You work for a manufacturer, and have been asked to calculate the total profit made on the sales of a product. You are given a dictionary containing the cost price per unit (in dollars), sell price per unit (in dollars), and the starting inventory. Return the total profit made, rounded to the nearest dollar.
Problem Link:
https://edabit.com/challenge/YfoKQWNeYETb9PYpw
Before submitting a PR please Check some details.Check Edabit for problem task
- [ ] fileName formet should be in camelcase
example- returnTheNextNumber.py - [ ] Add label for Problem
- [ ] In file there should be problem statement and link to probelm
example -
'''
Probem Task : This program will add two numbers
Problem Link : https://edabit.com/challenge/SFzHtm63XT6EYNHWY
'''
*/
def main():
return a + b
This repository is vaild for HacktoberFest2020
Read before making PR - How to contribute on Github
Good Luck,
hacktoberfest
python
@elder phoenixfoot
.bunnifyme
Vthechamptail
Vthechampnose
SeasonalBotnose
SeasonalBotfoot
.bunnifyme
Ramon.Nibble
lol
.hacktoberissues
Instabot that will search for hashtags, and can like posts and do comments on it.
Assign this issue to me
enhancement
good first issue
hacktoberfest
.help
Fun
.caesarcipher
Translates a message using the Caesar Cipher.
.randomcase <text>
Randomly converts the casing of a given text.
.roll [num_rolls=1]
Outputs a number of random dice emotes (up to 6).
.uwu <text>
Converts a given text into it's uwu equivalent.
Games
.games [amount=5] [genre]
Get random game(s) by genre from IGDB. Use .games genres command to get all available genres.
HacktoberIssues
.hacktoberissues [option]
Get a random python hacktober issue from Github.
HacktoberStats
.hacktoberstats [github_username]
Display an embed for a user's Hacktoberfest contributions.
.hacktoberstats aaditya857
Here are some stats!
aaditya857 has made 4 contributions in October
aaditya857 has earned a T-shirt or a tree!
1 contribution to DonJayamanne/pythonVSCode
1 contribution to microsoft/pyright
1 contribution to jerry-git/learn-python3
1 contribution to awslabs/amazon-kinesis-client-python
.uwu test
test
whats dat
.uwu @cobalt brook
@Vestewguwkan
.uwu @cobalt brook
@Vestewguwkan
.issue
.issue <numbers> [repository=seasonalbot] [user=python-discord]
Can also use: pr
Command to retrieve issue(s) from a GitHub repository.
.hackstats
Here are some stats!
Anubhav1603 has made 2 contributions in October
Anubhav1603 is 2 PRs away from a T-shirt or a tree!
2 contributions to python-discord/seasonalbot
UwU
.caesarcipher
.caesarcipher
Can also use: caesar, cc
*Translates a message using the Caesar Cipher.
See decrypt, encrypt, and info subcommands.*
Subcommands:
decrypt <offset> <msg>
Given a positive integer offset, decrypt the given msg.
encrypt <offset> <msg>
Given a positive integer offset, encrypt the given msg.
info
Information about the Caesar Cipher.
.cc info
Information
The Caesar Cipher, named after the Roman General Julius Caesar, is one of the simplest and most widely known encryption techniques. It is a type of substitution cipher in which each letter in the plaintext is replaced by a letter given a specific position offset in the alphabet, with the letters wrapping around both sides.
Examples
Hello World<=>Khoor Zruogwhere letters are shifted forwards by3.Julius Caesar<=>Yjaxjh Rpthpgwhere letters are shifted backwards by11.
.cc encrypt 26 bruh
bruh
hehe
.bemyvalentine
@spiral spear
I lucked out when I met you, sweet thing.
You've brought richness to each day I exist.
You fill my days with the excitement of love,
And you have since the moment we kissed.
So I celebrate Valentine's Day with you,
With a love that will always stay fresh and new.
:two_hearts:From Vestergurkan#0585:revolving_hearts:
.bemyvalentine
@wide berry
Darling I will be loving you till we're 70. And baby my heart could still fall as hard at 23. And I'm thinking about how people fall in love in mysterious ways. Maybe just the touch of a hand. Oh me, I fall in love with you every single day. And I just wanna tell you I am. So honey now. Take me into your loving arms. Kiss me under the light of a thousand stars. Place your head on my beating heart. I'm thinking out loud. Maybe we found love right where we are.
:revolving_hearts:From saint#5622:heart:
yall just love me dont ya
.bemyvalentine
@austere canyon
When you kiss me, the world just melts away. When you hold me in your arms, I feel safe. Being in love with you has made me see how wonderful life can be. I love you.
:two_hearts:From Akarys#2780:sparkling_heart:
.bemyvalentine
@worn horizon
I may not always say it, but know that with every breath in my body and every beat of my heart I know I will always love you.
:sparkling_heart:From Vestergurkan#0585:sparkling_heart:
lmao thanks
Excuse me @cobalt brook whatโs that name haha
This is a copyrighted content, sir
Trademarked it first!
Hahaha
drops the ๐๏ธ
.bemyvalentine
@lavish hatch
Every day with you is Valentine's Day, my love.
Every day is filled with romance, with love, with sharing and caring.
Every day I am reminded how blessed I am to have you as my,
Valentine, my sweetheart, my lover, my friend, my playmate, my companion.
No Valentine card, no words at all could express how much I love You,
how ecstatic I feel to know that you are mine.
My Valentine, every day,
I'll try to show you that every day I love you more.
:gift_heart:From Anubhav#3355:revolving_hearts:
haha
.hacktoberissues
I would like to drop the table version_lobby in the database. The whole version check is sort of pointless today. The database records point to the download of the java client and the minimum version is 0.13.0 which is like 5 years old. Seems like it's completely useless.
Both clients have an auto-update mechanism outside of the faf-database.
Related code (didn't check for tests):
https://github.com/FAForever/server/blob/2932f863432ff2e9ff0d33d203be2f24546c8aee/server/player_service.py#L40
https://github.com/FAForever/server/blob/2932f863432ff2e9ff0d33d203be2f24546c8aee/server/player_service.py#L259-L265
https://github.com/FAForever/server/blob/2932f863432ff2e9ff0d33d203be2f24546c8aee/server/lobbyconnection.py#L458-L478
enhancement
good first issue
hacktoberfest
.hacktoberissues
I would like to drop the table version_lobby in the database. The whole version check is sort of pointless today. The database records point to the download of the java client and the minimum version is 0.13.0 which is like 5 years old. Seems like it's completely useless.
Both clients have an auto-update mechanism outside of the faf-database.
Related code (didn't check for tests):
https://github.com/FAForever/server/blob/2932f863432ff2e9ff0d33d203be2f24546c8aee/server/player_service.py#L40
https://github.com/FAForever/server/blob/2932f863432ff2e9ff0d33d203be2f24546c8aee/server/player_service.py#L259-L265
https://github.com/FAForever/server/blob/2932f863432ff2e9ff0d33d203be2f24546c8aee/server/lobbyconnection.py#L458-L478
enhancement
good first issue
hacktoberfest
.hacktoberissues
Currently rely entirely on the browser/OS's behavior for selecting text. Double-click-then-drag might not be known by everybody, and even then mistakes can happen.
Taguette should "fix" the selection ranges to snap at word boundaries correctly when creating a highlight.
good first issue
hacktoberfest
Issue and Steps to Reproduce
Currently it's possible for two command sets for different sites to have the same commands. This will cause an issue of one command always being executed due to that sites processing being done first. For example it's reasonable that both 4chan and reddit might have a command named 'Post'. It might be nice to either print an error message if there is a shared command, or conversely it should also be easy to route the command to the parser for the currently viewed site. This would be ideal as it would allowed shared commands with no collisions.
good-first-issue
hacktoberfest
help wanted
I would like to work on this issue.
Script Title - Shortening of the URL by taking URL from user.
what will change -
Instructions
- Create a new folder for your script and file/folder name should be appropriate.
- Create a README.md in your folder for program Instructions
- add requirements.txt if needed
Please add/delete options that are not relevant.
- [โ] Adding New Code
- [โ] Improving Documentation
- [โ] Bug Fix
Programming Language
- [โ] Python
:star2: Star it :fork_and_knife:Fork it :handshake: Contribute to it!
Discord server - https://discord.gg/FXyh2S3
Happy Coding,
good first issue
hacktoberfest
.bemyvalentine
@spiral spear
When you kiss me, the world just melts away. When you hold me in your arms, I feel safe. Being in love with you has made me see how wonderful life can be. I love you.
:two_hearts:From sleep-cult#3040:sparkling_heart:
.hacktoberissues
Luego de realizar una refactorizaciรณn del cรณdigo, se puede idear una forma de crear archivos dedicados que puedan extraer informaciรณn de distintas pรกginas, no solo de linkedin.
Quizรกs una propuesta pueda ser:
โโโ addon
โย ย โโโ facebook.py
โย ย โโโ glassdoor.py
โย ย โโโ linkedin.py
โโโ main.py
Asรญ cada archivo puede extraer informaciรณn de algunos trabajos.
Para parsear sitios web, se pueden utilizar distintos modulos y combinaciones entre ellos, sin ninguna preferencia, acรก una lista:
- BeautifulSoup - HTML parsing https://www.crummy.com/software/BeautifulSoup/
- Scrapy - Web scrapper https://scrapy.org/
- Selenium - Simular el 'uso' de un sitio web https://selenium-python.readthedocs.io/
Hacktoberfest
.hacktoberissues
Add more algorithms and data structures to the repository, that are not already present.
Also add the explanation for the algorithms in markdown format.
Hacktoberfest
good first issue
up-for-grabs
@elder phoenix isnt it similar to the other one lol
At least it isnโt the same repo lol
A lot of peeps want #algos-and-data-structs
This one seems to be about data structures though, algos
.hacktoberissues
Currently the percentage of positive, negative & neutral tweets are shown in terminal. It's better to represent the same in pie chart.

beginner friendly
easy pick
enhancement
good first issue
hacktoberfest
help wanted
up-for-grabs
.hacktoberissues
Describe the issue linked to the documentation
Doubled loss_curve_ and t_ in the docs of MLPClassifier and MLPRegressor
and
Suggest a potential alternative/fix
Please remove a doubled entry
Documentation
Easy
hacktoberfest
.hacktoberissues
It captures a preview pic in 0.2 sec as the code runs. Try to increase the time
Hacktoberfest
enhancement
good first issue
Description of the Problem
Given a non-empty array of digits representing a non-negative integer, increment one to the integer.
The digits are stored such that the most significant digit is at the head of the list, and each element in the array contains a single digit.
You may assume the integer does not contain any leading zero, except the number 0 itself.
Example 1:
Input: digits = [1,2,3]
Output: [1,2,4]
Explanation: The array represents the integer 123.
Example 2:
Input: digits = [4,3,2,1]
Output: [4,3,2,2]
Explanation: The array represents the integer 4321.
Example 3:
Input: digits = [0]
Output: [1]
Constraints:
1 <= digits.length <= 1000 <= digits[i] <= 9
Code
class Solution:
def plusOne(self, digits: List[int]) -> List[int]:
Link To The LeetCode Problem
Array
difficulty-easy
good first issue
hacktoberfest
help wanted
.bemyvalentine
@sand heart
If you were my rose,
then I'd be your sun,
painting you rainbows when the rains come.
I'd change my orbit to banish the night,
as to keep you in my nurturing light.
:two_hearts:From fix error#8002:heart:
.bemyvalentine
.bemyvalentine
@young blaze
What do I do,
When I'm still in love with you?
You walked away, Cause you didn't want to stay.
You broke my heart, you tore me apart.
Every day I wait for you, Telling myself our love was true.
But when you don't show, more tears start to flow.
That's when I know I have to let go.
:two_hearts:From Akarys#2780:sparkling_heart:
.hacktoberissues
Would include example usage.
Hacktoberfest
documentation
good first issue
Amazing
- pyfuncdep
+ pyfuncdep -- amazing program
I think the code should look for repos with idk at least 3 stars
Most common user actions in browsers include:
- click
- type
- select
- drag-and-drop
A natural sentence say:
goto github.com and type "abc" in user name
This sentence can be easily broken down into actions which automation-for-humans understands. These can be done using a natural language processing algorithms.
enhancement
hacktoberfest
Am open for colaboration
It prolly should also check that nobody is assigned
.help hacktoberissues
.hacktoberissues [option]
*Get a random python hacktober issue from Github.
If the command is run with beginner (.hacktoberissues beginner):
It will also narrow it down to the "first good issue" label.*
.hacktoberissues beginner
add the solutions to 5th,6th and 7th week of the algorithm toolbox course of corsera
good first issue
hacktoberfest
help wanted
question
.hacktoberissues beginner
As seen in the screenshot the wordpress navbar provides an expanding submenu with the standard functionalities for the section. As we are trying to mimic the wordpress ui, we should implement this as well:

enhancement
good first issue
hacktoberfest
javascript
prio: medium
.hacktoberissues beginner
Change components to perfect Electrical components
HacktoberFest
Python
Tomyzon1728
fastrack
good first issue
help wanted
.hacktoberissues
This needs to reach 100% translated.
The rendered version of this file will be available at https://docs.python.org/es/3.8/library/windows.html once translated.
Meanwhile, the English version is shown.
Current stats for library/windows.po:
- Fuzzy: 0
- Percent translated: 0.0%
- Entries: 0 / 2
- Untranslated: 2
Please, comment here if you want this file to be assigned to you and an member will assign it to you as soon as possible, so you can start working on it.
Remember to follow the steps in our Contributing Guide.
good first issue
hacktoberfest
.hacktoberissues
Y'all can add different programs scripted by you in any language you want.
If you scripted in a language whose folder or category is not present in the repo then create one and then add.
Beginner-Friendly
First-Timers
HacktoberFest
enhancement
help wanted
.hacktoberissues
<!--
If you have a general question about how to use Locust, please check Stack Overflow first https://stackoverflow.com/questions/tagged/locust
You can also ask new questions on SO, https://stackoverflow.com/questions/ask just remember to tag your question with "locust".
-->
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
When locust runs in --worker mode it doesn't say anything about the connection to master.
This can be hard to debug when the workers can't connect to the master, because it doesn't validate the connection at all.
Describe the solution you'd like
<!-- A clear and concise description of what you want to happen -->
A log message for the workers saying that it's connected via tcp://1.2.3.4 etc, and that it should fail if connection doesn't work, or at least print a warning/error message about it.
Describe alternatives you've considered
<!-- A clear and concise description of any alternative solutions or features you've considered -->
Additional context
<!-- Add any other context or screenshots about the feature request here -->
feature request
hacktoberfest
low prio
.help
HacktoberIssues
.hacktoberissues [option]
Get a random python hacktober issue from Github.
HacktoberStats
.hacktoberstats [github_username]
Display an embed for a user's Hacktoberfest contributions.
HalloweenFacts
.spookyfact
Get the most recent Halloween fact
Halloweenify
.halloweenify
Change your nickname into a much spookier one!
Help
.help [commands...]
Shows Command Help.
.help hacktoberissues
.hacktoberissues [option]
*Get a random python hacktober issue from Github.
If the command is run with beginner (.hacktoberissues beginner):
It will also narrow it down to the "first good issue" label.*
.hacktoberissues
COVID-19
enhancement
hacktoberfest
help wanted
question
.hacktoberissues
add the solutions to 5th,6th and 7th week of the algorithm toolbox course of corsera
good first issue
hacktoberfest
help wanted
question
.hacktoberissues
hacktoberfest
.hacktoberissues
write a code for solving sudoku in python
Python
good first issue
hacktoberfest
Hacktoberfest
.hacktoberissues
Description
-
Based on our Contribution guidelines create a separate
CONTRIBUTING.mdfile stating all the necessary points. -
Add detailed steps with examples to make it understandable for beginners
-
Add steps to create branch, add/commit, and how to create a PR [with example]
Beginner
Docs
Hacktoberfest
good first issue
up-for-grabs
.halloweenify
Awesome
.hacktoberissues
https://github.com/newsviz/newsviz/blob/master/newsviz/topic_model.py ัััะพะบะฐ 117.
def save_model(self, path):
""" path: path to save model"""
# TODO: save dictionary near model
self.model.save(path)
ะัะถะฝะพ ัะพั
ัะฐะฝััั ัะปะพะฒะฐัั, ะฟะพะดะผะตะฝัั ะฒ path ะธะผั ัะฐะนะปะฐ ะฝะฐ dictionary_ + ะธะผั ัะฐะนะปะฐ + ัะฐััะธัะตะฝะธะต .txt. ะะปั ััะพะณะพ ะฒ bigARTM ั ัะปะพะฒะฐัั ะตััั ะผะตัะพะด dictionary.save_text(path).
ะัะธะผะตั: ะทะพะฒัะผ tm.save_model(/home/best_contributor/projects/newsviz_files/tm_gazeta.bin) ะธ ะฟะพะปััะฐะตะผ ะฒ ะดะธัะตะบัะพัะธะธ newsviz_files ัะฐะนะปะธะบ tm_gazeta.bin ั ะผะพะดะตะปัั ะธ dictionary_tm_gazeta.txt
ROADMAP
good first issue
hacktoberfest
.hacktoberissues
The LCS program is not giving desired output. Can someone take a look into the program and make it correct.
hacktoberfest
help wanted
.hacktoberissues
Consider https://open.kattis.com/problems/pieceofcake2
Kitty creates input_0.txt, input_1.txt and input_3.txt. input_2.txt is skipped for some reason and input_3.txt should be named input_2.txt. There is probably an additional <pre></pre> html tag when we fetch the HTML. A solution would be to check if there is any data within the <pre></pre> tags, and if there isnt, we dont increment the input counter. The same goes for output_3.txt.
good first issue
hacktoberfest
.hacktoberissues
Sanic is unable to find static files from a separate dir, i.e. from the dir where the file gets installed.
bug
enhancement
hacktoberfest
help wanted
.help
EasterFacts
.eggfact
Get easter egg facts.
EasterRiddle
.riddle
Gives a random riddle, then provides 2 hints at certain intervals before revealing the answer.
EggDecorating
.eggdecorate [colours...]
Picks a random egg design and decorates it using the given colours.
EggheadQuiz
.eggquiz
Gives a random quiz question, waits 30 seconds and then outputs the answer.
EightBitify
.8bitify
Pixelates your avatar and changes the palette to an 8bit one.
.avatareasterify
.halloweenify
.8bitify
.help
Fun
.caesarcipher
Translates a message using the Caesar Cipher.
.randomcase <text>
Randomly converts the casing of a given text.
.roll [num_rolls=1]
Outputs a number of random dice emotes (up to 6).
.uwu <text>
Converts a given text into it's uwu equivalent.
Games
.games [amount=5] [genre]
Get random game(s) by genre from IGDB. Use .games genres command to get all available genres.
HacktoberIssues
.hacktoberissues [option]
Get a random python hacktober issue from Github.
HacktoberStats
.hacktoberstats [github_username]
Display an embed for a user's Hacktoberfest contributions.
Here are some stats!
gustavwilliam has made 3 contributions in October
gustavwilliam is 1 PR away from a T-shirt or a tree!
2 contributions to Den4200/hello-world
1 contribution to gustavwilliam/StarDot
ooo
Here are some stats!
mcurranseijo has made 4 contributions in October
mcurranseijo has earned a T-shirt or a tree!
2 contributions to mcurranseijo/Friendo_Bot
1 contribution to mcurranseijo/Bradley_Discord_Bot
1 contribution to fisher60/Friendo_Bot
.hacktoberstats
@uncut oracle, you have not linked a GitHub account
You can link your GitHub account using:
.hackstats link github_username
Or query GitHub stats directly using:
.hackstats github_username
.hackstats link mcurranseijo
@uncut oracle, your GitHub username has been added
.hackstats
Here are some stats!
mcurranseijo has made 4 contributions in October
mcurranseijo has earned a T-shirt or a tree!
2 contributions to mcurranseijo/Friendo_Bot
1 contribution to mcurranseijo/Bradley_Discord_Bot
1 contribution to fisher60/Friendo_Bot
.hacktoberstats
Here are some stats!
gustavwilliam has made 3 contributions in October
gustavwilliam is 1 PR away from a T-shirt or a tree!
2 contributions to Den4200/hello-world
1 contribution to gustavwilliam/StarDot
almost there lol
.wolfram
Your input was invalid: query is a required argument that is missing.
Usage:
.wolfram <query>
.wolfram something
.help qolfram
.help wolfram
.wolfram <query>
Can also use: wolf, wa
Requests all answers on a single image, sends an image of all related pods.
Subcommands:
cut <query>
Requests a drawn image of given query.
page <query>
Requests a drawn image of given query.
short <query>
Requests an answer to a simple question.
ะกะตะนัะฐั ะฝัะถะฝัะน ัะฐะนะปะธะบ ะฝะฐั
ะพะดะธััั ะทะดะตัั:
https://github.com/newsviz/newsviz/blob/master/newsviz/visualizer/utils.py
ะขะฐะผ ะตััั ััะฝะบัะธั def bump_chart(df, topics): ะฒะพั ะตั ะฝัะถะฝะพ ัะตะฐะปะธะทะพะฒะฐัั. ะะธะถะต ะทะฐะบะพะผะผะตะฝัะธัะพะฒะฐะฝะฝัะน ะบะพะด, ะพััะฐะฒัะธะนัั ะพั ะฟัะพัะปะพะน ะฒะตััะธะธ. ะะพะถะฝะพ ะพะฟะธัะฐัััั ะฝะฐ ะฝะตะณะพ, ะผะพะถะฝะพ ะฟะตัะตะฟะธัะฐัั ััะฝะบัะธั ั ะฝัะปั. ะะปั ะฟัะธะผะตัะฐ ะปะพะณะธะบะธ ะผะพะถะฝะพ ัะผะพััะตัั ััะฝะบัะธั ridge_plot
ะะฐ ะฒั
ะพะด ะฟัะธั
ะพะดะธั ะดะฐัะฐััะตะนะผ ั ะบะพะปะพะฝะบะพะน date ัะธะฟะฐ datetime ะธ ะบะพะปะพะฝะบะฐะผะธ ัะพ ะทะฝะฐัะตะฝะธัะผะธ ัะตะผ. ะะผะตะฝะฐ ัะตะปะตะฒัั
ะบะพะปะพะฝะพะบ ะดะปั ะฒะธะทัะฐะปะธะทะฐัะธะธ ะฟะตัะตะดะฐัััั ะฒัะพััะผ ะฐัะณัะผะตะฝัะพะผ.
ะะฐะดะพ ะฒะพะทะฒัะฐัะฐัั plotly figure ั ะณัะฐัะธะบะพะผ ะธะทะผะตะฝะตะฝะธั ัะฐะฝะณะพะฒ ัะตะผ ะฒะพ ะฒัะตะผะตะฝะธ.
ะัะธะผะตั ะฝะฐ ะบะฐััะธะฝะบะต ะฝะธะถะต.

ROADMAP
hacktoberfest
.help
WikipediaSearch
.wikipedia <search>
Return list of results containing your search query from wikipedia.
Wolfram
.wolfram <query>
Requests all answers on a single image, sends an image of all related pods.
Would include example usage.
Hacktoberfest
documentation
good first issue
.hacktoberissues beginner
.hacktoberissues
Creation of wordcloud or plot the distinct features extracted from the data loader.
Hacktoberfest
enhancement
.hacktoberstats
Here are some stats!
gustavwilliam has made 1 contribution in October
gustavwilliam is 3 PRs away from a T-shirt or a tree!
1 contribution to gustavwilliam/StarDot
.games
.[games|game] [amount=5] [genre]
Get random game(s) by genre from IGDB. Use .games genres command to get all available genres.
Also support amount parameter, what max is 25 and min 1, default 5. Supported formats:
- .games <genre>
- .games <amount> <genre>
Commands:
company Get random Game Companies companies from IGDB API.
genres Get all available genres.
search Find games by name.
top Get current Top games in IGDB.
Type .help command for more info on a command.
You can also type .help category for more info on a category.
.game
.[games|game] [amount=5] [genre]
Get random game(s) by genre from IGDB. Use .games genres command to get all available genres.
Also support amount parameter, what max is 25 and min 1, default 5. Supported formats:
- .games <genre>
- .games <amount> <genre>
Commands:
company Get random Game Companies companies from IGDB API.
genres Get all available genres.
search Find games by name.
top Get current Top games in IGDB.
Type .help command for more info on a command.
You can also type .help category for more info on a category.
.game list
Invalid genre List.
.game singleplayer
Invalid genre Singleplayer.
.help
TriviaQuiz
.quiz [category]
Start a quiz!
Uptime
.uptime
Responds with the uptime of the bot.
ValentineFacts
.valentine_fact
Shows a random fact about Valentine's Day.
.who_is_valentine
Displays info about Saint Valentine.
ValentineZodiac
.partnerzodiac <zodiac_sign>
Provides a counter compatible zodiac sign to the given user's zodiac sign.
.uptime
I started up a day ago.
Lol why is that funny to me
.hackstats
@lavish hatch, you have not linked a GitHub account
You can link your GitHub account using:
.hackstats link github_username
Or query GitHub stats directly using:
.hackstats github_username
.hackstats link SansPapyrus683
@lavish hatch, your GitHub username has been added
.hackstats
Here are some stats!
SansPapyrus683 has made 2 contributions in October
SansPapyrus683 is 2 PRs away from a T-shirt or a tree!
1 contribution to iot-lab-kiit/tasks.py
1 contribution to C0D1NG/Development
.hacktoberissues
Creation a hashing function for storing user tokens (Credentials)
Hacktoberfest
enhancement
good first issue
help wanted
.hacktoberissues
Is your feature request related to a problem? Please describe.
Currently, the outputs are a tuple of urls and timestamps. It would be useful to have an option to export this data to a readable file such as JSON.
Describe the solution you'd like
A function in generic.Outputs called to_json that exports the history to the given filename in JSON format.
The exact structure of the JSON is discussed in this comment
The to_json function should, by default, export in the first format and a parameter must be provided to get output in the 2nd format (refer the comment linked above)
Describe alternatives you've considered
Other issues are opened for alternate formats (if you can't find an issue for the format you need, please open one)
Additional context
#4
enhancement
hacktoberfest
.hacktoberissues
Currently fawkes only has classification for user reviews, which requires either static weights if we are using text-match or already labelled data to use the LSTM based classification model.
It would be nice to have an automatic clustering of user reviews to get an initial sense of all the topics within the data set.
The important thing is to have a model which can be saved and reused in the future for further clustering when new user reviews are added to the dataset.
hacktoberfest
machine-learning
tech
.hacktoberissues
what can you do with python?
You can contribute your project inside applications folder
Hacktoberfest
enhancement
good first issue
.hacktoberissues
Before jumping into Pr first comment for assign.All Problem from Edabit. Link is mandatory to add
Problem statement: Create a function that returns True if an integer is evenly divisible by 5, and False otherwise.
Problem Link: https://edabit.com/challenge/49pyDP8dE3pJ2dYMW
Before submitting a PR please Check some details.Check Edabit for problem task
- [x] fileName formet should be in camelcase
example- returnTheNextNumber.py - [x] Add label for Problem
- [x] In file there should be problem statement and link to probelm
example -
'''
Probem Task : This program will add two numbers
Problem Link : https://edabit.com/challenge/SFzHtm63XT6EYNHWY
'''
*/
def main():
return a + b
This repository is vaild for HacktoberFest2020
Read before making PR - How to contribute on Github
Good Luck,
hacktoberfest
python
.hacktoberissues
Hello folks, Want to contribute to Hacktoberfest.
Confused about what to contribute?
Let's make your task simpler.
Go and check out the README of this repo and start contributing!
Generate PRs for Hacktoberfest-2020 just by solving problems on Data Structures and Algorithms.
Happy Learning!!!
Hacktoberfest
Hacktoberfest-2020
good first issue
help wanted
up for grabs
.uptime
I started up a day ago.
.hacktoberissues
Use a nginx container to proxy requests between different applications running in different ports
For example
/app - should redirect to application running in port 3000
/web - should redirect to application running in port 3006
Applications used may be any example as well as static pages , nginx must be used to redirect requests between them
Add the relevant files in the micro services nginx-proxy directory (create if not present)
Hacktoberfest
devops
enhancement
feature_request
good first issue
enhancement
good first issue
hacktoberfest
help wanted
Setup AWS Cloudwatch alerts to notify when something is wrong and integrate with the slack workspace
Hacktoberfest
enhancement
Implement https://github.com/home-assistant/core/blob/e38ae1b188ffac02017c150f416f210f13190799/homeassistant/components/cover/__init__.py#L292
, close and stop tilt for stepwise setting tilt angles in our cover entity.
This probably requires setting a steptime or even total tilttime to calculate angle (like position in travelcalculator).
HA-integration
Hacktoberfest
๐ enhancement
crea una funciรณnllamada gitlab_link(link):
la funcion tiene que ser creada dentro del directorio /validations/
concretamente dentro de un archivo llamado /validations/links.py
la funciรณn debe evaluar si el link pertenece a GitLab
Ejemplos:
gitlab_link("twitter.com") - False
gitlab_link("gitlab.com/login") - True
Este issue estรก relaccionado con #10
3
Hacktoberfest
ayuda
finalizado
python
:incoming_envelope: :ok_hand: applied mute to @lavish hatch until 2020-10-03 00:21 (9 minutes and 59 seconds) (reason: duplicates rule: sent 4 duplicated messages in 10s).
!unmute 441672776345190421
:incoming_envelope: :ok_hand: pardoned infraction mute for @lavish hatch.
don't...
?
don't spam commands
oh ok sorry
.hackstats
Here are some stats!
SansPapyrus683 has made 3 contributions in October
SansPapyrus683 is 1 PR away from a T-shirt or a tree!
2 contributions to C0D1NG/Development
1 contribution to iot-lab-kiit/tasks.py
.hackstats
Here are some stats!
hedythedev has made 8 contributions in October
hedythedev has earned a T-shirt or a tree!
1 contribution to gnebbia/pdlist
1 contribution to python-discord/bot
1 contribution to hedythedev/bot
1 contribution to sukeesh/Jarvis
1 contribution to carbon-app/carbon
.hackstats
Here are some stats!
Anubhav1603 has made 2 contributions in October
Anubhav1603 is 2 PRs away from a T-shirt or a tree!
2 contributions to python-discord/seasonalbot
.hackstats mathsman5133
No October GitHub contributions found for 'mathsman5133'
.help
WikipediaSearch
.wikipedia <search>
Return list of results containing your search query from wikipedia.
Wolfram
.wolfram <query>
Requests all answers on a single image, sends an image of all related pods.
.games
.[games|game] [amount=5] [genre]
Get random game(s) by genre from IGDB. Use .games genres command to get all available genres.
Also support amount parameter, what max is 25 and min 1, default 5. Supported formats:
- .games <genre>
- .games <amount> <genre>
Commands:
company Get random Game Companies companies from IGDB API.
genres Get all available genres.
search Find games by name.
top Get current Top games in IGDB.
Type .help command for more info on a command.
You can also type .help category for more info on a category.
.minesweeper
.[minesweeper|ms]
Commands for Playing Minesweeper.
Commands:
end End your current game.
start Start a game of Minesweeper.
Type .help command for more info on a command.
You can also type .help category for more info on a category.
.ms start
@tawny raven is playing Minesweeper
:no_entry: Game canceled :no_entry:
Here's your board!
:stop_button: :regional_indicator_a::regional_indicator_b::regional_indicator_c::regional_indicator_d::regional_indicator_e::regional_indicator_f::regional_indicator_g::regional_indicator_h::regional_indicator_i::regional_indicator_j:
:one: :two::bomb::bomb::one::one::two::two::one::stop_button::stop_button:
:two: :bomb::three::two::one::one::bomb::bomb::two::one::stop_button:
:three: :two::three::one::one::two::three::four::bomb::one::stop_button:
:four: :bomb::two::bomb::two::two::bomb::three::two::two::stop_button:
:five: :one::two::one::three::bomb::three::two::bomb::one::stop_button:
:six: :stop_button::one::one::four::bomb::three::one::one::one::stop_button:
:seven: :stop_button::two::bomb::four::bomb::two::one::one::two::one:
:eight: :stop_button::three::bomb::five::two::three::two::bomb::four::bomb:
:nine: :stop_button::two::bomb::three::bomb::two::bomb::three::bomb::bomb:
:keycap_ten: :stop_button::one::one::two::one::two::one::two::two::two:
Okay just wanted to see if it existed ๐ค
.ms start
@little pewter is playing Minesweeper
:no_entry: Game canceled :no_entry:
Here's your board!
:stop_button: :regional_indicator_a::regional_indicator_b::regional_indicator_c::regional_indicator_d::regional_indicator_e::regional_indicator_f::regional_indicator_g::regional_indicator_h::regional_indicator_i::regional_indicator_j:
:one: :bomb::three::bomb::one::stop_button::stop_button::two::bomb::three::bomb:
:two: :bomb::four::two::one::stop_button::one::three::bomb::three::one:
:three: :two::bomb::one::one::two::three::bomb::two::one::stop_button:
:four: :one::one::one::one::bomb::bomb::two::one::stop_button::stop_button:
:five: :one::one::one::two::three::four::two::one::one::one:
:six: :one::bomb::one::one::bomb::three::bomb::two::one::bomb:
:seven: :one::one::one::one::one::three::bomb::two::one::one:
:eight: :stop_button::one::one::one::stop_button::one::one::one::stop_button::stop_button:
:nine: :one::two::bomb::two::one::one::stop_button::stop_button::stop_button::stop_button:
:keycap_ten: :bomb::two::one::two::bomb::one::stop_button::stop_button::stop_button::stop_button:
.help
Magic8ball
.8ball <question>
Return a Magic 8ball answer from answers list.
Minesweeper
.minesweeper
Commands for Playing Minesweeper.
MonsterBio
.monsterbio
Sends your monster bio!
MonsterSurvey
.monster
The base voting command. If nothing is called, then it will return an embed.
Movie
.movies [genre] [amount=5]
Get random movies by specifying genre. Also support amount parameter, that define how much movies will be shown.
.8ball hello
Usage: .8ball <question> (minimum length of 3 eg: will I win?)
.8ball how are you?
As I see it, yes
.help
RecommendGame
.recommendgame
Sends an Embed of a random game recommendation.
Reddit
.reddit [subreddit=python] [sort=hot]
Fetch reddit posts by using this command.
RomanceMovieFinder
.romancemovie
Randomly selects a romance movie and displays information about it.
SaveTheDate
.savethedate
Gives you ideas for what to do on a date with your valentine.
ScaryMovie
.scarymovie
Randomly select a scary movie and display information about it.
.recommendgame
.ms
.[minesweeper|ms]
Commands for Playing Minesweeper.
Commands:
end End your current game.
start Start a game of Minesweeper.
Type .help command for more info on a command.
You can also type .help category for more info on a category.
.help ms
.minesweeper
Can also use: ms
Commands for Playing Minesweeper.
Subcommands:
end
End your current game.
start [bomb_chance=0.2]
Start a game of Minesweeper.
.ms start
@karmic gazelle is playing Minesweeper
Here's there board!
:stop_button: :regional_indicator_a::regional_indicator_b::regional_indicator_c::regional_indicator_d::regional_indicator_e::regional_indicator_f::regional_indicator_g::regional_indicator_h::regional_indicator_i::regional_indicator_j:
:one: :stop_button::stop_button::stop_button::one::flag_black::one::stop_button::one::grey_question::grey_question:
:two: :one::one::stop_button::one::one::one::stop_button::one::grey_question::grey_question:
:three: :flag_black::two::stop_button::stop_button::stop_button::one::one::two::grey_question::grey_question:
:four: :flag_black::two::stop_button::stop_button::stop_button::one::flag_black::two::grey_question::grey_question:
:five: :two::two::stop_button::stop_button::stop_button::one::two::grey_question::grey_question::grey_question:
:six: :flag_black::one::stop_button::stop_button::stop_button::stop_button::one::grey_question::grey_question::grey_question:
:seven: :one::two::two::two::one::stop_button::one::grey_question::grey_question::grey_question:
:eight: :stop_button::one::flag_black::flag_black::two::two::three::grey_question::grey_question::grey_question:
:nine: :stop_button::one::three::three::grey_question::grey_question::grey_question::grey_question::grey_question::grey_question:
:keycap_ten: :stop_button::stop_button::one::flag_black::grey_question::grey_question::grey_question::grey_question::grey_question::grey_question:
.ms reveal E5
You are not authorized to use this command.
.end
.hacktoberissues
Description of the Problem
Given n non-negative integers a1, a2, ..., an , where each represents a point at coordinate (i, ai). n vertical lines are drawn such that the two endpoints of line i is at (i, ai) and (i, 0). Find two lines, which together with x-axis forms a container, such that the container contains the most water.
Note: You may not slant the container and n is at least 2.

The above vertical lines are represented by array [1,8,6,2,5,4,8,3,7]. In this case, the max area of water (blue section) the container can contain is 49.
Example:
Input: [1,8,6,2,5,4,8,3,7]
Output: 49
Code
class Solution:
def maxArea(self, height: List[int]) -> int:
Link To The LeetCode Problem
Array
difficulty-medium
good first issue
hacktoberfest
help wanted
.hacktoberissues
I would like to drop the table version_lobby in the database. The whole version check is sort of pointless today. The database records point to the download of the java client and the minimum version is 0.13.0 which is like 5 years old. Seems like it's completely useless.
Both clients have an auto-update mechanism outside of the faf-database.
Related code (didn't check for tests):
https://github.com/FAForever/server/blob/2932f863432ff2e9ff0d33d203be2f24546c8aee/server/player_service.py#L40
https://github.com/FAForever/server/blob/2932f863432ff2e9ff0d33d203be2f24546c8aee/server/player_service.py#L259-L265
https://github.com/FAForever/server/blob/2932f863432ff2e9ff0d33d203be2f24546c8aee/server/lobbyconnection.py#L458-L478
enhancement
good first issue
hacktoberfest
.hacktoberissues
Description of the Problem
Implement strStr().
Return the index of the first occurrence of needle in haystack, or -1 if needle is not part of haystack.
Example 1:
Input: haystack = "hello", needle = "ll"
Output: 2
Example 2:
Input: haystack = "aaaaa", needle = "bba"
Output: -1
Clarification:
What should we return when needle is an empty string? This is a great question to ask during an interview.
For the purpose of this problem, we will return 0 when needle is an empty string. This is consistent to C's strstr() and Java's indexOf().
Constraints:
haystack and needle consist only of lowercase English characters.
Code
class Solution:
def strStr(self, haystack: str, needle: str) -> int:
Link To The LeetCode Problem
String
difficulty-easy
good first issue
hacktoberfest
help wanted
.love @wicked parrot @rough glade
SeasonalBot#6216 โค Python#4329 scored 6%!
โ
There might be a chance of this relationship working out somewhat well, but it is not very high. With a lot of time and effort you'll get it to work eventually, however don't count on it. It might fall apart quicker than you'd expect.
.love seasonalbot python
Seasonalbot โค python#5832 scored 2%!
โ
The chance of this relationship working out is really low. You can get it to work, but with high costs and no guarantee of working out. Do not sit back, spend as much time together as possible, talk a lot with each other to increase the chances of this relationship's survival.
lmao
.help issue
.issue <numbers> [repository=seasonalbot] [user=python-discord]
Can also use: pr
Command to retrieve issue(s) from a GitHub repository.
.love python love
python#5832 โค love#9731 scored 44%!
โ
The chance of this relationship working is not very high, but its not that low either. If you both want this relationship to work, and put time and effort into it, meaning spending time together, talking to each other etc., than nothing shall stand in your way.
.love @cobalt brook @rough glade
Vestergurkan#0585 โค Python#4329 scored 43%!
โ
The chance of this relationship working is not very high, but its not that low either. If you both want this relationship to work, and put time and effort into it, meaning spending time together, talking to each other etc., than nothing shall stand in your way.
Vestergurkan#0585 โค SeasonalBot#6216 scored 16%!
โ
There might be a chance of this relationship working out somewhat well, but it is not very high. With a lot of time and effort you'll get it to work eventually, however don't count on it. It might fall apart quicker than you'd expect.
.hackstats
Here are some stats!
akarys42 has made 1 contribution in October
akarys42 is 3 PRs away from a T-shirt or a tree!
1 contribution to python-discord/bot
.love @elder phoenix @cobalt brook
Akarys#2780 โค Vestergurkan#0585 scored 73%!
โ
Your relationship will most likely work out. It won't be perfect and you two need to spend a lot of time together, but if you keep on having contact, the good times in your relationship will outweigh the bad ones.
Not bad, not bad
๐
.love @elder phoenix @rough glade
Akarys#2780 โค Python#4329 scored 73%!
โ
Your relationship will most likely work out. It won't be perfect and you two need to spend a lot of time together, but if you keep on having contact, the good times in your relationship will outweigh the bad ones.

!ban @cobalt brook self is a bot
You can't escape my hammer!
.hackstats
@hazy coral, you have not linked a GitHub account
You can link your GitHub account using:
.hackstats link github_username
Or query GitHub stats directly using:
.hackstats github_username
.hackstats link patryk-tech
@hazy coral, your GitHub username has been added
.hackstats
Here are some stats!
patryk-tech has made 4 contributions in October
patryk-tech has earned a T-shirt or a tree!
3 contributions to fisher60/Friendo_Bot
1 contribution to Mailu/Mailu
.hackstats saiTama-max
Here are some stats!
saiTama-max has made 7 contributions in October
saiTama-max has earned a T-shirt or a tree!
7 contributions to fisher60/Friendo_Bot
.help hacktober
.help
Fun
.caesarcipher
Translates a message using the Caesar Cipher.
.randomcase <text>
Randomly converts the casing of a given text.
.roll [num_rolls=1]
Outputs a number of random dice emotes (up to 6).
.uwu <text>
Converts a given text into it's uwu equivalent.
Games
.games [amount=5] [genre]
Get random game(s) by genre from IGDB. Use .games genres command to get all available genres.
HacktoberIssues
.hacktoberissues [option]
Get a random python hacktober issue from Github.
HacktoberStats
.hacktoberstats [github_username]
Display an embed for a user's Hacktoberfest contributions.
.hacktoberissues
Develop a script to take snapshot of an EBS volume attached to an instance and create new volume from snapshot and attach to multiple other instances
Add the relevant files under the AWS directory creating a new directory ebs-snap directory
Any language is allowed
Hacktoberfest
aws
feature_request
good first issue
good first issue
hacktoberfest
help wanted
.hacktoberissues
During the discussions of #247 a suggestion was made to verify the ratio number_of_requests / items_scraped. A higher ratio may be a sign that the spider is doing more requests than necessary and it can be a performance issue.
Spidermon is an extension designed for spider monitoring that allows us to create custom monitors that will be executed every time a spider is executed.
It will be interesting to include this monitoring tool to the project and later, when the project is in production, add more checks that would ensure that everything will be working fine.
Suggested steps for this issue:
- [ ] Add Spidermon as project dependency and enable it in the project
- [ ] Create a new Monitor Suite
- [ ] Create a new monitor that will check the ratio
number_of_requests / items_scraped. This monitor will fail if the ratio is higher than a configurable threshold (so we can define different threshold for different spiders if needed)
enhancement
hacktoberfest
This repo welcomes all the git-GitHub newbies. Add your solutions to mini-projects or challenges provided by the freeCodeCamp
the curriculum in whatever language you want(The basic idea of the solution should be the same).
Beginner-Friendly
First-Timers
HacktoberFest
good first issue
HacktoberIssues
.hacktoberissues [option]
Get a random python hacktober issue from Github.
HacktoberStats
.hacktoberstats [github_username]
Display an embed for a user's Hacktoberfest contributions.
HalloweenFacts
.spookyfact
Get the most recent Halloween fact
Halloweenify
.halloweenify
Change your nickname into a much spookier one!
Help
.help [commands...]
Shows Command Help.
.hacktoberissues
Description of the Problem
You have a RecentCounter class which counts the number of recent requests within a certain time frame.
Implement the RecentCounter class:
RecentCounter()Initializes the counter with zero recent requests.int ping(int t)Adds a new request at time t, where t represents some time in milliseconds, and returns the number of requests that has happened in the past 3000 milliseconds (including the new request). Specifically, return the number of requests that have happened in the inclusive range[t - 3000, t].
It is guaranteed that every call to ping uses a strictly larger value of t than the previous call.
Example 1:
Input
["RecentCounter", "ping", "ping", "ping", "ping"]
[[], [1], [100], [3001], [3002]]
Output
[null, 1, 2, 3, 3]
Explanation
RecentCounter recentCounter = new RecentCounter();
recentCounter.ping(1); // requests = [1], range is [-2999,1], return 1
recentCounter.ping(100); // requests = [1, 100], range is [-2900,100], return 2
recentCounter.ping(3001); // requests = [1, 100, 3001], range is [1,3001], return 3
recentCounter.ping(3002); // requests = [1, 100, 3001, 3002], range is [2,3002], return 3
Constraints:
1 <= t <= 109- Each test case will call
pingwith strictly increasing values oft. - At most
10^4calls will be made toping.
Code
class RecentCounter:
def __init__(self):
def ping(self, t: int) -> int:
# Your RecentCounter object will be instantiated and called as such:
# obj = RecentCounter()
# param_1 = obj.ping(t)
Link To The LeetCode Problem
difficulty-easy
good first issue
hacktoberfest
help wanted
.hacktoberissues
Create Pytest for every function of each Class so that we can have greater code coverage.
Please follow the contribution doc at https://github.com/YARA-Silly-Silly/yarasilly2/blob/master/CONTRIBUTING.md for contributing to this project.
Hacktoberfest
enhancement
good first issue
help wanted
.hacktoberissues
Hacktoberfest
.hacktoberissues
Please describe the feature you want this project to offer
It would be great if an authenticated user can have a custom (their choice) shortened url of their actual url
Describe the solution you'd like
In the customShorten() , check whether the user is authenticated or not, if they are authenticated, take their custom url and their actual url. Store it in the database and return the custom url
Describe alternatives you've considered (Optional)
A clear and concise description of any alternative solutions or features you've considered.
Additional context (Optional)
Add any other context or screenshots about the feature request here.
component: routes
difficulty: medium
good first issue
hacktoberfest
.hacktoberissues
On all but the largest screen sizes, the tabs wrap and look like this:

This might be even worse in other languages.
good first issue
hacktoberfest
.hacktoberissues
(ะะตัะตะฝะตัะตะฝะพ ะพัััะดะฐ: https://github.com/ods-ai-ml4sg/proj_news_viz/issues/124)
RubricClassifierTask ะฒ https://github.com/newsviz/newsviz/tree/master/newsviz/pipeline.py ััะตะฑัะตั ะทะฐัะฐะฝะตะต ะพะฑััะตะฝะฝัะน ะบะปะฐััะธัะธะบะฐัะพั ะธ ะณะพัะพะฒัะน ัะบัััะฐะบัะพั ะฟัะธะทะฝะฐะบะพะฒ.
ะงัะพ ะดะตะปะฐัั:
- ะะทััั ะดะฐัะฐัะตั gazeta.ru (ัััะปะบะฐ ะฝะฐ ะทะฐะบะฐัะบั)
- ะัะดะตะปะธัั 3-4 ัะฐะผัั ะบััะฟะฝัั ััะฑัะธะบะธ, ััะพ ะฒ ะฝะธั ะฝะต ะฒะฟะธััะฒะฐะตััั ัะดะตะปะฐัั ะบะปะฐััะพะผ "ะพััะฐะปัะฝะพะต"
- ะกะดะตะปะฐัั ะฟะตัะฟัะพัะตััะธะฝะณ ัะตัะตะท
PreprocessorTask(ัะผ. ะธะฝััััะบัะธั https://github.com/newsviz/newsviz/wiki/ะะฝััััะบัะธั-ะฟะพ-ะทะฐะฟััะบั, ะฒ ะบะพะผะฐะฝะดะต ะทะฐะฟััะบะฐ ะฝะฐะดะพ ะฟะพะผะตะฝัััTopicPredictorTaskะฝะฐPreprocessorTask) - ะะทะฒะปะตัั ะฟัะธะทะฝะฐะบะธ, ัะตัะตะท (TfidfTransformer ะธะท sklearn ะฝะฐะฟัะธะผะตั). ะกะตัะธะฐะปะธะทะพะฒะฐัั ะพะฑััะตะฝะฝัะน ััะฐะฝััะพัะผะตั ัะตัะตะท joblib ะธ ัะพั
ัะฐะฝะธัั ััะดะพะผ ั ัะฐะฑะพัะธะผะธ ะดะธัะตะบัะพัะธัะผะธ, ะฒ ะดะธัะตะบัะพัะธั
models - ะะฑััะธัั ะบะปะฐััะธัะธะบะฐัะพั ััะฑัะธะบ ะฝะฐ ะฟัะตะดะพะฑัะฐะฑะพัะฐะฝะฝัั ะดะฐะฝะฝัั ะธ ัะตัะธะฐะปะธะทะพะฒะฐัั ัะตัะตะท joblib, ะฟะพะปะพะถะธัั ะฒ ัะพะน ะถะต ะดะธัะตะบัะพัะธะธ, ััะพ ะธ ััะฐะฝััะพัะผะตั.
- ะกะพั ัะฐะฝะธัั ะพัััั ะพ ะบะฐัะตััะฒะต ะบะปะฐััะธัะธะบะฐัะพัะฐ (ะผะพะถะฝะพ ะฟัะพััะพ ะตะณะพ ะฟัะธะปะตะฟะธัั ะบ PR ะฟะพ ััะพะผั ะธััั): confusion matrix, classification report.
- ะัะพะฒะตัะธัั, ััะพ ะฒัั ัะฐะฑะพัะฐะตั.
- ะะพะด ะดะปั ะฒะพัะฟัะพะธะทะฒะตะดะตะฝะธั ะฒัะตะน ััะพะน ัะฟะพะฟะตะธ ะดะพะฑะฐะฒะธัั ะฒ
templates/make_classifier.py - ะกะดะตะปะฐัั PR ะฒ ะฒะตัะบั
stageั ะธะทะผะตะฝะตะฝะธัะผะธ.
ะะตัะถะธัะต ะฒ ัะผะต, ััะพ ััะพ ะฟัะธะดัััั ะบะพะผั-ัะพ ะฟะพะฒัะพัััั, ะฒะพะทะผะพะถะฝะพ ะพัะตะฝั ัะบะพัะพ, ะฟะพััะพะผั ะปัััะต ะฒะตัั ะบะพะด ััะฐะทั ะฟะพะดะณะพัะพะฒะธัั ะฒ ัะฐะบะพะผ ะฒะธะดะต, ััะพะฑั ะบัะพ ัะณะพะดะฝะพ ะผะพะณ ัะฐะทะพะฑัะฐัััั. ะัััะต ะฒ ะฒะธะดะต ัะบัะธะฟัะฐ, ะฐ ะฝะต ะฝะพััะฑัะบะฐ.
ROADMAP
hacktoberfest
.hacktoberissues
Hi, it looks close to awesome, however no matter what I do icons do not seem to show up, the feedback says that all five icons are created and when I run update-grub it says they are being included, not sure what is going on, any help would be appreciated.
Running: Garuda Linux, Windows 10
Hacktoberfest
good first issue
help wanted
Here are some stats!
vivax3794 has made 2 contributions in October
vivax3794 is 2 PRs away from a T-shirt or a tree!
1 contribution to Vishruth-S/CompetitiveCode
1 contribution to georgemunyoro/skaak
.hacktoberissues
.love @steady pine @rough glade
Seagull#0420 โค Python#4329 scored 28%!
โ
The chance of this relationship working is not very high. You both need to put time and effort into this relationship, if you want it to work out well for both of you. Talk with each other about everything and don't lock yourself up. Spend time together. This will improve the chances of this relationship's survival by a lot.
fuck
.hacktoberissues
.love @knotty crater @rapid dawn
thebeanogamer#0348 โค Trefonix#1010 scored 77%!
โ
Your relationship will most likely work out. It won't be perfect and you two need to spend a lot of time together, but if you keep on having contact, the good times in your relationship will outweigh the bad ones.
!

.source
@surreal oxide this command is waiting in pr for seasonal bot
.quiz
Each game consists of 5 questions.
Rules :
No cheating and have fun!
Category : general
What is the largest ocean in the world?
Pacific
@toxic dock got the correct answer :tada: 100 points!
Information
The Pacific Ocean is the largest and deepest of the world ocean basins. Covering approximately 63 million square miles and containing more than half of the free water on Earth, the Pacific is by far the largest of the world's ocean basins.
Let's move to the next question.
Remaining questions:
AaravM4#9558 : 100
What's known as the "Playground of Europe"?
Switzerland
@toxic dock got the correct answer :tada: 100 points!
Information
It comes from the title of a book written in 1870 by Leslie Stephen (father of Virginia Woolf) detailing his exploits of mountain climbing (not skiing) of which sport he was one of the pioneers and trekking or walking.
Let's move to the next question.
Remaining questions:
AaravM4#9558 : 200
What is the smallest country?
Vatican City
@toxic dock got the correct answer :tada: 100 points!
Information
With an area of 0.17 square miles (0.44 km2) and a population right around 1,000, Vatican City is the smallest country in the world, both in terms of size and population.
Let's move to the next question.
Remaining questions:
AaravM4#9558 : 300
What's the world's largest urban area?
20s left!
.bemyvalentine
@teal pecan
What do I do,
When I'm still in love with you?
You walked away, Cause you didn't want to stay.
You broke my heart, you tore me apart.
Every day I wait for you, Telling myself our love was true.
But when you don't show, more tears start to flow.
That's when I know I have to let go.
:revolving_hearts:From Anubhav#3355:sparkling_heart:
10s left!
No one answered correctly!
Information
Tokyo is the most populated city in the world, with a population of 37 million people. It is located in Japan.
Let's move to the next question.
Remaining questions:
AaravM4#9558 : 300
What's the name of the largest bird?
ostrich
@toxic dock got the correct answer :tada: 100 points!
Information
The largest living bird, a member of the Struthioniformes, is the ostrich (Struthio camelus), from the plains of Africa and Arabia. A large male ostrich can reach a height of 2.8 metres (9.2 feet) and weigh over 156 kilograms (344 pounds).
Let's move to the next question.
Remaining questions:
AaravM4#9558 : 400
The round has ended.
Congratulations @toxic dock :tada: You have won this quiz game with a grand total of 400 points!
.bemyvalentine
@golden sonnet
I love you. I knew it the minute I met you. I'm sorry it took so long for me to catch up. I just got stuck.
:two_hearts:From AaravM4#9558:two_hearts:
โค๏ธ
.bemyvalentine
@spiral spear
Darling I will be loving you till we're 70. And baby my heart could still fall as hard at 23. And I'm thinking about how people fall in love in mysterious ways. Maybe just the touch of a hand. Oh me, I fall in love with you every single day. And I just wanna tell you I am. So honey now. Take me into your loving arms. Kiss me under the light of a thousand stars. Place your head on my beating heart. I'm thinking out loud. Maybe we found love right where we are.
:revolving_hearts:From myPetWiiUReggie#4675:two_hearts:
๐ฎ Create a Web API for your school!
CourseCake is a Web / Python API to help course discovery and the creation of apps for students, by students! By adding support for your school, you will be helping developers like you help make apps for students at your college!
All you have to do is create a class with the method .get_classes(testing: bool = False) that returns a dictionary of Course.
For each Course, make sure you fill in the attributes as well as append CourseClass objects to Course.classes.
What is this stuff?
For explanation of a Course and Class, check out our documentation or the source code.
That's too much reading
I know this is probably confusing, so please comment or message me for more info -- I'm happy to help you learn. Happy coding!
enhancement
hacktoberfest
help wanted
.hacktoberfest
.hacktoborissues
.hacktoberissues
Hacktoberfest
gotem
.hackstats
Here are some stats!
iqrar99 has made 4 contributions in October
iqrar99 has earned a T-shirt or a tree!
3 contributions to TheAlgorithms/Python
1 contribution to pandas-dev/pandas
Wow
.hackstats
@wide tendon, you have not linked a GitHub account
You can link your GitHub account using:
.hackstats link github_username
Or query GitHub stats directly using:
.hackstats github_username
this bots wild
.source
the source pr has not been merged yet
ok
.help reddit
.reddit [subreddit=python] [sort=hot]
*Fetch reddit posts by using this command.
Gets a post from r/python by default.
Usage:
--> .reddit [subreddit_name] [hot/top/new]*
.reddit Barcelona
Running store/clinic/coach for gait analysis and h
โ
8โ
โ4โ
โhagehalfie
Iโve had a few knee injuries and problems in the past which led me to stop running (although doctor I can keep running if I want).
My experience at shops has been poor (understandable to some extent
.quiz
Each game consists of 5 questions.
Rules :
No cheating and have fun!
Category : general
Name "the land of a thousand lakes"
finland
@toxic dock got the correct answer :tada: 100 points!
Information
Finland is a country in Northern Europe. Sweden borders it to the northwest, Estonia to the south, Russia to the east, and Norway to the north. Finland is part of the European Union with its capital city being Helsinki. With a population of 5.5 million people, it has over 187,000 lakes. The thousands of lakes in Finland are the reason why the country's nickname is "the land of a thousand lakes."
Let's move to the next question.
Remaining questions:
AaravM4#9558 : 100
Who was the winner of FIFA 2018?
@toxic dock got the correct answer :tada: 100 points!
Information
France 4 - 2 Croatia
Let's move to the next question.
Remaining questions:
AaravM4#9558 : 200
Which is the largest island in the world?
20s left!
greenland
@toxic dock got the correct answer :tada: 75 points!
Information
Commonly thought to be Australia, but as it's actually a continental landmass, it doesn't get to make it in the list.
Let's move to the next question.
Remaining questions:
AaravM4#9558 : 275
Which country is the largest producer of coffee?
@toxic dock got the correct answer :tada: 100 points!
Information
Brazil is the world's largest coffee producer. In 2016, Brazil produced a staggering 2,595,000 metric tons of coffee beans. It is not a new development, as Brazil has been the highest global producer of coffee beans for over 150 years.
Let's move to the next question.
Remaining questions:
AaravM4#9558 : 375
What's the name of the tallest waterfall in the world.
niagra falls
20s left!
um
10s left!
tall waterfall
No one answered correctly!
Information
Angel Falls (Salto รngel) in Venezuela is the highest waterfall in the world. The falls are 3230 feet in height, with an uninterrupted drop of 2647 feet. Angel Falls is located on a tributary of the Rio Caroni.
Let's move to the next question.
Remaining questions:
AaravM4#9558 : 375
The round has ended.
Congratulations @toxic dock :tada: You have won this quiz game with a grand total of 375 points!
View the top posts from various subreddits.
.[snakes|snake]
Commands from our first code jam.
Commands:
about Show an embed with information about the event, its participants, ...
antidote Antidote! Can you create the antivenom before the patient dies?
card Create an interesting little card from a snake.
draw Draws a random snek using Perlin noise.
fact Gets a snake-related fact.
get Fetches information about a snake from Wikipedia.
guess Snake identifying game.
hatch Hatches your personal snake.
movie Gets a random snake-related movie from OMDB.
name Snakifies a username.
quiz Asks a snake-related question in the chat and validates the user's...
sal Play a game of Snakes and Ladders.
snakify How would I talk if I were a snake?
video Gets a YouTube video about snakes.
zen Gets a random quote from the Zen of Python, except as if spoken by...
Type .help command for more info on a command.
You can also type .help category for more info on a category.
.snake snakify
hhhhmm
.snake snakify
niagra ffffallssss
.snake snakify
hhhow do people even get thhhhe loveffesssst role
.snake snakify I am a snake
I am a ssnake
.help
AprilFoolVideos
.fool
Get a random April Fools' video from Youtube.
AvatarEasterifier
.avatareasterify [colours...]
This "Easterifies" the user's avatar.
Battleship
.battleship
Play a game of Battleship with someone else!
BeMyValentine
.bemyvalentine [user] [valentine_type]
Send a valentine to user, if specified, or to a random user with the lovefest role.
Bookmark
.bookmark <target_message> [title=Bookmark]
Send the author a link to target_message via DMs.
.help zodiac
.help zodiac
.zodiac <zodiac_sign>
Provides information about zodiac sign by taking zodiac sign name as input.
Subcommands:
date <date> <month>
Provides information about zodiac sign by taking month and date as input.
partnerzodiac <zodiac_sign>
Provides a random counter compatible zodiac sign to the given user's zodiac sign.
.zodiac 16 3
16 is not a valid zodiac sign, here is the list of valid zodiac signs.
Aries, Taurus, Gemini, Cancer, Leo, Virgo,
Libra, Scorpio, Sagittarius, Capricorn, Aquarius, Pisces
.zodiac libra
Amazing people born between September 23 to October 22. Libra is an air sign represented by the scales (interestingly, the only inanimate object of the zodiac), an association that reflects Libra's fixation on balance and harmony. Libra is obsessed with symmetry and strives to create equilibrium in all areas of life.
โNo person is an island.โ
Cooperative, diplomatic, gracious, fair-minded, social.
Indecisive, avoids confrontations, will carry a grudge, self-pity.
__L__oyal, __I__nquisitive, __B__alanced, __R__esponsible, __A__ltruistic
.zodiac date 16 3
Amazing people born between February 19 to March 20. Pisces, a water sign, is the last constellation of the zodiac. It's symbolized by two fish swimming in opposite directions, representing the constant division of Pisces' attention between fantasy and reality. As the final sign, Pisces has absorbed every lesson โ the joys and the pain, the hopes and the fears โ learned by all of the other signs.
โI have a lot of love to give, it only takes a little patience and those worth giving it all to.โ
Compassionate, artistic, intuitive, gentle, wise, musical.
Fearful, overly trusting, sad, desire to escape reality, can be a victim or a martyr.
__P__sychic, __I__ntelligent, __S__urprising, __C__reative, __E__motionally-driven, __S__ensitive
Woo
whats ur zodiac ๐
.zodiac pisces
Amazing people born between February 19 to March 20. Pisces, a water sign, is the last constellation of the zodiac. It's symbolized by two fish swimming in opposite directions, representing the constant division of Pisces' attention between fantasy and reality. As the final sign, Pisces has absorbed every lesson โ the joys and the pain, the hopes and the fears โ learned by all of the other signs.
โI have a lot of love to give, it only takes a little patience and those worth giving it all to.โ
Compassionate, artistic, intuitive, gentle, wise, musical.
Fearful, overly trusting, sad, desire to escape reality, can be a victim or a martyr.
__P__sychic, __I__ntelligent, __S__urprising, __C__reative, __E__motionally-driven, __S__ensitive
This
cool
.zodiac date 4 6
Amazing people born between May 21 to June 20. Have you ever been so busy that you wished you could clone yourself just to get everything done? Thatโs the Gemini experience in a nutshell. Appropriately symbolized by the celestial twins, this air sign was interested in so many pursuits that it had to double itself.
โI manifest my reality.โ
Gentle, affectionate, curious, adaptable, ability to learn quickly and exchange ideas.
Nervous, inconsistent, indecisive.
__G__enerous, __E__motionally in tune, __M__otivated, __I__maginative, __N__ice, __I__ntelligent
.zodiac date 11 3
Amazing people born between February 19 to March 20. Pisces, a water sign, is the last constellation of the zodiac. It's symbolized by two fish swimming in opposite directions, representing the constant division of Pisces' attention between fantasy and reality. As the final sign, Pisces has absorbed every lesson โ the joys and the pain, the hopes and the fears โ learned by all of the other signs.
โI have a lot of love to give, it only takes a little patience and those worth giving it all to.โ
Compassionate, artistic, intuitive, gentle, wise, musical.
Fearful, overly trusting, sad, desire to escape reality, can be a victim or a martyr.
__P__sychic, __I__ntelligent, __S__urprising, __C__reative, __E__motionally-driven, __S__ensitive
I am happy finally this pr got merged
Birth date leak 
.zodiac date 13 oct
Amazing people born between September 23 to October 22. Libra is an air sign represented by the scales (interestingly, the only inanimate object of the zodiac), an association that reflects Libra's fixation on balance and harmony. Libra is obsessed with symmetry and strives to create equilibrium in all areas of life.
โNo person is an island.โ
Cooperative, diplomatic, gracious, fair-minded, social.
Indecisive, avoids confrontations, will carry a grudge, self-pity.
__L__oyal, __I__nquisitive, __B__alanced, __R__esponsible, __A__ltruistic
.zodiac date 3 11
Amazing people born between October 23 to November 21. Scorpio is one of the most misunderstood signs of the zodiac. Because of its incredible passion and power, Scorpio is often mistaken for a fire sign. In fact, Scorpio is a water sign that derives its strength from the psychic, emotional realm.
โYou never know what you are capable of until you try.โ
Resourceful, brave, passionate, stubborn, a true friend.
Distrusting, jealous, secretive, violent.
__S__eductive, __C__erebral, __O__riginal, __R__eactive, __P__assionate, __I__ntuitive, __O__utstanding
.zodiac date 16 march
Amazing people born between February 19 to March 20. Pisces, a water sign, is the last constellation of the zodiac. It's symbolized by two fish swimming in opposite directions, representing the constant division of Pisces' attention between fantasy and reality. As the final sign, Pisces has absorbed every lesson โ the joys and the pain, the hopes and the fears โ learned by all of the other signs.
โI have a lot of love to give, it only takes a little patience and those worth giving it all to.โ
Compassionate, artistic, intuitive, gentle, wise, musical.
Fearful, overly trusting, sad, desire to escape reality, can be a victim or a martyr.
__P__sychic, __I__ntelligent, __S__urprising, __C__reative, __E__motionally-driven, __S__ensitive
why does the bot react?
Idk
UwU
ohhhhhhhhh
Ty pal seasonal
I got skull
u react to those to get points
.zodiac libra
Amazing people born between September 23 to October 22. Libra is an air sign represented by the scales (interestingly, the only inanimate object of the zodiac), an association that reflects Libra's fixation on balance and harmony. Libra is obsessed with symmetry and strives to create equilibrium in all areas of life.
โNo person is an island.โ
Cooperative, diplomatic, gracious, fair-minded, social.
Indecisive, avoids confrontations, will carry a grudge, self-pity.
__L__oyal, __I__nquisitive, __B__alanced, __R__esponsible, __A__ltruistic
hmm
.zodiac partner leo
Leo:gift_heart:Aries
:gift_heart:Compatibility meter : 83%:gift_heart:
A Leo is generous and an Arian is open to life. Sharing the same likes and dislikes, they both crave for fun, romance and excitement. A Leo respects an Arian's need for freedom because an Arian does not interfere much in the life of a Leo. Aries will love the charisma and ideas of the Leo.
is this horoscope?
No it just explains about zodiac sign
oh is it some API?
yeah it was built for the bot
so who wrote that data
Me
him
like compatibility and stuff I mean
wdym
Compatibility is not written by me date and zodiac is written by me
Yeah
compatibility resource
or does it have to get approved by main contributors first?
ahh missed that candy
I reacted to that๐
a
or does it have to get approved by main contributors first?
@ember warren atleast 1 core dev
so they'll validate the idea first?
idea will be validated in form of issues
yeah
the PR is the implementation
i just realised, I was the one who wrote partnerzodiac, lol
have you contributed to Python bot too?
yes
hmm what about the docs command
.zodiac libra
Amazing people born between September 23 to October 22. Libra is an air sign represented by the scales (interestingly, the only inanimate object of the zodiac), an association that reflects Libra's fixation on balance and harmony. Libra is obsessed with symmetry and strives to create equilibrium in all areas of life.
โNo person is an island.โ
Cooperative, diplomatic, gracious, fair-minded, social.
Indecisive, avoids confrontations, will carry a grudge, self-pity.
__L__oyal, __I__nquisitive, __B__alanced, __R__esponsible, __A__ltruistic
hmm what about the docs command
@ember warren you can actully navigate to that file on github and it will show you the contributors to that file
Isn't hard
well, I don't know thats why I said that haha
!src d
Lookup documentation for Python symbols.
Click the link
yeah
And check contributors
.help
I wonder if the bot has a cooldown
for people spamming the same command over and over
.hackstats
@ember warren, you have not linked a GitHub account
You can link your GitHub account using:
.hackstats link github_username
Or query GitHub stats directly using:
.hackstats github_username
.hackstats
@ember warren, you have not linked a GitHub account
You can link your GitHub account using:
.hackstats link github_username
Or query GitHub stats directly using:
.hackstats github_username
.hackstats
@ember warren, you have not linked a GitHub account
You can link your GitHub account using:
.hackstats link github_username
Or query GitHub stats directly using:
.hackstats github_username
hmm, I mean it will need a cooldown if it was using an API
It has
show?
Iol try to spam same message 10 times under 10 sec any message u will get muted for 9 minutes automatically
Same for command also
but like I saw someone spam the same command over and over, but some mod had to warn the user for spamming
the Python bot only detects burst messages I think
Wikipedia command has cooldown
1 Donald Trump
2 Donald Trump Jr.
3 Political positions of Donald Trump
4 Presidency of Donald Trump
5 Family of Donald Trump
6 Donald Trump sexual misconduct allegations
7 Donald Trump 2016 presidential campaign
8 Racial views of Donald Trump
9 Donald Trump 2020 presidential campaign
10 Veracity of statements by Donald Trump
Enter number to choose
try again
nice
Sorry, but you cannot do that, I will only accept an positive integer, You have 2/3 chances left
.wiki Obama
1 Barack Obama
2 Michelle Obama
3 Presidency of Barack Obama
4 Family of Barack Obama
5 Barack Obama Sr.
6 Barack Obama Supreme Court candidates
7 Ann Dunham
8 Barack Obama religion conspiracy theories
9 Malik Obama
10 Barack Obama judicial appointment controversies
Enter number to choose
.wiki Florida
See
.bemyvalentine
@lavish hatch
Look at the computer keyboard, U and I were placed side by side. Thatโs how the alphabets should be arranged because my love will never cease to exist as long as itโs you and me.
:revolving_hearts:From thunder#0999:gift_heart:
whatt
Use again
idk I TRIED THIS COMMAND FOR FIEST TIME, does it ping random people?
idk man lol
It sends love message lol
.bemyvalentine
@magic marsh
Darling I will be loving you till we're 70. And baby my heart could still fall as hard at 23. And I'm thinking about how people fall in love in mysterious ways. Maybe just the touch of a hand. Oh me, I fall in love with you every single day. And I just wanna tell you I am. So honey now. Take me into your loving arms. Kiss me under the light of a thousand stars. Place your head on my beating heart. I'm thinking out loud. Maybe we found love right where we are.
:gift_heart:From SansPapyrus683#4140:heart:
oh crap
woah not good
It will ping
sorry for ping
See
idk man
oh wait, is it matchmaking?
it ain't even valentine's day
Who cares lol
can i send you a friend request
who
.love @rough glade @wicked parrot
Python#4329 โค SeasonalBot#6216 scored 12%!
โ
There might be a chance of this relationship working out somewhat well, but it is not very high. With a lot of time and effort you'll get it to work eventually, however don't count on it. It might fall apart quicker than you'd expect.
HAHAHAH
Hahaha
@ember warren could i shoot you a friend req?
idk
tho*
i need friends
lol
.love @ember warren @lavish hatch
thunder#0999 โค SansPapyrus683#4140 scored 41%!
โ
The chance of this relationship working is not very high, but its not that low either. If you both want this relationship to work, and put time and effort into it, meaning spending time together, talking to each other etc., than nothing shall stand in your way.
damit
not very high
41 quite nice
.love @ember warren @lavish hatch
thunder#0999 โค SansPapyrus683#4140 scored 41%!
โ
The chance of this relationship working is not very high, but its not that low either. If you both want this relationship to work, and put time and effort into it, meaning spending time together, talking to each other etc., than nothing shall stand in your way.
.love @pseudo agate @lavish hatch
Anubhav#3355 โค SansPapyrus683#4140 scored 31%!
โ
The chance of this relationship working is not very high, but its not that low either. If you both want this relationship to work, and put time and effort into it, meaning spending time together, talking to each other etc., than nothing shall stand in your way.
31 HA
haha
Hahaha
.love @ember warren @pseudo agate
thunder#0999 โค Anubhav#3355 scored 1%!
โ
The chance of this relationship working out is really low. You can get it to work, but with high costs and no guarantee of working out. Do not sit back, spend as much time together as possible, talk a lot with each other to increase the chances of this relationship's survival.
HAHAHAHA
lmao
๐๐๐
.love @unborn night @minor plank
myPetWiiUReggie#4675 โค ModMail#6914 scored 49%!
โ
Your relationship has a reasonable amount of working out. But do not overestimate yourself there. Your relationship will suffer good and bad times. Make sure to not let the bad times destroy your relationship, so do not hesitate to talk to each other, figure problems out together etc.
lol
could i give you a friend request tho thunder
.love @pseudo agate @wicked parrot
Anubhav#3355 โค SeasonalBot#6216 scored 8%!
โ
There might be a chance of this relationship working out somewhat well, but it is not very high. With a lot of time and effort you'll get it to work eventually, however don't count on it. It might fall apart quicker than you'd expect.
Lol
.love @rough glade @minor plank
Python#4329 โค ModMail#6914 scored 74%!
โ
Your relationship will most likely work out. It won't be perfect and you two need to spend a lot of time together, but if you keep on having contact, the good times in your relationship will outweigh the bad ones.
Woa
@unborn night don't hesitate to talk to each other, Alright time for u to text modmail

haha
well i sent you a friend req
If u text modmail python bot will get angry and text u
tell them seasonalbot asked u to do so lmao
.hackstats
Here are some stats!
ChrisGallardo has made 3 contributions in October
ChrisGallardo is 1 PR away from a T-shirt or a tree!
1 contribution to gustavwilliam/hello-world
1 contribution to python-discord/seasonalbot
1 contribution to ChrisGallardo/seasonalbot
.hacktoberissues
:ping:
JS
PHP
hacktoberfest
help wanted
let's go tree gang gang
.hackstats
Here are some stats!
SansPapyrus683 has made 3 contributions in October
SansPapyrus683 is 1 PR away from a T-shirt or a tree!
2 contributions to C0D1NG/Development
1 contribution to iot-lab-kiit/tasks.py
i just want a tshirt
I already have 3
from previous years
lol I didn't spam this year guys
trust me
pls don't vote me thx
why message getting deleted

what
I need project to contribute to
are you going to create the JSON file from scraping some website or you're going to hardcode?
_Originally posted by @abhinav-bhardwaj in https://github.com/harikesh409/Entertainment-Center/issues/1#issuecomment-702569755_
Hacktoberfest
enhancement
help wanted
I mean I can search github
I just want a Django project tho
I was looking at pyweek hmm
.hacktoberissues
I am looking to convert the python script to an executable(.exe) file, tried using pyinstaller but to no avail.
good first issue
hacktoberfest
.hacktoberissues
The metadata-extractor CI workflow currently fails with:
bs4.FeatureNotFound: Couldn't find a tree builder with the features you requested: lxml. Do you need to install a parser library?
Sample run: https://github.com/lttkgp/metadata-extractor/actions/runs/281074663
Hacktoberfest
bug
.love @toxic dock @wicked parrot
AaravM4#9558 โค SeasonalBot#6216 scored 59%!
โ
Your relationship has a reasonable amount of working out. But do not overestimate yourself there. Your relationship will suffer good and bad times. Make sure to not let the bad times destroy your relationship, so do not hesitate to talk to each other, figure problems out together etc.


