Forum in READ ONLY mode! All questions and discussions on Discord official server, invite link: https://discord.gg/VxsGzJ7

[py] Discord Vendor Search

Only working scripts
Post Reply
sibble
Neophyte
Neophyte
Posts: 48
Joined: 21.03.2015 18:12

[py] Discord Vendor Search

Post by sibble »

Hi

Pretty simple idea, throw command in Discord to initiate an in-game Vendor Search and output the results to Discord. You could easily build a vendor search sniping bot from this code.

https://github.com/unisharpUO/VendorSearcher

Image

SETUP:
1. https://discordpy.readthedocs.io/en/latest/discord.html
2. take your token, create a .env file in the same location as vendorsearcher, add "DISCORD_TOKEN=" with your token, without the quotes to the .env file

REQUIRED PACKAGES:
1. discord.py - https://pypi.org/project/discord.py/
2. dotenv - https://pypi.org/project/python-dotenv/
Post Reply