Steam player lookup is a Discord bot built using discord.py that allows users to search for Steam player data and returns it as an embed.
- Searching steam profiles with Steam 64 id
- Searching steam profiles with vanity URLs
- Searching steam profiles with Steam Hex
Install the dependnecies
pip install -r requirements.txt
then setup the Environment Variables
To run this project, you will need to add the following environment variables to your .env file or use .env file found within the repository
APPLICATION_ID
TOKEN
STEAM_API_KEY
-
Invite the bot to your Discord server using the invite link generated from the Discord Developer Portal.
-
Start the bot by running:
python3 main.py
- Use the following slash command /steam
/steam steamid:Infinity_585
/steam steamid:Steam:11000011656271c
/steam steamid:76561198335010588
Contributions are always welcome! If you'd like to contribute feel free to open a pull request.