Please follow the following steps to setup Eclipse.
You need to create a Discord server.
Click on plus icon on discord left bar, give your server a name and click on the "Create" button.
You need to create a Tokens channel.
Click on your server left bar with right mouse button, click on "Create Channel", name it "tokens" and click on "Create Channel".
You need to create Discord Webhook from your Servers Settings >> Intergrations >> Webhooks.
- Name it "Token" and set it's channel to "tokens"
You need to clone the repository, cd into the cloned project files, run a command to change the permissions of the setup file and run it.
git clone https://github.com/3ct0s/eclipse-grabber.git
cd eclipse-grabber
powershell.exe -ExecutionPolicy Bypass -Command .\setup-files\setup-win.ps1
chmod +x ./setup-files/setup-mac.sh
./setup-files/setup-mac.sh
sed $'s/\r$//' ./setup-files/setup-lin.sh > ./setup-files/setup-lin-new.sh
chmod +x ./setup-files/setup-lin-new.sh
sudo ./setup-files/setup-lin-new.sh
On Linux you will be asked to say yes or no while installing the needed dependencies. Make sure you select yes and press enter.
Once you are done with the installation you can move to the next step which is building.
Follow the build guide to build an eclipse grabber.