refactored code to avoid circular imports, isolated all requests to api.py module

This commit is contained in:
Tristan Lee
2022-02-17 12:45:40 -06:00
parent c4b6d023c5
commit a6d2527bc7
6 changed files with 328 additions and 368 deletions

View File

@@ -4,4 +4,5 @@ Scraper for alt-tech video sharing platform [Odysee](https://odysee.com/).
### TODO
- Implement CLI
- Work on reverse-engineering auth_token instead of having it hard-coded
- Add error handling/backoff waiting to requests
- Work on reverse-engineering auth_token instead of having it hard-coded