https://github.com/gentique/appstorescrapper
A web scrapper for Apple's App Store app listing.
https://github.com/gentique/appstorescrapper
app automation python scrapper store web
Last synced: over 1 year ago
JSON representation
A web scrapper for Apple's App Store app listing.
- Host: GitHub
- URL: https://github.com/gentique/appstorescrapper
- Owner: gentique
- Created: 2020-09-12T12:08:33.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-07-25T19:37:49.000Z (almost 4 years ago)
- Last Synced: 2025-02-03T06:54:03.186Z (over 1 year ago)
- Topics: app, automation, python, scrapper, store, web
- Language: Python
- Homepage:
- Size: 1.67 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AppStoreScrapper
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/ .

## Dependencies
It has dependencies on [BeautifulSoup](https://www.crummy.com/software/BeautifulSoup/bs4/doc/) and [Pillow](https://pillow.readthedocs.io/en/stable/).
Install via the following commands:
`python3 -m pip install bs4`
`python3 -m pip install Pillow`
## Usage
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.