v1.0.5.0

kaifcodec/user-scannerv1.0.5.0Nov 30, 2025by kaifcodec

AI Summary

Implements DRY architecture for validators and introduces donation platform support.

Key Highlights

  • DRY Architecture Implementation using helper functions
  • New donation category and Buymeacoffee platform support
  • Refactored existing validators to use new helpers
  • Updated CONTRIBUTING.md documentation

New Features

  • DRY helper functions (status_validate, generic_validate, make_get_request)
  • Buymeacoffee donation support

Full Release Notes

- Added **DRY Architecture Implementation** using `status_validate`, `generic_validate`, and `make_get_request` for improved validator consistency and maintenance.
- Added new category: **donation/**.
- Added platform: **buymeacoffee** (donation/). (Closes #32)
- Updated **CONTRIBUTING.md** to reflect the new standardized approach.
- Refactored most existing validators to utilize the new helper functions.

 #36 By @VamatoHD and reviewed by @kaifcodec 

---

### Known Issues

- Validators for `medium.py`, `producthunt.py`, `youtube.py`, and `x.py` still need to be updated to the new DRY architecture.