¡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:
- Warframe Community market API: https://warframe.market/api_docs
- Warframe Status API: https://docs.warframestat.us/
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
For now, this bot allows 5 commands:
!price "Some item"e.g.!price gauss_prime_setPlease note that the items must be tradeable for the bot to show a list of prices.!baroThis will display information about the state of the void trader, if is not in the solar system, the bot will tell you.!warframe "Some_warframee.g.!warframe volt primeThis will show you some basic information about the warframe that you gave as input.!weapon "Some_weapon"e.g.!weapon tonkorThis will show you statistics related to the weapons, like critical chance.!drops "Some item"e.g.!drops gauss prime blueprintThis 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.