Skip to content

Mireshustle/oasis-ai-bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OASIS AI BETA CLI VERSION

banner AI inference powered by distributed compute.

Features

Banner

  • Automated Referral
  • Register/Login Accounts
  • Auto Create Providers
  • Auto Send Heartbeat
  • Support Multy Accounts
  • Support Proxy

Prerequisite

  • Git
  • Node.js
  • NPM

put your proxy in file proxy_list.js format http://username:pass@ip:port 1 proxy for 1 provider

so if you want create multiple providers you need to put multiple proxy there.

Installation

  1. Clone this repository:

    git clone https://github.com/Rambeboy/oasis-ai-bot.git && cd oasis-ai-bot
  2. Install dependencies:

    npm install
  3. Make new accounts folder:

    mkdir -p accounts
  4. Configure all folder:

    cp accounts/accounts_tmp.js accounts.js && cp config/proxy_list_tmp.js proxy_list.js
  5. Put your email and pass to accounts.js format email|password 1 account for 1 line

    nano accounts.js
  6. Put your proxy to proxy_list.js

    nano proxy_list.js
  7. Setup to create accounts/login and get Tokens:

    npm run setup
  8. Run The Script:

    npm run start
  9. Additional feature auto referral:

    npm run autoreff

LICENSE

This project is licensed under the MIT License. See the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%