Add Adanos Sentiment API as alternative data source#1
Open
alexander-schneider wants to merge 2 commits intodylee9:mainfrom
Open
Add Adanos Sentiment API as alternative data source#1alexander-schneider wants to merge 2 commits intodylee9:mainfrom
alexander-schneider wants to merge 2 commits intodylee9:mainfrom
Conversation
Adds a client for the Adanos Sentiment API as an alternative to scraping StockTwits. The API provides pre-analyzed sentiment data from Reddit, X/Twitter, and Polymarket — no scraping, Selenium, or API rate limit management needed. Changes: - adanos_client.py: API client with methods for trending, stock detail, compare, and cross-platform sentiment fetching - feelstrader.py: fetch_and_store_sentiment() helper that pulls from Adanos and writes to the existing MySQL datapoint table - config.py.example: ADANOS_API_KEY placeholder - README.md: usage docs and data source reference
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
adanos_client.py— a client for the Adanos Sentiment API providing pre-analyzed sentiment from Reddit, X/Twitter, and Polymarketfeelstrader.pyviafetch_and_store_sentiment()that pulls API data into the MySQL datapoint tableWhat is Adanos Sentiment API?
Finance Sentiment API unifies Reddit, X, financial news, Polymarket, and crypto community data in one API for sentiment analysis and market research.
Endpoints include:
Changes
adanos_client.py— API client with methods for all major endpointsfeelstrader.py—fetch_and_store_sentiment()helper functionconfig.py.example—ADANOS_API_KEYplaceholderREADME.md— usage docs, data source reference, project structure updateUsage example
Free API keys available at api.adanos.org/docs.