Git Product home page Git Product logo

vinayaka's Introduction

🪔 vinayaka

@@ वक्रतुण्ड महाकाय सूर्यकोटि समप्रभ । @@
@@ अविघ्नं कुरु मे देव सर्वकार्येषु सर्वदा ॥ @@

vinayaka is cryptocurrency futures trading bot that uses RSX (RSI with a smoothing function) under the hood.

🪙 assets

vinayaka focuses on BTC, ETH, BNB, XMR, DEFI, SOL and ELGD. if you want to focus on other assets, modify the TARGET_ASSETS constant at src/constants/index.ts and add your own symbols.

⚖️ declaration

vinayaka and its developers take NO responsibility over what you choose to do with it. this is merely a proof-of-concept and should not be used in practice without your own research and evaluation.

⚙️ installation

vinayaka requires a CLI that supports node v14+ is required to run this bot.

  1. clone this repository by running git clone https://github.com/catusmagnus/cokebot.git in your preferred CLI.
  2. add a .env file to the root of the cloned repository with your Binance API_KEY and API_SECRET (here's how to get it).
  3. run npm run trade and enjoy!

🤳 installation (for phone users)

for phone users, Termux is recommended.

  1. install the Termux app from F-Droid or Google Play Store (deprecated).
  2. run pkg install nodejs && pkg install npm to install node and npm. if this command fails with a fetch look-up issue, try running pkg upgrade or apt update && apt upgrade or switching to another internet connection, then run the command again.
  3. verify installation by running node -v and npm -v - these commands should print the current version of node and npm. if not, try step 3 again.
  4. clone this repository by running git clone https://github.com/catusmagnus/cokebot.git in your preferred CLI.
  5. run cd vinayaka and touch .env && echo "API_KEY=<YOUR_API_KEY>" >> .env && echo "API_SECRET=<YOUR_API_SECRET>" >> .env after replacing <YOUR_API_KEY> and <YOUR_API_SECRET>
  6. run cat .env to verify your credentials.
  7. run npm run trade and enjoy!

⚠️ troubleshooting

errors may originate from Termux, binance-api-node, or from the bot itself. please open an issue with us if it's the latter.

vinayaka's People

Contributors

diragb avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.