A Discord bot integration that actively monitors the SkinPort marketplace for Case Hardened and Heat Treated knife and weapon finishes.
This bot connects to the SkinPort WebSocket to access the Sale Feed (Live) and actively scans for any listings featuring Case Hardened or Heat Treated finishes. It evaluates the pattern of these items, and if a match is found, it sends a detailed notification directly to a Discord server.
This makes it an essential tool for traders looking for rare patterns such as Blue Gems. The project utilizes discord.py
for seamless Discord integration.
- Check out discord.py on how to set up a Discord bot.
- Copy your bot token.
Run the following command to install the required library:
pip install discord.py
git clone https://github.com/your-username/SkinPort-BlueGem-Bot.git
cd SkinPort-BlueGem-Bot
TOKEN = 'YOUR_BOT_TOKEN_HERE'
with your Discord bot token.
python Script.py
- Invite the bot to your Discord server using its client ID.
This bot uses the Skinport.py API wrapper to interact with the SkinPort marketplace. Ensure your bot has the correct permissions to send messages to your server channels.
Checkout SkinPort API documentation:
https://docs.skinport.com/
Contributions are welcome! To contribute:
- Fork this repository.
- Create a feature branch:
git checkout -b feature-name
- Push your changes and open a pull request.