https://github.com/michal-wrzosek/zaxido
zaxido - only positive news
https://github.com/michal-wrzosek/zaxido
Last synced: 4 months ago
JSON representation
zaxido - only positive news
- Host: GitHub
- URL: https://github.com/michal-wrzosek/zaxido
- Owner: michal-wrzosek
- Created: 2022-08-10T08:52:55.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-06T15:11:20.000Z (almost 2 years ago)
- Last Synced: 2025-01-21T20:48:42.319Z (5 months ago)
- Language: TypeScript
- Size: 1.9 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zaxido
### Only positive news.
https://zaxido.com
Website filtering out only positive content from Reddit's /r/popular using AI.
Consists of:
- Node.js app querying top reddit API for /r/popular listings and then sending them to OpenAI GPT-3 for sentiment analysis. Output saved in MongoDB.
- Gatsby web app presenting the news from MongoDB
- Github actions pipeline automating news updates and static web app deployment to Netlify## Authors:
- [Karolina Hamerszmidt](https://github.com/karolinahamerszmidt)
- [Michal Wrzosek](https://github.com/michal-wrzosek)# Development
## Setting up
Install all dependencies
```bash
yarn
```Copy `.env.default` files into `.env` and fill them out.
---
This project was generated using [Nx](https://nx.dev).