# mygateBot **Repository Path**: 892078604/mygateBot ## Basic Information - **Project Name**: mygateBot - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-19 - **Last Updated**: 2025-02-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MyGate Network Bot ![banner](image.png) ## Features - **Auto Generate Node ID** - **Auto Connect/ping Node** - **Auto Reconnect Node** - **Support multiple accounts** - **Support Proxy usage** - **For Now Its Not Supported Creating Multiple Nodes for one account** ## Prerequisites - Node.js installed on your machine - `tokens.txt` file containing token my-gate platform follow instruction below to get: - Open my-gate platform [https://mygate.network/](https://app.mygate.network/login?code=LfBWAQ) - Login With your gmail - inspect or just F12, and find Network - copy the token and save it in `tokens.txt` ![token](image-1.png)! ## Installation 1. Clone the repository: ```sh git clone https://github.com/Zlkcyber/mygateBot.git cd mygateBot ``` 2. Install the required dependencies: ```sh npm install ``` 3. Input your token in `tokens.txt` file, one user per line; ```sh nano tokens.txt ``` 4. optionally you can use proxy: - paste proxy in `proxy.txt` format `http://username:password@ip:port` ```sh nano proxy.txt ``` 5. Run the script: ```sh npm run start ``` ## ![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg) This project is licensed under the [MIT License](LICENSE).