BIG NOTE: there is now a 60 second delay that the developer of CheckAFlip has imposed. to respect him, i won't be adding a bypass to this dude to it being a free service and im basically piggybacking from it with this. go donate to them to their respective outlets.
This is pretty straight forward and EXTREMELY simple script - use ".ebay keyword" to find a product's average active selling price on Ebay.com along with it's completed/sold item pricing.
This uses the CheckAFlip API which is actually pretty great in terms of ease of use, and would recommend taking a look at them and the API endpoints used if you want to expand this any further.
Follow me on Twitter
If you do decide to use this on your Discord server, I request that you don't remove my name from the script itself :) It helps others for support when adding it to their server! Also, the clout. The fucking clout.
- Make sure you install Python3.6.6 (anything higher isn't currently supported by the discord module) and pip followed by running the following in the same directory as checkflip.py
pip install -r requirements.txt
- Get your Discord server token and set permissions while you're at it
- Use your favorite text editor to add the token to the script
- Run script
python checkaflip.py
- discord.py for it's amazing flexibility
- idontcop for being my partner in crime the past couple years
- Use bot.commands so that you can extend the use of it to multiple sources - thanks to idontcop for this suggestion