SurfSense/surfsense_backend/app/connectors
API Test Bot 9f66d5ca25 feat(backend): Implement DexScreener connector (Story 1.1)
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 
2026-01-31 17:25:48 +07:00
..
google_drive feat: enhance Google Drive file metadata handling 2026-01-17 16:24:53 +05:30
airtable_connector.py Merge pull request #670 from AnishSarkar22/fix/connector 2026-01-07 12:39:41 -08:00
airtable_history.py feat: enhance Airtable integration with OAuth support and date validation 2026-01-07 03:00:56 +05:30
bookstack_connector.py fix: add input validation, retry limit, code formatting, and exclude i18n from secret detection 2025-12-05 09:58:49 +08:00
clickup_connector.py add coderabbit suggestions 2025-07-30 22:25:47 +02:00
clickup_history.py feat: implement ClickUp OAuth integration and connector support 2026-01-07 15:15:25 +05:30
composio_connector.py feat: refactor composio connectors for modularity 2026-01-23 19:56:19 +05:30
composio_gmail_connector.py chore: ran linting 2026-01-24 04:36:34 +05:30
composio_google_calendar_connector.py chore: ran linting 2026-01-24 04:36:34 +05:30
composio_google_drive_connector.py chore: ran backend linting 2026-01-28 09:10:37 +05:30
confluence_connector.py add relevant coderrabit suggestions 2025-07-27 14:03:39 +02:00
confluence_history.py chore: ran both frontend and backend linting 2026-01-06 15:49:31 +05:30
dexscreener_connector.py feat(backend): Implement DexScreener connector (Story 1.1) 2026-01-31 17:25:48 +07:00
discord_connector.py feat: add Discord OAuth integration and connector routes 2026-01-05 14:21:39 +05:30
elasticsearch_connector.py fix: ran formatter as per coderrabbitai 2025-10-17 02:44:44 +05:30
github_connector.py chore: ran linting 2026-01-23 05:28:18 +05:30
google_calendar_connector.py chore: ran linting 2026-01-24 04:36:34 +05:30
google_gmail_connector.py chore: ran linting 2026-01-24 04:36:34 +05:30
jira_connector.py chore: ran both frontend and backend linting 2026-01-06 15:49:31 +05:30
jira_history.py chore: ran both frontend and backend linting 2026-01-06 15:49:31 +05:30
linear_connector.py fix: restore duplicate check for non-OAuth connectors 2026-01-07 14:02:18 +02:00
luma_connector.py chore: linting and formatting 2025-09-28 22:26:26 -07:00
notion_history.py chore: linting 2026-01-28 22:20:23 -08:00
slack_history.py feat: enhance Airtable integration with OAuth support and date validation 2026-01-07 03:00:56 +05:30
teams_connector.py lint 2026-01-09 13:53:09 -08:00
teams_history.py Add teams connector similar to slack 2026-01-09 13:20:30 -08:00
webcrawler_connector.py feat: Replace AsyncChromiumLoader with Playwright for web crawling and content extraction in link preview and web crawler connector modules. 2025-12-27 13:58:00 -08:00