Skip to content

Commit

Permalink
required setup files
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarob96 committed Dec 13, 2018
1 parent 4c39327 commit b164d21
Show file tree
Hide file tree
Showing 6 changed files with 94 additions and 45 deletions.
14 changes: 14 additions & 0 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

109 changes: 65 additions & 44 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions README.rst
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 modified investing_scrapper/__pycache__/__init__.cpython-36.pyc
Binary file not shown.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[metadata]
description-file = README.rst
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
author='Álvaro Bartolomé',
author_email='alvarob96@usal.es',
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",
Expand Down

0 comments on commit b164d21

Please sign in to comment.