#sir-lancebot-playground

1 messages ยท Page 99 of 1

toxic dock
#

ok then

ember warren
#

try modmail

unborn night
#

.hackstats

wicked parrotBOT
unborn night
#

nice

#

two don't count though

toxic dock
#

.love @toxic dock @unborn night

wicked parrotBOT
#
๐Ÿ’˜ You two are really close aren't you? ๐Ÿ’˜

AaravM4#9558 โค myPetWiiUReggie#4675 scored 59%!
โ€‹

A letter from Dr. Love:

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.

toxic dock
#

no

unborn night
cobalt orchid
#

.hacktoberfest

unborn night
#

.speedrun

wicked parrotBOT
unborn night
#

.issue 237

elder phoenix
#

.speedrun

wicked parrotBOT
jovial mulch
#

.hacktoberissues

wicked parrotBOT
#

How cool can it be to have your code keep a track of stock prices for you maybe send a push? notification is an entered stock falls below an entered limit. Get creative and find a way to implement it .

labels

Hacktoberfest
good first issue

unborn night
#

.hacktoberissues

wicked parrotBOT
unborn night
#

.hacktoberissues

wicked parrotBOT
#

In update_note properties not specified in kwargs are set to default values and then send to the server.
This should be documented or changed to the saver behavior to not send fields that were not specified by the called.

This is particular troublesome for the tagsfield. Tags are not returned by get_note so when you get a note and then update (even w/o any change) tags will be lost. To avoid user needs to be aware + do extra round trips to get tags before updating.

If PRs from new contributors are desired I can provide the fix myself.

labels

bug
hacktoberfest

unborn night
#

.hacktoberissues

wicked parrotBOT
#

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

[65, 70, 75, 80, 85] (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 15.txt in logs/ folder in this repository. Put the link in this file while creating your PR.

What to name the file?

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

labels

easy
enhancement
hacktoberfest

cursive python
#

.hacktoberissues

wicked parrotBOT
#

OpenML features different task types (e.g. classification, regression), which we map to integers through this class.
Since Python 3.4 added Enums to the language, so we can update our code!

In particular, we should:

  • convert the TaskType to an Enum
  • refactor the name (just TaskType is sufficient)
  • update every use and type hint and doc string where TaskType is an int to use the enum TaskType instead, for example here:
def create_task(
    task_type_id: TaskType,
    ...
)
  • bonus: make OpenMLTask.task_type (a string representation of the task type) based on the enum directly: if task_type is your stored TaskType enum variable, the string name is accessed with task_type.name.

This issue requires little knowledge of the modules, but might be a bit of work to find different spellings of task_type.
Make sure to use your IDE for renaming (e.g. shift+F6 in PyCharm on Windows) to rename all references to a variable at once!
Use find across multiple files (e.g. PyCharm ctrl+shift+F) through all files for terms like "task_type_id" to help find variables and documentation to update.

labels

Hacktoberfest

cursive python
#

.hacktoberissues

wicked parrotBOT
#

After a user's point count has been changed, the bot should automatically update the user's level in the database if applicable. If the level is updated, an embed should also be sent to congratulate the user on being levelled up to level x.

Level is calculated by the following algorithm: 1 + (math.floor(0.3 * math.sqrt(user_points)))

You can refer to our previous bot's source code for reference. Please note that it may be difficult to navigate through due to its poor scalibility.

labels

enhancement
good first issue
hacktoberfest
help wanted

cursive python
#

.hacktoberissues

wicked parrotBOT
cursive python
#

.hacktoberissues

wicked parrotBOT
#
labels

Python
good first issue
hacktober
hacktoberfest
hacktoberfest-2020

uncut oracle
#

.hacktoberstats

wicked parrotBOT
cobalt brook
#

.hackerstats

#

.hackstats

wicked parrotBOT
white flame
#

.help

wicked parrotBOT
#
Command 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.

white flame
#

.bunnifyme

wicked parrotBOT
#

Snuffle Thing

white flame
#

oh

#

.roll 6

wicked parrotBOT
cobalt brook
#

.hackstats

wicked parrotBOT
lavish hatch
#

.hacktoberissues

wicked parrotBOT
#

Kindly check the README.md for basic syntax
when you add your information do place your blocks at the end of last statement.

labels

Hacktoberfest
good first issue
hacktoberfest2020

lavish hatch
#

.hackstats

wicked parrotBOT
#

Here are some stats!

SansPapyrus683's Hacktoberfest

SansPapyrus683 has made 3 contributions in October

SansPapyrus683 is 1 PR away from a T-shirt or a tree!

Top 5 Repositories:

2 contributions to C0D1NG/Development
1 contribution to iot-lab-kiit/tasks.py

cobalt brook
#

.hackstats

wicked parrotBOT
unborn night
#

.hacktoberissues

wicked parrotBOT
spark basin
#

.hacktoberissues

unborn night
#

.hacktoberissues

wicked parrotBOT
#

Description of the Problem

We distribute some number of candies, to a row of n = num_people people in the following way:

We then give 1 candy to the first person, 2 candies to the second person, and so on until we give n candies to the last person.

Then, we go back to the start of the row, giving n + 1 candies to the first person, n + 2 candies to the second person, and so on until we give 2 * n candies to the last person.

This process repeats (with us giving one more candy each time, and moving to the start of the row after we reach the end) until we run out of candies. The last person will receive all of our remaining candies (not necessarily one more than the previous gift).

Return an array (of length num_people and sum candies) that represents the final distribution of candies.

Example 1:

Input: candies = 7, num_people = 4
Output: [1,2,3,1]
Explanation:
On the first turn, ans[0] += 1, and the array is [1,0,0,0].
On the second turn, ans[1] += 2, and the array is [1,2,0,0].
On the third turn, ans[2] += 3, and the array is [1,2,3,0].
On the fourth turn, ans[3] += 1 (because there is only one candy left), and the final array is [1,2,3,1].

Example 2:

Input: candies = 10, num_people = 3
Output: [5,2,3]
Explanation: 
On the first turn, ans[0] += 1, and the array is [1,0,0].
On the second turn, ans[1] += 2, and the array is [1,2,0].
On the third turn, ans[2] += 3, and the array is [1,2,3].
On the fourth turn, ans[0] += 4, and the final array is [5,2,3].

Constraints:

  • 1 <= candies <= 10^9
  • 1 <= num_people <= 1000

Code

class Solution:
    def distributeCandies(self, candies: int, num_people: int) -> List[int]:

Link To The LeetCode Problem

LeetCode

labels

Math
difficulty-easy
good first issue
hacktoberfest
help wanted

slow acorn
#

.help

#

.halloweenify

wicked parrotBOT
#
Not spooky enough?

.sylex ๐Ÿ’ค wasn't spooky enough for you? That's understandable, .sylex ๐Ÿ’ค isn't scary at all! Let me think of something better. Hmm... I got it!

Your new nickname will be:
:ghost: Damien Thorn :jack_o_lantern:

slow acorn
#

spooky

#

.source

#

:(

#

๐ŸŽƒ

lavish hatch
#

.hackstats

wicked parrotBOT
lavish hatch
#

.hacktoberissues

wicked parrotBOT
#
labels

Hacktoberfest
good first issue
hacktoberfest-accepted
help wanted

lavish hatch
#

.hacktoberissues

wicked parrotBOT
#

Title - Expanding the string from a-z

Input : A-D
Output : ABCD

Input : a-b
Output : ab

what will change -

Assignees -

Type of Issue

Please add/delete options that are not relevant.

  • [โœ“] Improving Code
  • [โœ“] Improving Documentation
  • [โœ“] Adding New Code

Programming Language

Please add/delete options that are not relevant.

  • [โœ“] Python
labels

Hacktoberfest

lavish hatch
#

.hacktoberissues

#

.hacktoberissues

wicked parrotBOT
#

We have created 2 issues in the repository containing the docker image of our Logstash service in order to improve the functionality of app-http-logger.

The repo is https://github.com/redpencilio/http-logger-logstash-service/issues

And the issues are :

labels

hacktoberfest

lavish hatch
#

.hacktoberissues

wicked parrotBOT
#
labels

bug
documentation
enhancement
good first issue
hacktoberfest
hacktoberfest2020
help wanted
question

lavish hatch
#

.hacktoberissues

#

.hacktoberissues

wicked parrotBOT
lavish hatch
#

bruh

#

.hacktoberissues

wicked parrotBOT
#

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

  • [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,

labels

hacktoberfest
hard
python

unborn night
#

.hacktoberfest

#

.hacktoberissues

wicked parrotBOT
#

Apparently, due to fastai, deployment of the API on Heroku has been a headache, would appreciate if anyone can solve this deployment issue so the frontend team's work becomes easier

labels

hacktoberfest
help wanted

unborn night
#

.hacktoberissues

wicked parrotBOT
#
labels

Enhancement
Frontend
Hacktoberfest
good first issue

unborn night
#

.hacktoberissues

wicked parrotBOT
#

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:

labels

Hacktoberfest

unborn night
#

.hacktoberissues

wicked parrotBOT
#

Make the arrows connecting nodes curved so that bidirectional connections do not overlap.

labels

Hacktoberfest

unborn night
#

.hacktoberissues

wicked parrotBOT
#

For example:
is_balanced()
is_subtree()
is_symmetric()
longest_consecutive()
lowest_common_ancestor()
max_height()
max_path_sum()
min_height()

labels

good first issue
hacktoberfest
help wanted

unborn night
#

.hacktoberissues

wicked parrotBOT
#

Add to problems a way to categorize them, so it will be possible to search problems by type (like mathematics, string manipulation, etc) or difficulty (easy, medium, etc). It can be some tagging library or just keep it simple and create a new model to store that information.

We can split this issue in two parts (the first is a blocker for the second):

  • [ ] labels/tags/categories to one problem (each problem can have more than one of each) and show them in problem details;
    - [ ] Think a way to allow the user search by this categories in UI (and create a new issue to handle it) leave this for a separated issue
labels

area::application
hacktoberfest
help wanted

autumn helm
#

.spookify

wicked parrotBOT
#
asian_nerd
Is this you or am I just really paranoid?
#
asian_nerd
Is this you or am I just really paranoid?
#
asian_nerd
Is this you or am I just really paranoid?
#
asian_nerd
Is this you or am I just really paranoid?
#
asian_nerd
Is this you or am I just really paranoid?
rough gladeBOT
#

:incoming_envelope: :ok_hand: applied mute to @autumn helm until 2020-10-04 07:57 (9 minutes and 58 seconds) (reason: duplicates rule: sent 4 duplicated messages in 10s).

royal sinew
#

.spookify

wicked parrotBOT
#
Hedy
Is this you or am I just really paranoid?
royal sinew
#

.help

wicked parrotBOT
#
Command 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.

royal sinew
#

.help pin

wicked parrotBOT
#
Command Help

.bookmark <target_message> [title=Bookmark]
Can also use: bm, pin

Send the author a link to target_message via DMs.

royal sinew
#

.user

#

oops

#

.help hacktoberissues

wicked parrotBOT
#
Command Help

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

jovial mulch
#

.hacktoberissues

#

.hacktoberissues

#

.hacktoberissues

mild delta
#

.emoji

#

.emojis

#

.help

wicked parrotBOT
#
Command Help

EmojiCount
.emoji_count [emoji]
Returns embed with emoji category and info given by the user.

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.

mild delta
#

.ec lemon

wicked parrotBOT
#
Emoji Count

There are 33 emojis in the lemon category

mild delta
#

.ec lemon

wicked parrotBOT
#
Emoji Count

There are 33 emojis in the lemon category

mild delta
#

.ec duck

wicked parrotBOT
#
I can't believe you've done this

These are the valid categories
python, joe, pydis, okhandbutflipped, yert, lemonpeek, hyperlemon, thinkmon, lemonshake, brainmon, this, grumpchib, ducky, py, logo, flag, aniblobsweat, amegablobsweats, ablobhammer, pyllow, blobgrimacing, pipenv, pithink, jam, incident, trash, lemon, lemonsaurus, dice

mild delta
#

.ec ham

wicked parrotBOT
#
I can't believe you've done this

These are the valid categories
python, joe, pydis, okhandbutflipped, yert, lemonpeek, hyperlemon, thinkmon, lemonshake, brainmon, this, grumpchib, ducky, py, logo, flag, aniblobsweat, amegablobsweats, ablobhammer, pyllow, blobgrimacing, pipenv, pithink, jam, incident, trash, lemon, lemonsaurus, dice

mild delta
#

.ec jam

wicked parrotBOT
#
Emoji Count

There are 5 emojis in the jam category

jovial mulch
#

.hacktoberissues

wicked parrotBOT
#

๐Ÿš€ Feature

Currently, ignite provides only a basic time profiling tool : https://pytorch.org/ignite/master/contrib/handlers.html#ignite.contrib.handlers.time_profilers.BasicTimeProfiler

Which can print something like

----------------------------------------------------
| Time profiling stats (in seconds):                 |
 ----------------------------------------------------
total  |  min/index  |  max/index  |  mean  |  std

Processing function:
157.46292 | 0.01452/1501 | 0.26905/0 | 0.07730 | 0.01258

Dataflow:
6.11384 | 0.00008/1935 | 0.28461/1551 | 0.00300 | 0.02693

Event handlers:
2.82721

- Events.STARTED: []
0.00000

- Events.EPOCH_STARTED: []
0.00006 | 0.00000/0 | 0.00000/17 | 0.00000 | 0.00000

- Events.ITERATION_STARTED: ['PiecewiseLinear']
0.03482 | 0.00001/188 | 0.00018/679 | 0.00002 | 0.00001

- Events.ITERATION_COMPLETED: ['TerminateOnNan']
0.20037 | 0.00006/866 | 0.00089/1943 | 0.00010 | 0.00003

- Events.EPOCH_COMPLETED: ['empty_cuda_cache', 'training.<locals>.log_elapsed_time', ]
2.57860 | 0.11529/0 | 0.14977/13 | 0.12893 | 0.00790

- Events.COMPLETED: []
not yet triggered

What would be nice to have:

labels

Hacktoberfest
enhancement
help wanted

royal sinew
#

.help

wicked parrotBOT
#
Command Help

Traditions
.easter_tradition
Responds with a random tradition or custom.

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.

royal sinew
#

.uptime

wicked parrotBOT
#

I started up 6 minutes ago.

royal sinew
#

.soucw uptime

#

.source uptime

#

!source uptime

rough gladeBOT
#
Bad argument

Unable to convert 'uptime' to valid command, tag, or Cog.

#
Command Help

!source [source_item]
Can also use: src

Display information and a GitHub link to the source code of a command, tag, or cog.

royal sinew
#

oh right nvm

#

.hacktoberissues

wicked parrotBOT
#

When a user donates via our Roblox donation centre or boosts with Nitro, they need to be automatically awarded.

Robux donations appear in our #joins-and-donations channel (473852097415086090) in the following format:

{"user":"Josh#5318","amount":101}
**Josh#5318** has now donated a total of 101R$!

The bot needs to interpret the JSON on line 1 of the message and award the user with the relevant donator role, including all roles for any lower thresholds they do not already have. Note that the amount given is the total over multiple donations, so donations do not need to be stored by the bot.

Donation thresholds are as follows:
100R$: Donator role (323047035840233474)
1,000R$: Donator+ role (325937099557830656)
3,500R$: Custom // Gold (639147821273972736)

The user needs to also be sent a DM when they have donated to thank them and inform them which roles they have been awarded.


When a user is given the Nitro Booster role (585533734548406305), they need to be sent a thank you message via DM, in addition to being given the Custom // Gold role similarly to the 3,500R$ threshold.

When a user loses the Nitro Booster role, their custom colour should be removed if they do not have the Donator+ role. The bot can do this by iterating through the user's role and removing any roles that start with Custom //


You can refer to our previous bot's source code for reference. Please note that it may be difficult to navigate through due to its poor scalibility.

labels

enhancement
good first issue
hacktoberfest
help wanted

pseudo agate
#

.ec

jovial mulch
#

!src tag

rough gladeBOT
#
Command: tags

Show all known tags, a single tag, or run a subcommand.

Source Code
pseudo agate
#

.ec lemon

wicked parrotBOT
#
Emoji Count

There are 33 emojis in the lemon category

pseudo agate
#

.ec

#

.ec lemon joe logo

wicked parrotBOT
#
Emoji Count

joe_8bit There are 6 emojis in the joe category
logo_adafruit There are 24 emojis in the logo category
lemon_unamused There are 33 emojis in the lemon category

south dawn
#

.hackstats

wicked parrotBOT
#

Here are some stats!

erick-dsnk's Hacktoberfest

erick-dsnk has made 1 contribution in October

erick-dsnk is 3 PRs away from a T-shirt or a tree!

Top 5 Repositories:

1 contribution to sukeesh/Jarvis

royal sinew
#

.hackstats jpedrinhoxd

wicked parrotBOT
elder phoenix
#

.ec

pseudo agate
#

@elder phoenix i think emoji char exceeding

#

thats y its not showing i will propose a fix soon

elder phoenix
#

Yeah, it is generating a too big body

#

I don't understand how that's happening though

pseudo agate
#

.ec logo joe lemon

wicked parrotBOT
#
Emoji Count

joe_maverick There are 6 emojis in the joe category
logo_django There are 24 emojis in the logo category
lemon_pensive There are 33 emojis in the lemon category

pseudo agate
#

hmm

elder phoenix
#

Like, we only have a few categories

pseudo agate
#

actually we have tons

elder phoenix
#

Hmm yeah, 6 of them

pseudo agate
elder phoenix
#

If discord counts the emoji as the chain of character inside the <> and not just one character, that'd be why

pseudo agate
#

.ec lemonshake

wicked parrotBOT
#
Emoji Count

:lemonshake: There are 1 emojis in the lemonshake category
lemon_s_autumn There are 33 emojis in the lemon category

elder phoenix
#

And I'm guessing that's what it is doing

pseudo agate
#

hmm

#

looks like animated emojies are breaking embed

#

.ec pithink

wicked parrotBOT
#
Emoji Count

There are 1 emojis in the pithink category

pseudo agate
#

.source ec

wicked parrotBOT
#
Command: emoji_count

Returns embed with emoji category and info given by the user.

Source Code
jovial mulch
#

.ec lemonshake

wicked parrotBOT
#
Emoji Count

:lemonshake: There are 1 emojis in the lemonshake category
lemon_cyclops There are 33 emojis in the lemon category

kind meteor
#

.ec

elder phoenix
#

.help ec

wicked parrotBOT
#
Command Help

.emoji_count [emoji]
Can also use: ec

Returns embed with emoji category and info given by the user.

elder phoenix
#

.candy

wicked parrotBOT
#
Top Candy Records

๐Ÿฅ‡ @near vector: 1
๐Ÿฅˆ @jaunty flame: 1
๐Ÿฅ‰ @pseudo agate: 1
๐Ÿ… @pseudo agate: 1

โ€‹

Candies will randomly appear on messages sent.
Hit the candy when it appears as fast as possible to get the candy!
But beware the ghosts...

elder phoenix
#

Ah yes

#

Two anub

pseudo agate
#

hahaha

hasty matrix
#

.hackstats

wicked parrotBOT
#

Here are some stats!

ReneganRonin's Hacktoberfest

ReneganRonin has made 3 contributions in October

ReneganRonin is 1 PR away from a T-shirt or a tree!

Top 5 Repositories:

3 contributions to fisher60/Friendo_Bot

hasty matrix
#

wow just one repo :((

cursive python
#

.hacktoberissues

wicked parrotBOT
#

More problems and solutions from LeetCode can be added in the LeetCode_problems folder.

Preferred Difficulty level: Medium to Hard problems (Easy is also acceptable but please refrain from too beginner/trivial problems)

IMPORTANT: Solutions MUST have proper comments EXPLAINING THE LOGIC USED
Please refer Contributing and read all points carefully before sending a PR.

labels

hacktoberfest
help wanted

cursive python
#

.hacktoberissues

wicked parrotBOT
#

Description

  • [ ] Get the torrent magnet links of the movie.
  • [ ] Get the movie name as input from the user.
  • [ ] Copy the link to the clipboard

Technologies and Languages

  • Python
  • javascript
  • APIs

Any other language and technology is also fine

Aditional Work

Make a GUI for this application

labels

APIs
Python
assigned
difficulty-medium
hacktoberfest
javascript

hoary fossil
#

.hackstats

wicked parrotBOT
#

@hoary fossil, 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

hasty matrix
#

@hoary fossil link it first

hoary fossil
#

.hackstats link GOD

wicked parrotBOT
#

@hoary fossil, your GitHub username has been added

hoary fossil
#

.hackstats

wicked parrotBOT
#

No October GitHub contributions found for 'GOD'

hoary fossil
#

lool

hasty matrix
#

:((

cursive python
#

.hackstats

wicked parrotBOT
hoary fossil
#

that was just a random name

hasty matrix
#

wow

#

.hackstats

wicked parrotBOT
#

Here are some stats!

ReneganRonin's Hacktoberfest

ReneganRonin has made 3 contributions in October

ReneganRonin is 1 PR away from a T-shirt or a tree!

Top 5 Repositories:

3 contributions to fisher60/Friendo_Bot

hasty matrix
#

:((

#

just one more one more aaaaaaaaah

cursive python
#

hmm intrestting, that command counts non merged/accepted prs

#

.help hackstats

wicked parrotBOT
#
Command Help

.hacktoberstats [github_username]
Can also use: hackstats

*Display an embed for a user's Hacktoberfest contributions.

If invoked without a subcommand or github_username, get the invoking user's stats if they've
linked their Discord name to GitHub using .stats link. If invoked with a github_username,
get that user's contributions*

Subcommands:
link [github_username]
Link the invoking user's Github github_username to their Discord ID.
unlink
Remove the invoking user's account link from the log.

hasty matrix
#

hmm intrestting, that command counts non merged/accepted prs
@cursive python really? ๐Ÿ˜ฎ

cursive python
hasty matrix
#

hmmmm weird

#

so you will open an issue, make a fix for it, then another PR for you. cooool

#

๐Ÿ‘€

cursive python
#

.hacktoberissues

wicked parrotBOT
#

Standard RSA encryption uses a set of two prime numbers to create its encryption key , instead of two use three prime numbers to generate the key and also demonstrate successful decryption of the same.

To verify you outputs hash the initial encrypted message and send it to the decryption algorithm and calculate hash of the text after decryption , if both hashes match encryption decryption is successfully executed.

Add relevant files under the security directory creating a folder advRsa

labels

Hacktoberfest
feature_request
good first issue
security

distant radish
#

.candy

wicked parrotBOT
#
Top Candy Records

๐Ÿฅ‡ @near vector: 1
๐Ÿฅˆ @jaunty flame: 1
๐Ÿฅ‰ @pseudo agate: 1
๐Ÿ… @pseudo agate: 1
๐Ÿ… @elder phoenix: 1

โ€‹

Candies will randomly appear on messages sent.
Hit the candy when it appears as fast as possible to get the candy!
But beware the ghosts...

distant radish
#

just got 2,

#

where did they go?

#

hmmmm

#

.ec ducky

wicked parrotBOT
#
Emoji Count

There are 18 emojis in the ducky category

distant radish
#

.ec ducky_cheese

wicked parrotBOT
#
Emoji Count

There are 18 emojis in the ducky category

distant radish
wicked parrotBOT
#
Emoji Count

There are 18 emojis in the ducky category

distant radish
#

.help

wicked parrotBOT
#
Command 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.

distant radish
#

.source candy

wicked parrotBOT
#
Command: candy

Get the candy leaderboard and save to JSON.

Source Code
distant radish
#

amazing @pseudo agate ๐Ÿ™‚

#

love both of them ๐Ÿ™‚

pseudo agate
#

tnx

distant radish
#

@pseudo agate did u get the reddit comand running? on your bot

pseudo agate
#

i havent tried yet

distant radish
#

i get that error

pseudo agate
#

.help

cobalt brook
#

.source hello

wicked parrotBOT
#
You blew it.

Your input was invalid: Unable to convert hello to valid command or Cog.

Usage:
.source [source_item]

cobalt brook
#

.source

wicked parrotBOT
cobalt brook
#

.source source

wicked parrotBOT
#
Command: source

Display information and a GitHub link to the source code of a command, tag, or cog.

Source Code
cobalt brook
#

.ec lemon_smug

wicked parrotBOT
#
Emoji Count

There are 33 emojis in the lemon category

cobalt brook
#

.ec dice_5

wicked parrotBOT
#
Emoji Count

There are 8 emojis in the dice category

cobalt brook
#

.ec lemon_s_autumn

wicked parrotBOT
#
Emoji Count

There are 33 emojis in the lemon category

cobalt brook
#

.ec jam

wicked parrotBOT
#
Emoji Count

There are 5 emojis in the jam category

cobalt brook
#

.ec jam

wicked parrotBOT
#
Emoji Count

There are 5 emojis in the jam category

cobalt brook
#

.ec

#

.ec this

wicked parrotBOT
#
Emoji Count

There are 1 emojis in the this category

cobalt brook
#

.ec py

wicked parrotBOT
#
Emoji Count

There are 3 emojis in the py category

cobalt brook
#

.ec pydis

wicked parrotBOT
#
Emoji Count

pydis_peek There are 9 emojis in the pydis category
py_guido There are 3 emojis in the py category

cobalt brook
#

.ec pylemon

wicked parrotBOT
#
Emoji Count

py_strong There are 3 emojis in the py category
lemon_sweat There are 33 emojis in the lemon category

cobalt brook
#

.ec pypydislemonjamlogodice

wicked parrotBOT
#
Emoji Count

pydis There are 9 emojis in the pydis category
py_guido There are 3 emojis in the py category
logo_adafruit_pride There are 24 emojis in the logo category
jam_ancient_hammer There are 5 emojis in the jam category
lemon_blush There are 33 emojis in the lemon category
dice_0 There are 8 emojis in the dice category

cobalt brook
#

.ec pypydislemonjamlogodiceflagduck

wicked parrotBOT
#
Emoji Count

pydis_off_topeek There are 9 emojis in the pydis category
py_strong There are 3 emojis in the py category
logo_postgres There are 24 emojis in the logo category
flag_bisexual There are 6 emojis in the flag category
jam_mirror_cannon There are 5 emojis in the jam category
lemon_infant There are 33 emojis in the lemon category
dice_3 There are 8 emojis in the dice category

cobalt brook
#

.ec pypydislemonjamlogodiceflagduckyertthistrash

wicked parrotBOT
#
Emoji Count

pydis_strong There are 9 emojis in the pydis category
yert There are 1 emojis in the yert category
this There are 1 emojis in the this category
ducky_regal There are 18 emojis in the ducky category
py_guido There are 3 emojis in the py category
logo_django There are 24 emojis in the logo category
flag_intersex There are 6 emojis in the flag category
jam_mechasaurus There are 5 emojis in the jam category
trash There are 1 emojis in the trash category
lemon_sentimental There are 33 emojis in the lemon category
dice_3 There are 8 emojis in the dice category

distant radish
#

.ec all

wicked parrotBOT
#
You're bad at computers.

These are the valid categories
python, joe, pydis, okhandbutflipped, yert, lemonpeek, hyperlemon, thinkmon, lemonshake, brainmon, this, grumpchib, ducky, py, logo, flag, aniblobsweat, amegablobsweats, ablobhammer, pyllow, blobgrimacing, pipenv, pithink, jam, incident, trash, lemon, lemonsaurus, dice

distant radish
#

.ec python, joe, pydis, okhandbutflipped, yert, lemonpeek, hyperlemon, thinkmon, lemonshake, brainmon, this, grumpchib, ducky, py, logo, flag, aniblobsweat, amegablobsweats, ablobhammer, pyllow, blobgrimacing, pipenv, pithink, jam, incident, trash, lemon, lemonsaurus, dice

cobalt brook
#

.hackstats itzShiva-MarshL

wicked parrotBOT
#

No October GitHub contributions found for 'itzShiva-MarshL'

cobalt brook
#

.hackstats gustavwilliam

wicked parrotBOT
cobalt brook
#

Hmm

jovial mulch
#

.snekbox

#

!snekbox

distant radish
#

.hackstats jb3

wicked parrotBOT
pseudo agate
#

.ec lemonshake

wicked parrotBOT
#
Emoji Count

:lemonshake: There are 1 emojis in the lemonshake category
lemon_pensive There are 33 emojis in the lemon category

pseudo agate
#

.ec ablobhammer

wicked parrotBOT
#
Emoji Count

There are 1 emojis in the ablobhammer category

jovial mulch
#

:ablobhammer:

distant radish
#

it is only nitro

jovial mulch
#

:C

pseudo agate
#

.ec pipenv

wicked parrotBOT
#
Emoji Count

There are 1 emojis in the pipenv category

jovial mulch
distant radish
#

.candy

wicked parrotBOT
#
Top Candy Records

๐Ÿฅ‡ @near vector: 1
๐Ÿฅˆ @jaunty flame: 1
๐Ÿฅ‰ @pseudo agate: 1
๐Ÿ… @pseudo agate: 1
๐Ÿ… @elder phoenix: 1

โ€‹

Candies will randomly appear on messages sent.
Hit the candy when it appears as fast as possible to get the candy!
But beware the ghosts...

distant radish
#

me?

#

i got 3 till now

#

but shows 0

pseudo agate
#

lol

distant radish
#

@ashen garden has left the server

lofty crescent
#

.candy

wicked parrotBOT
#
Top Candy Records

๐Ÿฅ‡ @near vector: 1
๐Ÿฅˆ @jaunty flame: 1
๐Ÿฅ‰ @pseudo agate: 1
๐Ÿ… @pseudo agate: 1
๐Ÿ… @elder phoenix: 1

โ€‹

Candies will randomly appear on messages sent.
Hit the candy when it appears as fast as possible to get the candy!
But beware the ghosts...

pseudo agate
#

i reacted to ghost also

distant radish
#

why is he on this?

#

ghost?

#

what is that?

pseudo agate
#

bcz he reacted to candy

distant radish
#

and how does it happen?

pseudo agate
#

randomly

distant radish
#

source?

jovial mulch
#

.candy?

distant radish
#

.ghost

pseudo agate
#

.src candy

wicked parrotBOT
#
Command: candy

Get the candy leaderboard and save to JSON.

Source Code
jovial mulch
#

.candy

pseudo agate
#

here u go

distant radish
#

.candy

wicked parrotBOT
#
Top Candy Records

๐Ÿฅ‡ @near vector: 1
๐Ÿฅˆ @jaunty flame: 1
๐Ÿฅ‰ @pseudo agate: 1
๐Ÿ… @pseudo agate: 1
๐Ÿ… @elder phoenix: 1

โ€‹

Candies will randomly appear on messages sent.
Hit the candy when it appears as fast as possible to get the candy!
But beware the ghosts...

#
Top Candy Records

๐Ÿฅ‡ @near vector: 1
๐Ÿฅˆ @jaunty flame: 1
๐Ÿฅ‰ @pseudo agate: 1
๐Ÿ… @pseudo agate: 1
๐Ÿ… @elder phoenix: 1

โ€‹

Candies will randomly appear on messages sent.
Hit the candy when it appears as fast as possible to get the candy!
But beware the ghosts...

distant radish
#

i just got one

#

but nothing here

#

:C

brisk lichen
#

.candy

jovial mulch
#

.candy

wicked parrotBOT
#
Top Candy Records

๐Ÿฅ‡ @near vector: 1
๐Ÿฅˆ @jaunty flame: 1
๐Ÿฅ‰ @pseudo agate: 1
๐Ÿ… @pseudo agate: 1
๐Ÿ… @elder phoenix: 1

โ€‹

Candies will randomly appear on messages sent.
Hit the candy when it appears as fast as possible to get the candy!
But beware the ghosts...

#
Top Candy Records

๐Ÿฅ‡ @near vector: 1
๐Ÿฅˆ @jaunty flame: 1
๐Ÿฅ‰ @pseudo agate: 1
๐Ÿ… @pseudo agate: 1
๐Ÿ… @elder phoenix: 1

โ€‹

Candies will randomly appear on messages sent.
Hit the candy when it appears as fast as possible to get the candy!
But beware the ghosts...

jovial mulch
#

.src candy

wicked parrotBOT
#
Command: candy

Get the candy leaderboard and save to JSON.

Source Code
distant radish
#

does it update?

#

what is ghost? @pseudo agate

lofty crescent
#

What does .candy do?

distant radish
#

.help candy

wicked parrotBOT
#
Command Help

.candy
Get the candy leaderboard and save to JSON.

distant radish
#

.random

#

.game

wicked parrotBOT
#
.[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.
distant radish
#

.game top

wicked parrotBOT
#
Top 10 Games
distant radish
#

ohh nice!

lofty crescent
#

What does candy do?

distant radish
#

make it owner rect only

cobalt brook
#

.candy

wicked parrotBOT
#
Top Candy Records

๐Ÿฅ‡ @near vector: 1
๐Ÿฅˆ @jaunty flame: 1
๐Ÿฅ‰ @pseudo agate: 1
๐Ÿ… @pseudo agate: 1
๐Ÿ… @elder phoenix: 1

โ€‹

Candies will randomly appear on messages sent.
Hit the candy when it appears as fast as possible to get the candy!
But beware the ghosts...

lofty crescent
#

WHAT DOES .CANDY DO?

jovial mulch
#

.candy

wicked parrotBOT
#
Top Candy Records

๐Ÿฅ‡ @near vector: 1
๐Ÿฅˆ @jaunty flame: 1
๐Ÿฅ‰ @pseudo agate: 1
๐Ÿ… @pseudo agate: 1
๐Ÿ… @elder phoenix: 1

โ€‹

Candies will randomly appear on messages sent.
Hit the candy when it appears as fast as possible to get the candy!
But beware the ghosts...

jovial mulch
#

how come @ Anubhav is there twice?

cobalt brook
#

Read the bottom part of the embed

distant radish
#

Candies will randomly appear on messages sent.
Hit the candy when it appears as fast as possible to get the candy!
But beware the ghosts... @lofty crescent

cobalt brook
#

The ghosts are dangerous

#

.souce candy

#

Hah

#

.candy

wicked parrotBOT
#
Top Candy Records

๐Ÿฅ‡ @near vector: 1
๐Ÿฅˆ @jaunty flame: 1
๐Ÿฅ‰ @pseudo agate: 1
๐Ÿ… @pseudo agate: 1
๐Ÿ… @elder phoenix: 1

โ€‹

Candies will randomly appear on messages sent.
Hit the candy when it appears as fast as possible to get the candy!
But beware the ghosts...

lofty crescent
#

.candy

wicked parrotBOT
#
Top Candy Records

๐Ÿฅ‡ @near vector: 1
๐Ÿฅˆ @jaunty flame: 1
๐Ÿฅ‰ @pseudo agate: 1
๐Ÿ… @pseudo agate: 1
๐Ÿ… @elder phoenix: 1

โ€‹

Candies will randomly appear on messages sent.
Hit the candy when it appears as fast as possible to get the candy!
But beware the ghosts...

cobalt brook
#

.source candy

wicked parrotBOT
#
Command: candy

Get the candy leaderboard and save to JSON.

Source Code
lofty crescent
#

.candy

wicked parrotBOT
#
Top Candy Records

๐Ÿฅ‡ @near vector: 1
๐Ÿฅˆ @jaunty flame: 1
๐Ÿฅ‰ @pseudo agate: 1
๐Ÿ… @pseudo agate: 1
๐Ÿ… @elder phoenix: 1

โ€‹

Candies will randomly appear on messages sent.
Hit the candy when it appears as fast as possible to get the candy!
But beware the ghosts...

pseudo agate
#

candies give point

#

.ec pithink

wicked parrotBOT
#
Emoji Count

There are 1 emojis in the pithink category

distant radish
#

.battleship

#

anyone?

#

.tictactoe

#

ah not there

wicked parrotBOT
#

@distant radish Seems like there's no one here to play...

little musk
#

.help wolfram

#

.help ec

main scarab
#

.help

wicked parrotBOT
#
Command 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.

main scarab
#

.bunnifyme

wicked parrotBOT
#

Quantanose

main scarab
#

.halloweenify

wicked parrotBOT
#
Not spooky enough?

Quanta wasn't spooky enough for you? That's understandable, Quanta isn't scary at all! Let me think of something better. Hmm... I got it!

Your new nickname will be:
:ghost: Xenomorph :jack_o_lantern:

main scarab
#

.help

wicked parrotBOT
#
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.

Magic8ball
.8ball <question>
Return a Magic 8ball answer from answers list.

Minesweeper
.minesweeper
Commands for Playing Minesweeper.

MonsterBio
.monsterbio
Sends your monster bio!

main scarab
#

.uwu Seasonal Bot

wicked parrotBOT
#

Seasonaw Bot

pseudo agate
#

.help

wicked parrotBOT
#
Command Help

EightBitify
.8bitify
Pixelates your avatar and changes the palette to an 8bit one.

EmojiCount
.emoji_count [emoji]
Returns embed with emoji category and info given by the user.

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.

main scarab
#

.minesweeper

wicked parrotBOT
#
.[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.
main scarab
#

.ms start

wicked parrotBOT
#

:x: @main scarab, please enable DMs to play minesweeper.

main scarab
#

.ms start

wicked parrotBOT
#

@main scarab 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::one::grey_question::grey_question::grey_question::grey_question::bomb::grey_question::grey_question::bomb:
:two: :stop_button::one::bomb::grey_question::grey_question::bomb::bomb::grey_question::grey_question::grey_question:
:three: :stop_button::one::one::two::bomb::grey_question::bomb::grey_question::bomb::grey_question:
:four: :stop_button::stop_button::stop_button::one::three::bomb::grey_question::grey_question::grey_question::grey_question:
:five: :stop_button::one::one::one::grey_question::bomb::bomb::grey_question::grey_question::bomb:
:six: :stop_button::one::x::grey_question::grey_question::grey_question::grey_question::grey_question::grey_question::grey_question:
:seven: :stop_button::one::grey_question::grey_question::grey_question::grey_question::bomb::grey_question::bomb::grey_question:
:eight: :one::two::grey_question::grey_question::grey_question::grey_question::grey_question::grey_question::grey_question::grey_question:
:nine: :bomb::grey_question::bomb::grey_question::grey_question::grey_question::grey_question::grey_question::grey_question::grey_question:
:keycap_ten: :grey_question::bomb::grey_question::grey_question::bomb::grey_question::grey_question::grey_question::grey_question::grey_question:

#

:fire: @main scarab just lost Minesweeper! :fire:

main scarab
#

.help

wicked parrotBOT
#
Command Help

BotSource
.source [source_item]
Display information and a GitHub link to the source code of a command, tag, or cog.

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.

main scarab
#

.source mc

wicked parrotBOT
#
You blew it.

Your input was invalid: Unable to convert mc to valid command or Cog.

Usage:
.source [source_item]

main scarab
#

.source ms

wicked parrotBOT
#
Command: minesweeper

Commands for Playing Minesweeper.

Source Code
distant radish
#

.candy

wicked parrotBOT
#
Top Candy Records

๐Ÿฅ‡ @near vector: 1
๐Ÿฅˆ @jaunty flame: 1
๐Ÿฅ‰ @pseudo agate: 1
๐Ÿ… @pseudo agate: 1
๐Ÿ… @elder phoenix: 1

โ€‹

Candies will randomly appear on messages sent.
Hit the candy when it appears as fast as possible to get the candy!
But beware the ghosts...

toxic dock
#

.candy

#

.candy

wicked parrotBOT
#
Top Candy Records

๐Ÿฅ‡ @near vector: 1
๐Ÿฅˆ @jaunty flame: 1
๐Ÿฅ‰ @pseudo agate: 1
๐Ÿ… @pseudo agate: 1
๐Ÿ… @elder phoenix: 1

โ€‹

Candies will randomly appear on messages sent.
Hit the candy when it appears as fast as possible to get the candy!
But beware the ghosts...

toxic dock
#

duplicated

#

.candy

wicked parrotBOT
#
Top Candy Records

๐Ÿฅ‡ @near vector: 1
๐Ÿฅˆ @jaunty flame: 1
๐Ÿฅ‰ @pseudo agate: 1
๐Ÿ… @pseudo agate: 1
๐Ÿ… @elder phoenix: 1

โ€‹

Candies will randomly appear on messages sent.
Hit the candy when it appears as fast as possible to get the candy!
But beware the ghosts...

toxic dock
#

.quiz

wicked parrotBOT
#
Quiz game Starting!!

Each game consists of 5 questions.
Rules :
No cheating and have fun!
Category : general

#
Question #1

Which country is the largest producer of coffee?

toxic dock
#

brazil

wicked parrotBOT
#

@toxic dock got the correct answer :tada: 100 points!

#
The correct answer is **Brazil**

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:

#
Score Board

AaravM4#9558 : 100

#
Question #2

What country is called "Land of White Elephants"?

toxic dock
#

indonesia

#

mongolia

#

china

#

japan

#

india

wicked parrotBOT
#

20s left!

toxic dock
#

madagascar

#

africa

wicked parrotBOT
#

10s left!

#

No one answered correctly!

#
The correct answer is **Thailand**

Information
White elephants were regarded to be holy creatures in ancient Thailand and some other countries. Today, white elephants are still used as a symbol of divine and royal power in the country. Ownership of a white elephant symbolizes wealth, success, royalty, political power, wisdom, and prosperity.

Let's move to the next question.
Remaining questions:

#
Score Board

AaravM4#9558 : 100

#
Question #3

Which country is the largest producer of tea in the world?

toxic dock
#

china

wicked parrotBOT
#

@toxic dock got the correct answer :tada: 100 points!

#
The correct answer is **China**

Information
Tea is mainly grown in Asia, Africa, South America, and around the Black and Caspian Seas. The four biggest tea-producing countries today are China, India, Sri Lanka and Kenya. Together they represent 75% of world production.

Let's move to the next question.
Remaining questions:

#
Score Board

AaravM4#9558 : 200

#
Question #4

When did the First World War start?

toxic dock
#

1946

#

1944

#

1941

#

1942

#

1943

wicked parrotBOT
#

20s left!

toxic dock
#

1945

#

1946

#

1947

#

1948

wicked parrotBOT
#

10s left!

toxic dock
#

1912

#

1913

wicked parrotBOT
#

No one answered correctly!

#
The correct answer is **1914**

Information
The first world war began in August 1914. It was directly triggered by the assassination of the Austrian archduke, Franz Ferdinand and his wife, on 28th June 1914 by Bosnian revolutionary, Gavrilo Princip. This event was, however, simply the trigger that set off declarations of war.

Let's move to the next question.
Remaining questions:

#
Score Board

AaravM4#9558 : 200

#
Question #5

Which country is known as the "Land of Thunderbolt"?

toxic dock
#

greece

#

athens

wicked parrotBOT
#

20s left!

toxic dock
#

olympus

#

india

wicked parrotBOT
#

10s left!

#

Better luck next time

#
The correct answer is **Bhutan**

Information
Bhutan is known as the "Land of Thunder Dragon" or "Land of Thunderbolt" due to the violent and large thunderstorms that whip down through the valleys from the Himalayas. The dragon reference was due to people thinking the sparkling light of thunderbolts was the red fire of a dragon.

Let's move to the next question.
Remaining questions:

#
Score Board

AaravM4#9558 : 200

#

The round has ended.

#

Congratulations @toxic dock :tada: You have won this quiz game with a grand total of 200 points!

nocturne turtle
#

.hackstats link codephile1221

wicked parrotBOT
#

@nocturne turtle, your GitHub username has been added

nocturne turtle
#

.hackstats

wicked parrotBOT
jovial mulch
#

.quiz

wicked parrotBOT
#
Quiz game Starting!!

Each game consists of 5 questions.
Rules :
No cheating and have fun!
Category : general

#
Question #1

Which city is in two continents?

jovial mulch
#

Australia?

#

uhhh

wicked parrotBOT
#

20s left!

jovial mulch
#

Istanbul

wicked parrotBOT
#

@jovial mulch got the correct answer :tada: 75 points!

#
The correct answer is **Istanbul**

Information
Istanbul embraces two continents, one arm reaching out to Asia, the other to Europe.

Let's move to the next question.
Remaining questions:

#
Score Board

Vthechamp#3454 : 75

#
Question #2

What's the name of the tallest waterfall in the world.

jovial mulch
#

Angel Falls

wicked parrotBOT
#

@jovial mulch got the correct answer :tada: 100 points!

#
The correct answer is **Angel Falls**

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:

#
Score Board

Vthechamp#3454 : 175

#
Question #3

Where is the "International Court Of Justice" located at?

#

20s left!

jovial mulch
#

The Hague

wicked parrotBOT
#

@jovial mulch got the correct answer :tada: 75 points!

#
The correct answer is **The Hague**

Let's move to the next question.
Remaining questions:

#
Score Board

Vthechamp#3454 : 250

#
Question #4

What is the capital of Iraq?

#

20s left!

jovial mulch
#

Baghdad?

wicked parrotBOT
#

@jovial mulch got the correct answer :tada: 75 points!

#
The correct answer is **Baghdad**

Information
Baghdad is the capital of Iraq. It has a population of 7 million people.

Let's move to the next question.
Remaining questions:

#
Score Board

Vthechamp#3454 : 325

#
Question #5

What's the name of the largest river in the world?

toxic dock
#

nile

wicked parrotBOT
#

@toxic dock got the correct answer :tada: 100 points!

#
The correct answer is **Nile**

Information
The Nile, which is about 6,650 km (4,130 mi) long, is an "international" river as its drainage basin covers eleven countries, namely, Tanzania, Uganda, Rwanda, Burundi, the Democratic Republic of the Congo, Kenya, Ethiopia, Eritrea, South Sudan, Republic of the Sudan and Egypt.

Let's move to the next question.
Remaining questions:

jovial mulch
#

nile

wicked parrotBOT
#
Score Board

Vthechamp#3454 : 325
AaravM4#9558 : 100

#

The round has ended.

#

Congratulations @jovial mulch :tada: You have won this quiz game with a grand total of 325 points!

toxic dock
#

.quiz

wicked parrotBOT
#
Quiz game Starting!!

Each game consists of 5 questions.
Rules :
No cheating and have fun!
Category : general

#
Question #1

Which city is in two continents?

toxic dock
#

istanbul

wicked parrotBOT
#

@toxic dock got the correct answer :tada: 100 points!

#
The correct answer is **Istanbul**

Information
Istanbul embraces two continents, one arm reaching out to Asia, the other to Europe.

Let's move to the next question.
Remaining questions:

#
Score Board

AaravM4#9558 : 100

jovial mulch
#

istanbul

wicked parrotBOT
#
Question #2

What country is the world's largest coral reef system, the "Great Barrier Reef", located in?

toxic dock
#

austrialioa

wicked parrotBOT
#

@toxic dock got the correct answer :tada: 100 points!

#
The correct answer is **Australia**

Information
The Great Barrier Reef is the world's largest coral reef system composed of over 2,900 individual reefs and 900 islands stretching for over 2,300 kilometres (1,400 mi) over an area of approximately 344,400 square kilometres (133,000 sq mi). The reef is located in the Coral Sea, off the coast of Queensland, Australia.

Let's move to the next question.
Remaining questions:

#
Score Board

AaravM4#9558 : 200

#
Question #3

The Valley Of The Kings is located in which country?

toxic dock
#

england

#

scotland

wicked parrotBOT
#

20s left!

toxic dock
#

russia

#

germany

#

india

wicked parrotBOT
#

10s left!

#

No one answered correctly!

#
The correct answer is **Egypt**

Information
The Valley of the Kings, also known as the Valley of the Gates of the Kings, is a valley in Egypt where, for a period of nearly 500 years from the 16th to 11th century BC, rock cut tombs were excavated for the pharaohs and powerful nobles of the New Kingdom (the Eighteenth to the Twentieth Dynasties of Ancient Egypt).

Let's move to the next question.
Remaining questions:

#
Score Board

AaravM4#9558 : 200

toxic dock
#

o

wicked parrotBOT
#
Question #4

Which country is known as the "Land of Thunderbolt"?

#

20s left!

#

10s left!

toxic dock
#

sri lanka

jovial mulch
#

Bhutan

wicked parrotBOT
#

@jovial mulch got the correct answer :tada: 50 points!

#
The correct answer is **Bhutan**

Information
Bhutan is known as the "Land of Thunder Dragon" or "Land of Thunderbolt" due to the violent and large thunderstorms that whip down through the valleys from the Himalayas. The dragon reference was due to people thinking the sparkling light of thunderbolts was the red fire of a dragon.

Let's move to the next question.
Remaining questions:

#
Score Board

AaravM4#9558 : 200
Vthechamp#3454 : 50

#
Question #5

Which is the largest tropical rain forest in the world?

toxic dock
#

amazon

wicked parrotBOT
#

@toxic dock got the correct answer :tada: 100 points!

#
The correct answer is **Amazon**

Information
The Amazon is regarded as vital in the fight against global warming due to its ability to absorb carbon from the air. It's often referred to as the "lungs of the Earth," as more than 20 per cent of the world's oxygen is produced there.

Let's move to the next question.
Remaining questions:

#
Score Board

AaravM4#9558 : 300
Vthechamp#3454 : 50

jovial mulch
#

amazon

wicked parrotBOT
#

The round has ended.

#

Congratulations @toxic dock :tada: You have won this quiz game with a grand total of 300 points!

toxic dock
#

too slo

#

lol

jovial mulch
#

lol

cursive python
#

.hacktoberissues

wicked parrotBOT
#

Description

Make a Banner Image for the Repository. The Banner Image can be simply the title of this Project with an awe-striking background. This Issue can be assigned to any number of participants but only one would be accepted as the Main Banner.

You need to submit:

  • The Raw File of the Banner
  • A JPEG/PNG File of the Output

Tools

  • [X] Adobe XD
  • [X] Figma
  • [X] Photoshop

Type of issue

Please delete options that are not relevant.

  • [X] Feature
  • [ ] Bug
labels

Hacktoberfest
Hard
Up-For-Grab
enhancement
good first issue

unborn night
#

.hacktoberissues

#

.hacktoberissues

wicked parrotBOT
#

The project needs an installation and development guide for Django Environment.

labels

documentation
enhancement
hacktoberfest

unborn night
#

.8bitify

wicked parrotBOT
#
Your 8-bit avatar

Here is your avatar. I think it looks all cool and "retro"

unborn night
jovial mulch
#

.ttt

#

.tictactoe

unborn night
wicked parrotBOT
#
Your 8-bit avatar

Here is your avatar. I think it looks all cool and "retro"

unborn night
#

.issue 480

wicked parrotBOT
unborn night
#

im working on it

jovial mulch
#

can I work on it too?

unborn night
#

collab?

#

im basically done

jovial mulch
#

hmm ok

unborn night
#

though it is having trouble with some images

jovial mulch
#

.candy

wicked parrotBOT
#
Top Candy Records

๐Ÿฅ‡ @near vector: 1
๐Ÿฅˆ @jaunty flame: 1
๐Ÿฅ‰ @pseudo agate: 1
๐Ÿ… @pseudo agate: 1
๐Ÿ… @elder phoenix: 1

โ€‹

Candies will randomly appear on messages sent.
Hit the candy when it appears as fast as possible to get the candy!
But beware the ghosts...

jovial mulch
#

is it supposed to show a person twice?

ember warren
#

.candy

wicked parrotBOT
#
Top Candy Records

๐Ÿฅ‡ @near vector: 1
๐Ÿฅˆ @jaunty flame: 1
๐Ÿฅ‰ @pseudo agate: 1
๐Ÿ… @pseudo agate: 1
๐Ÿ… @elder phoenix: 1

โ€‹

Candies will randomly appear on messages sent.
Hit the candy when it appears as fast as possible to get the candy!
But beware the ghosts...

ember warren
#

candy broken?

#

grr i want candy rn

lavish hatch
#

.hacktoberissues

wicked parrotBOT
#

The user should be able to create a ticket. When the ticket is created you should see it in the database.
A ticket should have a title, description, and the date it was created.

This is a fresh django project so you will have to create the routes, models, and views for this.
Also, don't worry about creating a ticket app inside of the django project because one already exist.

  • Create a Ticket model
  • Create a model form for Ticket
  • Create a route to render the ticket form

NOTICE
dont worry about saving it to the database or anything. we need to start small and will improve over time. just simply create the model, view, form, and route.

When this but is solved, we should be able to hit a route and see a form for creating ticket

labels

hacktoberfest

lavish hatch
#

.hackstats

wicked parrotBOT
lavish hatch
#

.hacktoberissues

wicked parrotBOT
#
labels

C++
JS
Java
c
documentation
hacktoberfest
python

lavish hatch
#

.hacktoberissues

wicked parrotBOT
tame prism
#

.candy

wicked parrotBOT
#
Top Candy Records

๐Ÿฅ‡ @near vector: 1
๐Ÿฅˆ @jaunty flame: 1
๐Ÿฅ‰ @pseudo agate: 1
๐Ÿ… @pseudo agate: 1
๐Ÿ… @elder phoenix: 1

โ€‹

Candies will randomly appear on messages sent.
Hit the candy when it appears as fast as possible to get the candy!
But beware the ghosts...

austere canyon
#

.help

wicked parrotBOT
#
Command Help

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.

EmojiCount
.emoji_count [emoji]
Returns embed with emoji category and info given by the user.

Extensions
.extensions
Load, unload, reload, and list loaded extensions.

Fun
.caesarcipher
Translates a message using the Caesar Cipher.

austere canyon
#

.emoji

#

.help emoji

wicked parrotBOT
#
Query "emoji" not found.
austere canyon
#

Oh lol

#

.emoji_count

#

.help emoji_count

wicked parrotBOT
#
Command Help

.emoji_count [emoji]
Can also use: ec

Returns embed with emoji category and info given by the user.

austere canyon
#

.ec lemon_hyperpleased

wicked parrotBOT
#
Emoji Count

There are 33 emojis in the lemon category

austere canyon
#

.ec lemon

wicked parrotBOT
#
Emoji Count

There are 33 emojis in the lemon category

austere canyon
#

.ec lol

wicked parrotBOT
#
Are you trying to kill me?

These are the valid categories
python, joe, pydis, okhandbutflipped, yert, lemonpeek, hyperlemon, thinkmon, lemonshake, brainmon, this, grumpchib, ducky, py, logo, flag, aniblobsweat, amegablobsweats, ablobhammer, pyllow, blobgrimacing, pipenv, pithink, jam, incident, trash, lemon, lemonsaurus, dice

austere canyon
#

.ec ๐ŸŽ

wicked parrotBOT
#
Are you trying to kill me?

These are the valid categories
python, joe, pydis, okhandbutflipped, yert, lemonpeek, hyperlemon, thinkmon, lemonshake, brainmon, this, grumpchib, ducky, py, logo, flag, aniblobsweat, amegablobsweats, ablobhammer, pyllow, blobgrimacing, pipenv, pithink, jam, incident, trash, lemon, lemonsaurus, dice

cobalt brook
#

.roll 234

wicked parrotBOT
cobalt brook
#

.roll 4

wicked parrotBOT
cobalt brook
#

.roll 0

wicked parrotBOT
#

:no_entry: You must roll at least once.

cobalt brook
#

.roll ab

wicked parrotBOT
#
You have to stop.

Your input was invalid: Converting to "int" failed for parameter "num_rolls".

Usage:
.roll [num_rolls=1]

cobalt brook
#

.roll 5

wicked parrotBOT
ebon parcel
#

.hacktoberissues

wicked parrotBOT
#

Currently for every experiment a copy of the code is provided in order to ensure reproducibility and a way for debugging that experiment if it fails.

However, the whole code is copied which can result in copying potentially large files that are not needed to run the experiment. The goal is to use .gitignore to exclude those files from being copied.

labels

Hacktoberfest

ember warren
#

.help

wicked parrotBOT
#
Command Help

ValentineFacts
.who_is_valentine
Displays info about Saint Valentine.

ValentineZodiac
.zodiac <zodiac_sign>
Provides information about zodiac sign by taking zodiac sign name as input.

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.

ember warren
#

.wolfram Elon Musk

wicked parrotBOT
ember warren
#

.help

wicked parrotBOT
#
Command Help

DragNames
.dragname
Sends a message with a drag queen name.

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.

ember warren
#

.uptime

wicked parrotBOT
#

I started up 15 hours ago.

ember warren
#

.timeleft

wicked parrotBOT
#

There are 27 days, 11 hours and 33 minutes left until the end of Hacktober.

sacred pier
#

.movies

wicked parrotBOT
#
.[movies|movie] [genre] [amount=5]

Get random movies by specifying genre. Also support amount parameter, that define how much movies will be shown.

Default 5. Use .movies genres to get all available genres.

Commands:
  genres Show all currently available genres for .movies command.

Type .help command for more info on a command.
You can also type .help category for more info on a category.
sacred pier
#

.movies genres

wicked parrotBOT
#

Current available genres: Action, Adventure, Animation, Comedy, Crime, Documentary, Drama, Family, Fantasy, History, Horror, Music, Mystery, Romance, Science, Thriller, Western

slow acorn
#

.8bitfy

#

.help

wicked parrotBOT
#
Command Help

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.

Snakes
.snakes
Commands from our first code jam.

Space
.space
Head command that contains commands about space.

Speedrun
.speedrun
Sends a link to a video of a random speedrun.

slow acorn
#

.8bitify

wicked parrotBOT
#
Your 8-bit avatar

Here is your avatar. I think it looks all cool and "retro"

slow acorn
#

.monsterbio

wicked parrotBOT
#
Gotileyam's Biography

Your name is Gotileyam, a member of the ferocious species Magaf. The first Magaf was discovered by Laurent A. R. in 1700 at dawn. The species Magaf is known for its notched black bones. It is said to even be able to spit poison!

slow acorn
#

๐ŸŽƒ

#

.recommendgame

wicked parrotBOT
#
jake_heb
Recommendation: Digimon World https://rawg.io/games/digimon-world

A great mix of town-building and pet-raising set in the Digimon universe. With plenty of Digimon to raise and recruit to the village, this charming game will keep you occupied for a long time.

slow acorn
#

.recommendgame

wicked parrotBOT
#
jake_heb
Recommendation: Doom II https://rawg.io/games/doom-ii

Doom 2 was one of the first FPS games that I truly enjoyed. It offered awesome weapons, terrifying demons to kill, and a great atmosphere to do it in.

slow acorn
#

.savethedate

wicked parrotBOT
#
:gift_heart:Go on a shopping spree together:revolving_hearts:

Very few things can elicit such a huge dopamine rush as a good old shopping spree. Get some new sexy lingerie, pretty shoes, a nice shirt and tie, a couple of new video games or whatever else you need or want. This is a unique chance to bond, have fun and get some stuff that youโ€™ve been waiting to buy for a while now.

slow acorn
#

.savethedate

wicked parrotBOT
#
:sparkling_heart:Live out a James Bond film at a casino:revolving_hearts:

A beautiful lady in a simple yet sensual, form-fitting, black dress, and a strong and handsome, if somewhat stern-looking man in a fine suit walk up to a roulette table with drinks in hand and place bets at random as they smile at each other seductively. This is a scenario most of us wish to play out, but rarely get a chance. It can be a bit costly, but this is one of the most incredibly adventurous and romantic date ideas.

slow acorn
#

.space

wicked parrotBOT
#
.space 

Head command that contains commands about space.

Commands:
  apod Get Astronomy Picture of Day from NASA API. Date is optional parameter...
  epic Get one of latest random image of earth from NASA EPIC API. Support da...
  mars Get random Mars image by date. Support both SOL (martian solar day) an...
  nasa Get random NASA information/facts + image. Support `search_term` param...

Type .help command for more info on a command.
You can also type .help category for more info on a category.
slow acorn
#

.help

wicked parrotBOT
#
Command Help

SpookyAvatar
.savatar [user]
Spookify an user's avatar.

SpookyEightBall
.spookyeightball <question>
Responds with a random response to a question.

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.

slow acorn
#

.savatar

wicked parrotBOT
#
.sylex
Is this you or am I just really paranoid?
slow acorn
#

.savatar

wicked parrotBOT
#
.sylex
Is this you or am I just really paranoid?
slow acorn
#

.savatar

wicked parrotBOT
#
.sylex
Is this you or am I just really paranoid?
slow acorn
#

.savatar

wicked parrotBOT
#
.sylex
Is this you or am I just really paranoid?
slow acorn
worthy rivet
#

.8bitify

wicked parrotBOT
#
Your 8-bit avatar

Here is your avatar. I think it looks all cool and "retro"

cedar matrix
#

.hacktoberissues

wicked parrotBOT
royal sinew
#

.space

wicked parrotBOT
#
.space 

Head command that contains commands about space.

Commands:
  apod Get Astronomy Picture of Day from NASA API. Date is optional parameter...
  epic Get one of latest random image of earth from NASA EPIC API. Support da...
  mars Get random Mars image by date. Support both SOL (martian solar day) an...
  nasa Get random NASA information/facts + image. Support `search_term` param...

Type .help command for more info on a command.
You can also type .help category for more info on a category.
royal sinew
#

.space apod

wicked parrotBOT
#
Astronomy Picture of the Day - 2020-10-05

What's happening at the center of spiral galaxy NGC 5643? A swirling disk of stars and gas, NGC 5643's appearance is dominated by blue spiral arms and brown dust, as shown in the featured image taken by the Hubble Space Telescope. The core of this active galaxy glows brightly in radio waves and X-rays where twin jets have been found. An unusual central glow makes M106 one of the closest examples of the Seyfert class of galaxies, where vast amounts of glowing gas are thought to be falling into a central massive black hole. NGC 5643, is a relatively close 55 million light years away, spans about 100 thousand light years across, and can be seen with a small telescope towards the constellation of the Wolf (Lupus).

royal sinew
#

.space epic

wicked parrotBOT
#
Earth Image

This image was taken by NASA's EPIC camera onboard the NOAA DSCOVR spacecraft

royal sinew
#

.space mars

wicked parrotBOT
#
Curiosity's Mast Camera Mars Image
royal sinew
#

.space mars

wicked parrotBOT
#
Curiosity's Front Hazard Avoidance Camera Mars Image
royal sinew
#

.space nasa

wicked parrotBOT
#
Saturn Apollo Program

This chart provides a launch summary of the Saturn IB launch vehicle as of 1973. Developed by the Marshall Space Flight Center (MSFC) as an interim vehicle in MSFC's "building block" approach to the Saturn rocket development, the Saturn IB utilized Saturn I technology to further develop and refine the larger boosters and the Apollo spacecraft capabilities required for the marned lunar missions.

main scarab
#

.hacktoberissues

wicked parrotBOT
pseudo agate
#

.hackstats

wicked parrotBOT
#

Here are some stats!

Anubhav1603's Hacktoberfest

Anubhav1603 has made 3 contributions in October

Anubhav1603 is 1 PR away from a T-shirt or a tree!

Top 5 Repositories:

3 contributions to python-discord/seasonalbot

elder phoenix
#

.ec

pseudo agate
#

@elder phoenix fix of pr is waiting

#

I am pushing changes which scargly asked if u like it can u merge it๐Ÿ™‚

elder phoenix
#

I'll try to have a peak later

pseudo agate
#

sure

pseudo agate
#

.queenme

wicked parrotBOT
#

Poppy Domm

pseudo agate
#

.pridefact

wicked parrotBOT
#
Pride Fact!

Over time, the proportion of people who identify as homosexual or bisexual appears to be increasing. It is not know if this is because they feel it is safer to come out, or if the actual numbers of homosexual/bisexual people are increasing.

crimson saffron
#

.hackstats

wicked parrotBOT
#

@crimson saffron, 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

crimson saffron
#

.hackstats link Jamesbond8002

wicked parrotBOT
#

@crimson saffron, your GitHub username has been added

crimson saffron
#

.hackstats

wicked parrotBOT
crimson saffron
#

.hackspots

#

.hackspot

hoary fossil
#

.hackstats

wicked parrotBOT
#

No October GitHub contributions found for 'GOD'

distant radish
#

.help

wicked parrotBOT
#
Command Help

TimeLeft
.timeleft
Calculates the time left until the end of Hacktober.

Traditions
.easter_tradition
Responds with a random tradition or custom.

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.

distant radish
#

.8bitifu

#

.8bitify

wicked parrotBOT
#
Your 8-bit avatar

Here is your avatar. I think it looks all cool and "retro"

distant radish
#

.prideavatar

wicked parrotBOT
#

Here is your lovely avatar, surrounded by
a beautiful lgbt flag. Enjoy :D

distant radish
#

.savatar

wicked parrotBOT
#
Jason Terror โ™ฆ
Is this you or am I just really paranoid?
distant radish
#

awesome!

#

.savatar

wicked parrotBOT
#
Jason Terror โ™ฆ
Is this you or am I just really paranoid?
distant radish
#

.prideavatar

wicked parrotBOT
#

Here is your lovely avatar, surrounded by
a beautiful lgbt flag. Enjoy :D

distant radish
#

.valentineavatar

#

.help avatar

wicked parrotBOT
#
Query "avatar" not found.

Did you mean:
savatar

distant radish
#

.help savatar

wicked parrotBOT
#
Command Help

.savatar [user]
Can also use: spookyavatar, spookify

A command to print the user's spookified avatar.

distant radish
#

.spookyavatar lemon

wicked parrotBOT
#
lemon
Is this you or am I just really paranoid?
distant radish
#

hmmm

surreal oxide
#

.hackstats soup

wicked parrotBOT
#

No October GitHub contributions found for 'soup'

surreal oxide
#

.hackstats Soup

wicked parrotBOT
#

No October GitHub contributions found for 'Soup'

surreal oxide
#

.hackstats SeasonalBot

wicked parrotBOT
#

No October GitHub contributions found for 'SeasonalBot'

surreal oxide
#

.hackstats jsejjwdnamzknsjxn

wicked parrotBOT
#

No October GitHub contributions found for 'jsejjwdnamzknsjxn'

elder phoenix
#

.hackstats anime

wicked parrotBOT
#

No October GitHub contributions found for 'anime'

elder phoenix
#

.hackstats god

wicked parrotBOT
#

No October GitHub contributions found for 'god'

elder phoenix
#

God and anime aren't on the hacktoberfest's side

ember warren
#

.hackstats chatalot1

wicked parrotBOT
#

No October GitHub contributions found for 'chatalot1'

ember warren
#

.github

#

.help github

wicked parrotBOT
#
Query "github" not found.
ember warren
#

.help

wicked parrotBOT
#
Command Help

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.

Snakes
.snakes
Commands from our first code jam.

Space
.space
Head command that contains commands about space.

Speedrun
.speedrun
Sends a link to a video of a random speedrun.

plain swan
#

.help

wicked parrotBOT
#
Command Help

EightBitify
.8bitify
Pixelates your avatar and changes the palette to an 8bit one.

EmojiCount
.emoji_count [emoji]
Returns embed with emoji category and info given by the user.

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.

plain swan
#

.source rolib

wicked parrotBOT
#
I can't believe you've done this

Your input was invalid: Unable to convert rolib to valid command or Cog.

Usage:
.source [source_item]

plain swan
#

.fool

wicked parrotBOT
plain swan
#

.uwu hello

wicked parrotBOT
#

hewwo

plain swan
#

.uwu Hi

wicked parrotBOT
#

Hi

plain swan
#

.roll

wicked parrotBOT
plain swan
#

.roll

wicked parrotBOT
plain swan
#

.source roll

wicked parrotBOT
#
Command: roll

Outputs a number of random dice emotes (up to 6).

Source Code
plain swan
#

.roll 10

wicked parrotBOT
plain swan
#

.roll 6

wicked parrotBOT
plain swan
#

.roll 100

wicked parrotBOT
plain swan
#

.roll 3

wicked parrotBOT
plain swan
#

.roll 0

wicked parrotBOT
#

:no_entry: You must roll at least once.

distant radish
#

.roll 100000

wicked parrotBOT
wicked orchid
#

.ms start

wicked parrotBOT
#

@wicked orchid 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: :one: :bomb: :two: :one: :one: :one: :one: :two: :bomb: :three:
:two: :two: :three: :bomb: :two: :two: :bomb: :one: :three: :bomb: :bomb:
:three: :three: :bomb: :four: :three: :bomb: :two: :one: :two: :bomb: :three:
:four: :bomb: :bomb: :three: :bomb: :two: :one: :stop_button: :one: :one: :one:
:five: :two: :three: :three: :two: :two: :one: :two: :two: :two: :one:
:six: :one: :two: :bomb: :two: :three: :bomb: :four: :bomb: :bomb: :one:
:seven: :bomb: :three: :three: :bomb: :three: :bomb: :five: :bomb: :three: :one:
:eight: :three: :bomb: :two: :one: :three: :three: :bomb: :two: :one: :stop_button:
:nine: :bomb: :three: :two: :one: :one: :bomb: :two: :one: :stop_button: :stop_button:
:keycap_ten: :one: :two: :bomb: :one: :one: :one: :one: :stop_button: :stop_button: :stop_button:

plain swan
#

.helpms

#

.help ms

wicked parrotBOT
#
Command Help

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

plain swan
#

.ms

wicked parrotBOT
#
.[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.
plain swan
#

.ms start

wicked parrotBOT
#

@plain swan is playing Minesweeper

#

Here's their 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: :one: :x: :grey_question: :grey_question: :grey_question: :grey_question: :bomb: :grey_question: :bomb: :grey_question:
:two: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question:
:three: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question:
:four: :grey_question: :bomb: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :bomb: :grey_question:
:five: :bomb: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :bomb: :grey_question: :grey_question:
:six: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :bomb: :grey_question: :grey_question: :grey_question:
:seven: :grey_question: :grey_question: :grey_question: :grey_question: :bomb: :grey_question: :grey_question: :grey_question: :bomb: :grey_question:
:eight: :bomb: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question:
:nine: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question:
:keycap_ten: :bomb: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question:

plain swan
#

.ms reveal A1

wicked parrotBOT
#
Out of the question.

You are not authorized to use this command.

#

:fire: @plain swan just lost Minesweeper! :fire:

plain swan
#

:/

#

.help

wicked parrotBOT
#
Command 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.

plain swan
#

.avatareasterify

wicked parrotBOT
#

Here is your lovely avatar, all bright and colourful
with Easter pastel colours. Enjoy :D

plain swan
#

.avatareasterify blue

wicked parrotBOT
#

You must include at least 2 colours!

plain swan
#

.avatareasterify blue red

wicked parrotBOT
#

Here is your lovely avatar, all bright and colourful
with Easter pastel colours. Enjoy :D

plain swan
#

.help

wicked parrotBOT
#
Command Help

TimeLeft
.timeleft
Calculates the time left until the end of Hacktober.

Traditions
.easter_tradition
Responds with a random tradition or custom.

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.

plain swan
#

.pickupline

wicked parrotBOT
#
:cheese: Your pickup line :cheese:

Do you like vegetables because I love you from my head tomatoes.

plain swan
#

thats

#

ew

#

.pickuplin

#

.pickupline

wicked parrotBOT
#
:cheese: Your pickup line :cheese:

Take away gravity, I'll still fall for you.

plain swan
#

.pickupline

wicked parrotBOT
#
:cheese: Your pickup line :cheese:

Are you French? Because Eiffel for you.

plain swan
#

:/

#

.pickupline

wicked parrotBOT
#
:cheese: Your pickup line :cheese:

Do you like science because I've got my ion you.

plain swan
#

.pickupline

wicked parrotBOT
#
:cheese: Your pickup line :cheese:

Hey babe are you a cat? Because I'm feline a connection between us.

plain swan
#

.pickupline

wicked parrotBOT
#
:cheese: Your pickup line :cheese:

Are you a banana? Because I find you a peeling.

plain swan
#

.pickupline

wicked parrotBOT
#
:cheese: Your pickup line :cheese:

Are you a banana? Because I find you a peeling.

plain swan
#

.source pickupline

wicked parrotBOT
#
Command: pickupline

Gives you a random pickup line.

Source Code
plain swan
#

.pickupline

wicked parrotBOT
#
:cheese: Your pickup line :cheese:

Are you French? Because Eiffel for you.

plain swan
#

.pickupline

wicked parrotBOT
#
:cheese: Your pickup line :cheese:

If I could rearrange the alphabet, I would put U and I together.

plain swan
#

.pickupline

wicked parrotBOT
#
:cheese: Your pickup line :cheese:

Are you a banana? Because I find you a peeling.

plain swan
#

.pickupline

wicked parrotBOT
#
:cheese: Your pickup line :cheese:

Are you a banana? Because I find you a peeling.

teal pecan
#

.savetheplanet

wicked parrotBOT
#
Less time in the car!
The problem

Every mile you drive to work produces about a pound of C0โ‚‚. That's crazy! What's crazier is how clean the planet could be if we spent less time in the car!

What you can do

Instead of using your car, ride your bike if possible! Not only does it save that pound of C0โ‚‚, it is also great exercise and is cheaper!

unborn night
#

.saveplanet

wicked parrotBOT
#
Paint your roof white!
The problem

People with dark roofs often spend 20 to 40% more on their electricity bills because of the extra heat, which means more electricity needs to be made, and a lot of it isn't renewable.

What you can do

Having a light colored roof will save you money, and also researchers at the Lawrence Berkeley National Laboratory estimated that if 80 percent of roofs in tropical and temperate climate areas were painted white, it could offset the greenhouse gas emissions of 300 million automobiles around the world.

unborn night
#

.saveplanet

wicked parrotBOT
#
Choose renewable energy
The problem

Getting energy from oil or fossil fuels isn't a good idea, because there is only so much of it.

What you can do

Use renewable energy, such as wind, solar, and hydro, because it is healthier and is not a finite resource!

hazy frigate
#

.source uwu

wicked parrotBOT
#
Command: uwu

Converts a given text into it's uwu equivalent.

Source Code
jovial mulch
#

.uwu

wicked parrotBOT
#
Noooooo!!

Your input was invalid: text is a required argument that is missing.

Usage:
.uwu <text>

jovial mulch
#

.uwu helo

wicked parrotBOT
#

hewo

jovial mulch
#

.uwu hello how are you doing

wicked parrotBOT
#

hewwo how awe yuw doing

hallow shale
#

.uwu nice

wicked parrotBOT
#

nice

hallow shale
#

.uwu helo

wicked parrotBOT
#

hewo

hasty matrix
#

.hacktoberissues

wicked parrotBOT
#

Description of the Problem

Given an array nums. We define a running sum of an array as runningSum[i] = sum(nums[0]โ€ฆnums[i]).

Return the running sum of nums.

Example 1:

Input: nums = [1,2,3,4]
Output: [1,3,6,10]
Explanation: Running sum is obtained as follows: [1, 1+2, 1+2+3, 1+2+3+4].

Example 2:

Input: nums = [1,1,1,1,1]
Output: [1,2,3,4,5]
Explanation: Running sum is obtained as follows: [1, 1+1, 1+1+1, 1+1+1+1, 1+1+1+1+1].

Example 3:

Input: nums = [3,1,2,10,1]
Output: [3,4,6,16,17]

Code

class Solution:
    def runningSum(self, nums: List[int]) -> List[int]:

Link To The LeetCode Problem

Running Sum of 1d Array

labels

good first issue
hacktoberfest
help wanted

hasty matrix
#

uhm huh...

#

.hacktoberissues

wicked parrotBOT
ember warren
#

.saveplaney

#

.saveplanet

wicked parrotBOT
#
Save the trees!
The problem

We often waste trees on making paper, and just getting rid of them for no good reason.

What you can do

Make sure you only use paper when absolutely necessary. When you do, make sure to use recycled paper because making new paper causes pollution. Find ways to plant trees (Hacktober Fest!) to combat losing them.

hasty matrix
#

wow

#

cool

hasty matrix
#

.destroyplanet

#

.saveplanet

wicked parrotBOT
#
Paint your roof white!
The problem

People with dark roofs often spend 20 to 40% more on their electricity bills because of the extra heat, which means more electricity needs to be made, and a lot of it isn't renewable.

What you can do

Having a light colored roof will save you money, and also researchers at the Lawrence Berkeley National Laboratory estimated that if 80 percent of roofs in tropical and temperate climate areas were painted white, it could offset the greenhouse gas emissions of 300 million automobiles around the world.

distant radish
#

.help

#

.spookyeightball hi

wicked parrotBOT
#

No.

elder phoenix
#

Lol

pseudo agate
#

๐Ÿ˜‚๐Ÿ˜‚

#

.help

distant radish
#

halloween

twin mason
#

.savetheplanet

wicked parrotBOT
#
Save the trees!
The problem

We often waste trees on making paper, and just getting rid of them for no good reason.

What you can do

Make sure you only use paper when absolutely necessary. When you do, make sure to use recycled paper because making new paper causes pollution. Find ways to plant trees (Hacktober Fest!) to combat losing them.

twin mason
#

LOL!

wooden roost
#

.pickupline

wicked parrotBOT
#
:cheese: Your pickup line :cheese:

If I could rearrange the alphabet, I would put U and I together.

wooden roost
#

.pickupline

wicked parrotBOT
#
:cheese: Your pickup line :cheese:

Take away gravity, I'll still fall for you.

wooden roost
#

.pickupline

wicked parrotBOT
#
:cheese: Your pickup line :cheese:

If I were a cat I'd spend all 9 lives with you.

wooden roost
#

.help

wicked parrotBOT
#
Command 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.

wooden roost
#

.fool

wicked parrotBOT
ember warren
#

.pickupline

wicked parrotBOT
#
:cheese: Your pickup line :cheese:

Do you like vegetables because I love you from my head tomatoes.

ember warren
#

.pickup

#

.pickupline

wicked parrotBOT
#
:cheese: Your pickup line :cheese:

Is your name Google? Because you're everything I'm searching for.

ember warren
#

.pickupline

wicked parrotBOT
#
:cheese: Your pickup line :cheese:

Is your name Wi-Fi? Because I'm feeling a connection.

ember warren
#

.pickup

wooden roost
#

,avatareasterify

#

.avatareasterify

wicked parrotBOT
#

Here is your lovely avatar, all bright and colourful
with Easter pastel colours. Enjoy :D

wooden roost
#

avatareasterify[red[

#

.avatareasterify[red]

#

avatareasterify red

#

.avatareasterify red

wicked parrotBOT
#

You must include at least 2 colours!

wooden roost
#

.avatareasterify red yellow green cyan

wicked parrotBOT
#

Here is your lovely avatar, all bright and colourful
with Easter pastel colours. Enjoy :D

sick compass
#

.snake video

pseudo agate
#

.hackstats

wicked parrotBOT
#

Here are some stats!

Anubhav1603's Hacktoberfest

Anubhav1603 has made 4 contributions in October

Anubhav1603 has earned a T-shirt or a tree!

Top 5 Repositories:

4 contributions to python-discord/seasonalbot

sick compass
#

.source hackstats

wicked parrotBOT
#
Command: hacktoberstats

Display an embed for a user's Hacktoberfest contributions.

Source Code
pseudo agate
#

.hackstatsissue

#

.hacktoberissues

wicked parrotBOT
#

Describe the bug
When input is called with "s" as the input type, the generated C code doesn't work properly.

To Reproduce
Below is a simc program accompanied by the generated C program:

simc

MAIN
  var i = input("Enter a string: ", "s")
  print("You entered ")
  print(i)
  print("\n")
END_MAIN

Generated C

#include <stdio.h>

int main() {
	char* i;
	printf("Enter a string: ");
	scanf("%s", i);
	printf("You entered ");
	printf("%s", i);
	printf("\n");

	return 0;
}

Expected behavior
It's expected that whatever string was entered would be printed out, however all that's printed is (null). Looking at the C code, it can be seen that the pointer we're trying to read a string into (char* i) is only able to hold a single character, which is likely causing the null issue. To properly read in a string, char* i should instead be something like char i[256], or something similar (the exact size would depend on the size of the string being read in, so this implementation would require a limit on the maximum number of characters that can be read into the string).

Desktop (please complete the following information):

  • OS: Linux (Ubuntu)
labels

bug
difficult
hacktoberfest

shell vigil
#

.wa 980513098531089531098531013598980315980531980531888888888888888899999999999980513098531089531098531013598980315980531980531888888888888888899999999999980513098531089531098531013598980315980531980531888888888888888899999999999980513098531089531098531013598980315980531980531888888888888888899999999999980513098531089531098531013598980315980531980531888888888888888899999999999980513098531089531098531013598980315980531980531888888888888888899999999999980513098531089531098531013598980315980531980531888888888888888899999999999980513098531089531098531013598980315980531980531888888888888888899999999999980513098531089531098531013598980315980531980531888888888888888899999999999!

wicked parrotBOT
shell vigil
#

.wa 9999999999980513098531089531098531013598980315980531980531888888888888888899999999999980513098531089531098531013598980315980531980531888888888888888899999999999980513098531089531098531013598980315980531980531888888888888888899999999999980513098531089531098531013598980315980531980531888888888888888899999999999980513098531089531098531013598980315980531980531888888888888888899999999999!

wicked parrotBOT
main scarab
#

.wa Taubin's heart surface

shell vigil
#

.wa 2 ** 10000!

wicked parrotBOT
shell vigil
#

๐Ÿ˜ฎ ๐Ÿ˜ฎ ๐Ÿ˜ฎ

main scarab
#

.wa bonne projection

wicked parrotBOT
shell vigil
#

how

#

HOW

#

how is that possible with math

#

.wa sin(30)

wicked parrotBOT
shell vigil
#

.wa sin(30) * cos(40)

wicked parrotBOT
shell vigil
#

HMmm

main scarab
#

.wa Scrabble RaderKMnO2

wicked parrotBOT
main scarab
#

math is awesome

elder phoenix
#

.wa 10!/(7!3!)

wicked parrotBOT
shell vigil
#

๐Ÿ˜ฎ

#

You...You can input STRINGS IN MATH?

main scarab
#

.wa words that rhyme with tree

wicked parrotBOT
elder phoenix
#

My calculator doesnโ€™t have !, so I gotta use wolfram haha

shell vigil
#

OH lmao

#

Just use Python ๐Ÿ˜Ž

main scarab
#

.wa Morse code 'Hey Rader, what's up?'

wicked parrotBOT
shell vigil
#

r u kidding me

#

oh what?

#

lol

#

r u kidding me

#

It's an easter EGG?

main scarab
#

.wa CAPTCHA 'Yolo bro'

wicked parrotBOT
shell vigil
#

EVEN CAPTCHA

#

What

#

Why does it do this lmao

#

r u kidding me

#

Oh

#

OHHH

#

captcha

main scarab
#

Wait I'll show u a trick

shell vigil
#

even captcha

main scarab
#

.wa average airspeed of an unladen swallow

wicked parrotBOT
shell vigil
#

I can udnerstand nothing

main scarab
#

.wa 20 snickers bars

wicked parrotBOT
#

You've used up your limit for Wolfram|Alpha requests.
Cooldown: a day

#
Nuh-uh.

You are not authorized to use this command.

main scarab
#

Rip

#

Good bot tho

shell vigil
#

wth is 20 snickers bars

main scarab
#

try it

shell vigil
#

.wa 20 snickers bars

wicked parrotBOT
shell vigil
#

Woah woah

main scarab
shell vigil
#

Oh my...FR?!?!?

#

wow

main scarab
#

You can even generate sounds with it

shell vigil
#

w....HOW

main scarab
#

Ofc it will only show you the sound wave on the bot

#

try "play 340Hz tone + 444Hz tone for 13 seconds"

shell vigil
#

yi"

#

Oh sorry wait

elder phoenix
#

.wa average airspeed of an unladen swallow
@main scarab hahaha thatโ€™s so great

shell vigil
#

.wa play 340Hz tone + 444Hz tone for 13 seconds

wicked parrotBOT
shell vigil
#

wow

#

WOW

#

is this an easter egg lmao

#

WOW

#

WOW

pseudo agate
#

.candy

wicked parrotBOT
#
Top Candy Records

๐Ÿฅ‡ @near vector: 1
๐Ÿฅˆ @jaunty flame: 1
๐Ÿฅ‰ @unborn night: 1
๐Ÿ… @pseudo agate: 1
๐Ÿ… @pseudo agate: 1

โ€‹

Candies will randomly appear on messages sent.
Hit the candy when it appears as fast as possible to get the candy!
But beware the ghosts...

shell vigil
#

Oh....

#

.wa 20 milk glasses

wicked parrotBOT
#

You've used up your limit for Wolfram|Alpha requests.
Cooldown: a day

#
Not in my house!

You are not authorized to use this command.

shell vigil
#

The API is limited rip

main scarab
#

lol yeah just use the real wolfram alpha page

shell vigil
#

Yeah

kind meteor
#

.snake video

cobalt brook
#

.wa 10000!

wicked parrotBOT
cobalt brook
#

Huh, really?

#

!wa 9999999999999999999999999999999!

#

This shouldnโ€™t be possible tbh

#

.wa 9999999999999999999999999999999!

wicked parrotBOT
cobalt brook
#

๐Ÿ‘€

#

!wa (9999999999999999999999999999999999999!!!!!!^99999999999999999999999999999!!!!!!!)!!!!!!!!!!!!!!

#

.wa (9999999999999999999999999999999999999!!!!!!^99999999999999999999999999999!!!!!!!)!!!!!!!!!!!!!!

wicked parrotBOT
cobalt brook
#

Good