Skip to content

gentique/AppStoreScrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/ .

instagram_page

Dependencies

It has dependencies on BeautifulSoup and Pillow. 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.

About

A web scrapper for Apple's App Store app listing.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages