An open API service indexing awesome lists of open source software.

https://github.com/domi-btnr/gomining-bot


https://github.com/domi-btnr/gomining-bot

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# GoMining Bot

## Setup

1. Clone the repository to your local machine.
2. Navigate to the project directory.
3. Create a `.env` file in the root directory of the project. This file should contain the following environment variables:
```env
[email protected]
PASSWORD=your_password
```
Replace `[email protected]` and `your_password` with your actual GoMining email and password.

## Running the Bot

To run the bot, use the following command:

```sh
npm start
```

## Docker

To start the bot with Docker Compose, use the following command:

```sh
docker-compose up -d
```