CoriAriasGibert / DataTest

Created by Cori Code aka @CoriAriasGibert | Dynamic Scraping web page, using Python 🐍 & Flask 🌢

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scraping web application using Python 🐍 and Flask 🌢.

The web application's functionality is to retrieve information about a specific Android application available on the Aptoide mobile application marketplace (https://en.aptoide.com/) and display it to the user.

Libraries πŸ“š

βœ… Request

βœ… BeautifulSoup

βœ… Mypy

βœ… Typing

βœ…Pytest

Sample user flow πŸ“²

The user flow should be the following:

I access the home page where I can paste an App's Aptoide URL into a text box and submit it. For example, the URL to the Lords Mobile App on the Aptoide is https://lords-mobile.en.aptoide.com/ After submitting the URL, the website returns a page displaying the following information about the App:

βœ… App's name

βœ… App's version

βœ… Number of downloads

βœ… Release date

βœ… App's description

About

Created by Cori Code aka @CoriAriasGibert | Dynamic Scraping web page, using Python 🐍 & Flask 🌢


Languages

Language:HTML 44.6%Language:Python 42.7%Language:CSS 12.7%