Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mustofa-id/threads-roaster
- Owner: mustofa-id
- License: mit
- Created: 2024-08-04T11:39:59.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-07T07:39:36.000Z (3 months ago)
- Last Synced: 2024-09-29T10:50:11.727Z (about 1 month ago)
- Topics: ai, gemini-api, roasting, supabase, svelte, sveltekit, threads
- Language: JavaScript
- Homepage: https://threads-roaster.vercel.app
- Size: 126 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).