This is a scanner that scans new developer products for new universes. This can also scan description changes, name changes, price changes, and image changes.
Download source code from the most recent release here: https://github.com/editlt/dev-product-scanner/releases and extract folders.
-
Rename .env.example to .env
-
Create a discord bot here: https://discord.com/developers/applications. Feel free to customize it however you like, but after creating, get the bots token, and put this into .env under bot_token.
-
Next, invite the bot. Click the OUATH2 button on the side of the screen. Scroll to url generator, select bot. Below, give it any permissions you like, and then copy the link at the bottom to invite it to a server.
-
Once in the server, get a channel ID or multiple if wanted. You will need to activate developer mode for this. Put the channel id in with the channelids in .env
-
For setting up mongodb, I recommend watching this tutorial: https://youtu.be/oVHQXwkdS6w. Once you get the connection string, put it under mongo_db_token=
-
Finally, fill in the placeids and channel ids to the respective channelid and placeId
-
Run the bot using node index in the terminal. Must have node installed.
Need extra help or asking questions? Message me on discord: editlt___
Pull requests are welcomed. I would love to see all the changes anyone can make.
- 5 ⭐ - Multiple Channel Support
- 8 ⭐ - Place ID instead of universe ID in .env
- 10 ⭐ - Multiple Place IDs and channelIds