Live-Reddit-Sentiment-Agent
We propose a live agentic system that continuously ingests Reddit discussions, updates sentiment signals in real time, and reacts autonomously to meaningful changes in market narratives.
Reddit Crawler
plz see testrun.ipynb to see how to run
Data Models
Post Fields:
post_id,title,selftext,authorscore,upvote_ratio,num_commentslink_flair_text,created_utcis_edited,is_deleted,is_removedcontent_hash(for change detection)
Comment Fields:
comment_id,post_id,parent_idbody,author,score,depthis_submitter,is_edited,created_utccontent_hash(for change detection)
future improvements -
- RAG for finding information on dedicated tickers throughout reddit.
- market prediction history
- accept gemini_api_key from user.
Built With
- css
- javascript
- jupyter-notebook
- python
- typescript
Log in or sign up for Devpost to join the conversation.