Skip to content

AMC Problem Bot v2.2

Latest
Compare
Choose a tag to compare
@Haadi-Khan Haadi-Khan released this 20 Jul 04:21
· 19 commits to main since this release

AMC Problem Bot Version 2.2

How to Use

In order to use this bot, one user must locally host the bot. This requires python 3 and the installation of the discord.py module. This can easily be done using pip install discord. After this, go to main.py and set TOKEN equal to your own bot token from Discord for Developers. Following this execute the program either in an IDE or in the terminal via python3 main.py.

Commands

?amc {level}

Provide an AMC level (10 or 12) and the bot will send an AMC 10/12 problem between 2002-2021 alongside a link to the solution on AoPS's website.

?aime {level}

The bot will send an AIME problem between 2000-2021 alongside a link to the solution on AoPS's website.

?pce {topic}

The bot will send an easy question for the selected topic. The topics include Algebra, Combinatorics/Probability, Geometry/Trignometry, and Number Theory. To access said topics use alg, com, geo, nt in order to access the corresponding topic.

?pch {topic}

The bot will send a hard question for the selected topic. The topics include Algebra, Combinatorics/Probability, Geometry/Trignometry, and Number Theory. To access said topics use alg, com, geo, nt in order to access the corresponding topic.