| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Support Discord
Phoenix Bot is inspired by Natewong1313's Bird Bot project yet due to lack of activity by their team. We have decided to revive this project to achieve a common goal. Due to the recent insurgence of botters/scalpers taking advantage, our goal is to enable everyone the ability to combat these botters/scalpers by implementing their own botting system. Currently, this auto-checkout bot will support Walmart and Best Buy. There are more plans for future implementations later on.
git clone https://github.com/Strip3s/PhoenixBot/
cd PhoenixBot
python -m venv ./env
./env/Scripts/activate
pip install -r requirements.txt
pip install pycryptodomex
python app.py
It is highly recommended you install brew and update python3 to latest version
Make sure your Chrome browser is updated to the latest
Run the following commands:
git clone https://github.com/Strip3s/PhoenixBot/
cd PhoenixBot
python3 -m venv ./env
source env/bin/activate
pip3 install -r requirements.txt
If you encounter any errors during installation, please consider the following:
pip3 install pycryptodomex
Run the following command:
python3 app.py
To resume working on the bot for testing after closing powershell, navigate again to the folder and run the following commands:
./env/Scripts/activate python app.py
| Back | FazBrowse Home | New Git URL |