An open-source python project that generates a formatted image of the current Fortnite item shop.
This code can be implemented to be used on Discord bots, websites, applications, and much more!
For support, join the Discord server: https://atomicxyz.tk/discord
- Enter the following into the
config.json
file
a. Add your fortniteapi.io auth token toauth
(get a key from: https://fortniteapi.io/)
b. Add your 1st watermark toad1
(this can be left blank)
c. Add your 2nd watermark toad2
(this can be left blank)
d. Add the location on your computer where you would like to save your item shop image tosaveFileLocation
(this can be left blank) - Run the
run.bat
file - The item shop image will be saved to this folder or to a custom folder if
saveFileLocation
is not blank