Pi Bot
  • Pi Bot
  • Installation
    • Windows
    • Mac
    • Updating
  • Pages
    • Homepage
    • Profiles
    • Proxies
    • Settings
    • Custom Sites
  • Task Types
    • Adafruit
    • OKDO
    • PiShop
    • Shopify
      • Errors
    • Sparkfun
    • Shopify Drop
  • FAQ
    • Adding Sites
Powered by GitBook
On this page
  • 1.) Download Git
  • 2.) Download Python
  • 3.) Download the bot
  • 4. Run the bot
  1. Installation

Windows

PreviousPi BotNextMac

Last updated 2 years ago

This is for Windows only.

1.) Download Git

To download Git, use the installer from . It should download as a exe file.

Open the exe and you should see an installer.

Once you get to this step, you can exit out the installer.

2.) Download Python

Before running it, PLEASE DO THE FOLLOWING

Find where the installer is located and right click on it. Select "run as administrator"

Before clicking "Install Now" make sure that "Add Python 3.8 to PATH" is selected

3.) Download the bot

To start, open a new cmd window. If you don't know how to open cmd, you can find it by going to search and typing in "terminal"

Then, type in the following

cd desktop
git clone https://github.com/pihelper/pi-bot-master
cd bird-bot

After that, you will need to install the Python modules that help power the bot. To do this, type in the following

pip install -r requirements.txt --user

4. Run the bot

To run the bot, simply type

python app.py

After that, the bot should open up.

If you want to run the bot again, simply run that same command again in the same cmd window. If you exit out of the cmd window and want to run the bot again, open up a new cmd window and run these commands

cd desktop/pi-bot-master
python app.py

To download Python, use the installer from . It should download as a .exe file.

here
here