-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
49 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,49 @@ | ||
# hamsterBOT | ||
simple autiTap bot for https://t.me/hamster_kombat_bot | ||
|
||
## run@linux | ||
``` | ||
git clone [email protected]:maanimis/hamsterBOT.git | ||
cd hamsterBOT | ||
``` | ||
edit 'Authorization' header from index.js and save it: | ||
``` | ||
nano index.js | ||
``` | ||
install dependencies: | ||
``` | ||
npm i | ||
``` | ||
|
||
run: | ||
``` | ||
npm start | ||
``` | ||
|
||
|
||
![alt text](images/1.jpg) | ||
# HamsterBOT | ||
|
||
## Overview | ||
|
||
HamsterBOT is a bot designed to automate specific tasks using hamster accounts. This readme will guide you through the steps to install Node.js, clone the repository, install the necessary dependencies, configure the bot, and run it. | ||
|
||
## Prerequisites | ||
|
||
Before you start, ensure you have the following installed on your machine: | ||
|
||
- [Git](https://git-scm.com/) | ||
- [Node.js](https://nodejs.org/) | ||
|
||
## Installation Guide | ||
|
||
### Step 1: Install Node.js | ||
install from from the [official website](https://nodejs.org/). | ||
|
||
|
||
### Step 2: Clone the Repository | ||
|
||
1. Open your terminal or command prompt. | ||
2. Clone the repository using the SSH link: | ||
```bash | ||
git clone [email protected]:maanimis/hamsterBOT.git | ||
3. Change directory to the cloned repository: | ||
```bash | ||
cd hamsterBOT | ||
### Step 3: Install Dependencies | ||
Install the required dependencies by running: | ||
```npm install``` | ||
### Step 4: Edit Configuration | ||
1. Open the `config/production.json` file in a text editor. | ||
2. Edit the configuration settings as needed. For example, you might need to update API keys, account information, and other settings relevant to your environment. | ||
### Step 5: Run the Bot | ||
Start the bot by running: | ||
```npm start``` | ||
![alt text](images/1.png) |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.