Skip to content

How to execute SpaceCrypto bot

Guilherme Matheus edited this page Feb 17, 2022 · 2 revisions

First of all, you need to follow the Requirements topic available in this repo.

How to change your scale on screen:

Download Python:


Installing Python:

After downloading Python, you can install normally but DON'T forget to set the option Add Python to Path as true!

AddPath

After Python is already installed, go to the main page of this repository by here, and download as .zip format, fork it or clone it. In order to download, just click in Download ZIP as image below:

DownloadRepo

After downloaded, go to the folder where you download this file and unzip. After unzip, edit the path from the folder by adding cmd plus the path and hit Enter button on keyboard, with that way you can access the prompt inside the folder already.

Example: cmd C:\Users\Administrador\Documents\GitHub\Bot_SpaceCrypto

CMD

Or you can also open your prompt, type cd + your path to the folder and hit Enter button.
Example: cd C:\Users\Administrador\Documents\GitHub\Bot_SpaceCrypto

Remember! The path to the folder must be where the files are.

After that, type the command pip install -r requirements.txt in the prompt, and you'll be able to install the necessary libraries to run this bot.

InstallRequirements

Finished! Now you can run the bot as you need. To run the bot, continue in the prompt in the same path as before (path to the bot) and run the following command: python main.py

Bot running:

BotRunning

Don't forget to help in this project ❤️