This is a small JS app that pushes data to discord bot list sites, is also give nice feedback if something goes wrong.
This project is licensed under the MIT License - see the LICENSE.md file for details
git
Command line (Windows|Linux|MacOS) installednode
Version 8.0.0 or higherconfig file
Required a config file that holds links and toklens for the sites
In a command prompt in your project's folder (wherever that may be) run the following:
git clone https://github.com/ZixeSea/BotListPusher.git
Once finished:
-
In the folder from where you ran the git command, run
cd BotListPusher
and then runnpm i
, this will install all required packages. -
Now go to
BotListPusher/config.json
and open it, and add sites like this (the list is an array so you can add more with,
)
{
"url": "https://example.com/12342423/stats"",
"token": "g4353fdwsf342",
"serversPar": "guildCount",
"shardsPar": "shardCount"
}
After adding all the sites add your server and shard count on the top of the config file.
- Now run the program by running
npm .
in a command prompt.