Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 790 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 790 Bytes

Stock Sentinel 2.0

This is a continuation of Stock Sentinel V1. You can check that out here: Stock Sentinel V1

Devlog

1-29-24

  • Building Scraper for EFD
    • Perform intial handshake
    • Perform agreement request
    • Log csrfmiddlewaretoken
    • Perform data request
    • Perform secondary data request with X-csrf token from first
    • Run through response yielding 100 results per iteration

Right now, the scraper is not returning the right amount of data per fetch. I need to look into why.

2-1-24

Figured out that the scraper was returning data correctly but the test was written incorrectly. Also created a wrapper singleton class around the efd connector class to use in testing for performance improvement.