Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 893 Bytes

1_INSTALLING.md

File metadata and controls

34 lines (27 loc) · 893 Bytes

Prerequisites

Installation

  • Open your terminal and clone the repository
git clone https://github.com/carince/bloxflip-autogambler.git
  • Open your Browser of choice, Go to Bloxflip and then run the following code inside of the Dev Tools console. (it should copy onto your clipboard):
copy(localStorage.getItem(`_DO_NOT_SHARE_BLOXFLIP_TOKEN`))
  • Rename config.example.json5 to config.json5

  • Edit config.json5 with your desired configuration, documentation on what each entry does: Config Documentation

  • Install required dependencies:

npm i
  • Run the bot! 🚀
npm start

🆕 Updating

You must be in the root folder to be able to pull new commits

git pull