Skip to content

Releases: LukasBudach/FinanceScraper

Add second data source

01 Mar 22:29
Compare
Choose a tag to compare
Pre-release
  • add a scraper accessing the IEX API
  • add an abstract base class for all scraper to ensure the interface
  • add a scraper that accesses all other scrapers using different approaches
  • add test coverage detection
  • update example scripts (full example now writes to a file)

Return data refactoring

31 Jan 17:33
Compare
Choose a tag to compare
Pre-release

Changes:

  • replace the returned dictionaries with purpose built objects
  • update documentation
  • add automated testing
  • add currency converter tests
  • update and improve example scripts
  • restructure project (folder structure)

User setuptools

27 Jan 17:53
Compare
Choose a tag to compare
User setuptools Pre-release
Pre-release
  • use setuptools own functions to get pip distribution working

pip distribution fix

27 Jan 17:39
Compare
Choose a tag to compare
pip distribution fix Pre-release
Pre-release

HOTFIX: pip distribution did not work because of missing packages

Documentation Creation

27 Jan 17:22
Compare
Choose a tag to compare
Pre-release

Add the following to this project:

  • add a proper README to the project
  • add a documentation to the project
    • document project setup
    • provide a quickstart guide
    • show the interface in detail
  • add tests to ensure the project survives through refactorings