-
Notifications
You must be signed in to change notification settings - Fork 381
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
alvarob96
committed
Dec 13, 2018
1 parent
4c39327
commit b164d21
Showing
6 changed files
with
94 additions
and
45 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,12 @@ | ||
Investing Scrapper of continuous Spanish stock market | ||
===================================================== | ||
Since `Investing <https://es.investing.com/>`_ does not have an API to retrieve | ||
historical data of the continuous spanish stock market, I decided to create a scrapper | ||
to retrieve that information. | ||
Mainly I decided to create this scrapper in order to get the exact data I want | ||
for my Final Degree Project in the University of Salamanca. | ||
So, to sum up, this is not a professional scrapper, it's just a solution to solve my problem, | ||
but I will continue updating it, since this is just the pre-alpha version of it. So you can | ||
retrieve more information indexed in Investing. | ||
Disclaimer: this is just for personal use, I am not related at all with Investing or | ||
any related company. This is just a piece of a research project made by me. |
Binary file not shown.
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,2 @@ | ||
[metadata] | ||
description-file = README.rst |
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 |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
author='Álvaro Bartolomé', | ||
author_email='[email protected]', | ||
description='This is a scrapping tool that retrieves continuous Spanish stock market information from https://es.investing.com, into a Pandas DataFrame.', | ||
install_requires=['requests', 'pandas', 'beautifulsoup4'], | ||
install_requires=['requests', 'pandas', 'beautifulsoup4', 'pkg_resources'], | ||
classifiers=[ | ||
"Development Status :: 2 - Pre-Alpha", | ||
"Programming Language :: Python :: 3.6", | ||
|