Skip to content

SushiDevice/WarframeBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WarframeAPI

¡A small 4fun project that instanties a discord bot for asking questions related to the state of Warframe!

Options are limited because some warframe APIs documentation are still in development.

Currently using:

Installation

You must install discord.py

py -3 -m pip install -U discord.py

Then install aioshttp

pip install aiohttp

Finally, you can run the code executing main.py file

python main.py

Current functionalities

For now, this bot allows 5 commands:

  • !price "Some item" e.g. !price gauss_prime_set Please note that the items must be tradeable for the bot to show a list of prices.
  • !baro This will display information about the state of the void trader, if is not in the solar system, the bot will tell you.
  • !warframe "Some_warframe e.g. !warframe volt prime This will show you some basic information about the warframe that you gave as input.
  • !weapon "Some_weapon" e.g. !weapon tonkor This will show you statistics related to the weapons, like critical chance.
  • !drops "Some item" e.g. !drops gauss prime blueprint This command will show you the relics that drop this item, but due to API limitations it will not make distinction from those that are currently in vault.

About

Discord bot that can give you information about market prices, weapons stats, etc.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages