A Python program to generate the Fortnite item shop as an image.
This script generates an image of the current Fortnite item shop, saving it in a folder. This project was based on the Fortnite-Shop-Bot by FortniteFevers.
- If you find this project useful or think its cool, consider starring it on github!
- Removed Twitter integration; (FUCK TWITTER)
- Now fully asynchronous with threading to maximize speed.
- Item shops are saved in a
shopsfolder for saving. - OG items are saved in a
ogfolder inside theshopsfolder. - OG items now feature customizable titles on the image.
- OG items now include the date in the name.
- Background images for both OG items and item shop images.
- Optimized if and for loops for cleaner code.
- Various other improvements and fixes.
Note
The Website/API is a heavily modified version of this repository.
- Website - https://shop.ajaxfnc.com/
- API - https://shop.ajaxfnc.com/docs
- Download and install Python from the official Python website.
- Ensure that you check the box to add Python to your PATH during installation.
To verify that Python is correctly installed, open a terminal or command prompt and run:
python --versionThis should display the installed Python version.
- Download the code by going to Code then Download ZIP on the repository page.
- Extract the contents of the ZIP file to a directory of your choice.
-
Open a terminal in the directory where you extracted the files.
-
Run the following command to install the required Python modules:
pip install -r requirements.txt
- The settings for the app is in the
bot.pyfile and themerger.pyfile, the merger file is for the final image, bot is for creating all the smaller images
Once everything is set up, you can generate the Fortnite item shop image by running:
python bot.pyThis will save the generated images in the shops folder.

