An Adafruit bot that is geared to acquiring Raspberry Pis.
You will need to provide your information in order for this program to run. All of this information will be stored locally on your machine.
If you don't already have one, you will need to create an Adafruit account and make sure that it is verified and has 2FA enabled.
- Create a file named
proxylist.txt
in the main folder. - Enter your proxies and separate them by a new line.
- Enable two-factor authentication in account settings.
- Click the "No Camera?" option.
- Copy the code and insert it in the
config.js
file as "twoFactorSecret". - Scan the QR code with your authenticator app.
- Enter the authentication code.
- Open the
config.js
file. - Enter the correct information in the correct areas.
To start the program, open a terminal and run these commands:
- Set directory to program directory:
cd "C:/Path/To/Program/Folder"
- Install the dependencies (you only have to do this once):
npm install
- Run with the following command:
npm start
This project is licensed under the MIT License - see the LICENSE file for details.