-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
README file added, with a little description, installation and requir…
…ements
- Loading branch information
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
JumiaPy is a written to scrape Nigeria's number one ecommerce store. | ||
|
||
THIS IS STRICTLY FOR EDUCATIONAL PURPOSES. | ||
|
||
This program scrapes the following information from the website: | ||
|
||
Product Names | ||
|
||
Product Links | ||
|
||
Product Prices | ||
|
||
Product Ratings | ||
|
||
Product Seller | ||
|
||
|
||
Installation: | ||
|
||
Simply fork this repository to your local machine, navigate to the JumiaPy directory, there you would find all the files for this project. | ||
|
||
Requirements: | ||
|
||
requests | ||
re | ||
pandas | ||
BeautifulSoup | ||
|
||
|