Skip to content

liang108/Monster-Hunter-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

This is a Discord bot to be used to look up information on monsters in the game Monster Hunter World. For reference, The Handler is the main character's partner who helps organize their missions. She also has a huge appetite.

The bot scrapes HTML from the website:

https://monsterhunter.fandom.com/wiki

and returns relevant information.

Currently, there are four commands that send information to the Discord channel: (Replace <monster-name> with desired monster)

  • !weak <monster-name>: Returns the elements the monster is weak to.
  • !type <monster-name>: Returns the monster's elemental types.
  • !ailments <monster-name>: Returns the ailments that the monster may inflict on the player.
  • !all <monster-name>: Returns all of the above.

If the monster's name contains a space, it must be replaced with an underscore. The bot also tends to work better with capitalized names.

Here is a demo of the !weak command:

alt text

which correctly scraped the appropriate HTML from the column on the right from the wiki (the "weakest to" section).

alt text

About

A Discord bot that performs scrapes of the Monster Hunter Wiki site upon request.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages