Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mustofa-id/threads-roaster

(Just for fun) Roasting Threads profile by their username
https://github.com/mustofa-id/threads-roaster

ai gemini-api roasting supabase svelte sveltekit threads

Last synced: 29 days ago
JSON representation

(Just for fun) Roasting Threads profile by their username

Awesome Lists containing this project

README

        

# Roasting Threads User

## Development

1. Get a Gemini API key: [Gemini API Documentation](https://ai.google.dev/gemini-api/docs/api-key).
2. Get your Supabase Project Ref and Anon key: [Supabase Dashboard](https://supabase.com/dashboard).
3. Obtain the Chromium local path by running:

```bash
pnpx @puppeteer/browsers install chromium@latest --path /your/true/path
```

4. Run the development server:

```bash
pnpm dev
```

## Deployment

Change the adapter based on your platform of choice. Read more in the [SvelteKit docs](https://kit.svelte.dev/docs/adapters).