Metadata-Version: 2.1
Name: smith-the-crawler
Version: 0.0.12a0
Summary: A webscraper with a sofisticated toolkit to scrap the world
Home-page: https://github.com/VictorAlessander/Smith
Author: Victor Alessander
Author-email: victor.alessander.gr@gmail.com
License: UNKNOWN
Download-URL: https://github.com/VictorAlessander/Smith/archive/refs/tags/v0.0.12-alpha.tar.gz
Keywords: crawler,webscraping,webscraper,investments,investment,invest
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.1
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: beautifulsoup4
Requires-Dist: plotly
Requires-Dist: requests
Requires-Dist: pandas
Requires-Dist: fake-useragent
Requires-Dist: openpyxl

# Smith

[![Codacy Badge](https://api.codacy.com/project/badge/Grade/37211993f9784a51a3ec2f49be2447ff)](https://www.codacy.com/app/VictorAlessander/SmithX?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=VictorAlessander/SmithX&amp;utm_campaign=Badge_Grade)

# Project Description

Webscraper to get some informations of products in e-commerce, avoiding the user to enter in the website many times only to see if any product have special offer.

# Backlog

- API Gateway to get the requests and pass them to Smith (Asynchronous)
- Database connection
- Frontend to make easier handle with the data scraped (metrics, charts, comparisons)
- Improvement in program.py to avoid multiples "if" statements

