https://github.com/brodev3/eisberg
drifting
https://github.com/brodev3/eisberg
Last synced: 5 months ago
JSON representation
drifting
- Host: GitHub
- URL: https://github.com/brodev3/eisberg
- Owner: brodev3
- License: mit
- Created: 2024-05-14T20:44:53.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-19T18:59:16.000Z (almost 2 years ago)
- Last Synced: 2025-05-31T16:30:26.806Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 66.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Eisberg
## About
Automatically claim rewards and complete tasks !
Proxy **ONLY SOCKS5** supported
## Setup
1. Node JS
2. Clone the repository to your disk
3. In the folder, change the name of the ```config_ex.json``` on ```config.json```
4. Launch the console (for example, Windows PowerShell)
5. Specify the working directory where you have uploaded the repository in the console using the CD command
```
cd C:\Program Files\Eisberg
```
6. Install packages
```
npm install
```
7. **If you have used blumer** , you can copy the config.json from the [blumer](https://github.com/brodev3/blumer) application:
8. Use ```import.js``` to import accounts:
```
node scr/telegram/import
```
You need to create an application and get the api_id and api_hash for yours accounts.
Proxy format: ```ip:port:login:pass``` OR send empty string for direct connection
Visit: https://my.telegram.org/
10. To start:
```
node index
```