Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
maanimis committed Jun 22, 2024
1 parent 559ec47 commit 1175983
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 24 deletions.
73 changes: 49 additions & 24 deletions README.md
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 removed images/1.jpg
Binary file not shown.
Binary file added images/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1175983

Please sign in to comment.