8000 GitHub - ericciarla/aginews
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ericciarla/aginews

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AGI News ✨

AGI News is a daily AI newsletter that's completely sourced by autonomous AI agents.

This is an open-source project built with AI Agents, Resend, and Firecrawl 🔥

Features

  • Autonomous AI agents gather the latest AI news.
  • Daily newsletter delivery.
  • Frontend for subscribing to the newsletter.

Installation

Clone the repository:

git clone https://github.com/ericciarla/aginews.git

Frontend Setup

Navigate to the frontend directory:

cd /frontend

Install dependencies:

npm install

Create a .env file with the following variables:

SUPABASE_URL=
SUPABASE_SECRET_KEY=
RESEND_API_KEY=

Start the development server:

npm run dev

Backend Setup

Navigate to the backend directory:

cd /backend

Install dependencies:

npm install

Create a .env file with the following variables:

FIRECRAWL_API_KEY=
SUPABASE_URL=
SUPABASE_SECRET_KEY=
X_API_BEARER_TOKEN=
OPENAI_API_KEY=
RESEND_API_KEY=

Run the backend cron job:

ts-node src/index.ts

Environment Variables

Frontend

  • SUPABASE_URL
  • SUPABASE_SECRET_KEY

Backend

  • FIRECRAWL_API_KEY
  • SUPABASE_URL
  • SUPABASE_SECRET_KEY
  • X_API_BEARER_TOKEN
  • OPENAI_API_KEY
  • RESEND_API_KEY

Contributing

Contributions are welcome! Please open an issue or submit a pull request.

0