mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-24 21:38:09 +02:00
Core Implementation: - Add DexScreenerConnector class with public API integration - Implement token pair data fetching and indexing - Add API routes: add, delete, test endpoints - Register connector in task indexers and Celery tasks - Add DEXSCREENER_CONNECTOR enum to database models Features: - Support up to 50 tokens per connector - Track prices, volume, liquidity across multiple DEXs - EVM and Solana address validation - Periodic sync support - No API key required (public DexScreener API) API Endpoints: - POST /api/v1/connectors/dexscreener/add - DELETE /api/v1/connectors/dexscreener - GET /api/v1/connectors/dexscreener/test All endpoints require JWT authentication ✅ Integration tests passing ✅ Ready for production deployment ✅ |
||
|---|---|---|
| .. | ||
| google_drive | ||
| airtable_connector.py | ||
| airtable_history.py | ||
| bookstack_connector.py | ||
| clickup_connector.py | ||
| clickup_history.py | ||
| composio_connector.py | ||
| composio_gmail_connector.py | ||
| composio_google_calendar_connector.py | ||
| composio_google_drive_connector.py | ||
| confluence_connector.py | ||
| confluence_history.py | ||
| dexscreener_connector.py | ||
| discord_connector.py | ||
| elasticsearch_connector.py | ||
| github_connector.py | ||
| google_calendar_connector.py | ||
| google_gmail_connector.py | ||
| jira_connector.py | ||
| jira_history.py | ||
| linear_connector.py | ||
| luma_connector.py | ||
| notion_history.py | ||
| slack_history.py | ||
| teams_connector.py | ||
| teams_history.py | ||
| webcrawler_connector.py | ||