paramgaming-bot is a Node.js script designed to interact with the Param Gaming API to fetch tasks, clear them, and claim rewards automatically.
-
Clone the repository:
git clone https://github.com/dante4rt/paramgaming-bot.git
-
Install dependencies:
cd paramgaming-bot npm install -
Create a
.envfile in the root directory and provide the following environment variables:- type
vi .env - The above command will create and open a
.envfile, then to edit the file using thevi editor, pressiand add your environment variables.
USER_EMAIL=your-email@example.com USER_PASSWORD=your-password - type
- After adding your environment variables, to save the file, press
esc, then type:wqand pressenter.
To run the bot, execute the following command:
npm startThe bot will log in to your Param Gaming account, fetch incomplete tasks, clear them, and claim rewards.
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.