A web scrapper for Apple's App Store. It fetched screenshots from the store listing and combined two at a time into one post.
The idea behind this was to automate the repetitive task of manually downloading the screenshots and combining them via photoshop.
It's main usage was for https://www.instagram.com/todays.app/ .
It has dependencies on BeautifulSoup and Pillow. Install via the following commands:
python3 -m pip install bs4
python3 -m pip install Pillow
Open the root folder via terminal and run python3 app.py
You will be prompted for a URL, this needs to be of an app store listing.