Skip to content

Releases: M3MONs/hltv-scrapper-api

HLTV-SCRAPPER-API-V.0.5.0

05 May 19:52
3eb770a
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump h11 from 0.14.0 to 0.16.0 by @dependabot in #29
  • feat: implement route blueprints for teams, players, matches, news, a… by @M3MONs in #30
  • Develop by @M3MONs in #31

Full Changelog: hltv-scrapper-api-0.4.0...hltv-scrapper-api-0.5.0

HLTV-SCRAPPER-API-V.0.4.0

23 Mar 14:20
6cdc525
Compare
Choose a tag to compare

What's Changed

  • Develop: Update for new hltv matches page + improvements by @M3MONs in #28

Full Changelog: hltv-api-0.3...hltv-scrapper-api-0.4.0

HLTV-API-V.0.3.0

12 Dec 08:25
3026772
Compare
Choose a tag to compare

Refactoring and enhancements:

app.py: Replaced utility functions with the SpiderManager class to handle spider execution and data retrieval, simplifying the code and improving maintainability.

New classes for managing scraping:

classes/spider_manager.py: Introduced the SpiderManager class to encapsulate the logic for running spiders, checking conditions, and cleaning old data.
classes/conditions.py: Added condition classes such as FileTimeCondition, JsonFileEmptyCondition, and FileExistsCondition to check various conditions before running spiders.
classes/conditions_checker.py: Added AnyConditionsChecker to check if any of the specified conditions are met.
classes/cleaner.py, classes/data.py, classes/path_generator.py: Added classes for cleaning old data, loading JSON data, and generating file paths. [1] [2] [3]
Integration of parsers factory:

hltv_scraper/hltv_scraper/spiders/*: Updated spiders to use the ParsersFactory for parsing different types of data, improving code modularity and readability. [1] [2] [3] [4] [5]

HLTV-API-V.0.2.0

16 Apr 12:12
Compare
Choose a tag to compare

What's Changed

Full Changelog: hltv-api-0.1...hltv-api-0.2

HLTV-API-V.0.1.0

07 Apr 21:03
558843c
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @M3MONs made their first contribution in #1

Full Changelog: https://github.com/M3MONs/hltv-api/commits/hltv-api-0.1