Add CryptoPanic API integration and related tests; update .env.example and test configurations

This commit is contained in:
2025-09-30 01:54:26 +02:00
parent c17a948ae0
commit 6aa9d4969f
7 changed files with 143 additions and 20 deletions

View File

@@ -1,4 +1,5 @@
from .news_api import NewsApiWrapper
from .gnews_api import GnewsWrapper
from .cryptopanic_api import CryptoPanicWrapper
__all__ = ["NewsApiWrapper", "GnewsWrapper"]
__all__ = ["NewsApiWrapper", "GnewsWrapper", "CryptoPanicWrapper"]