Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arjunchib/memebot3
https://github.com/arjunchib/memebot3
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/arjunchib/memebot3
- Owner: arjunchib
- Created: 2024-02-25T20:10:56.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-09-12T02:29:13.000Z (4 months ago)
- Last Synced: 2024-10-02T00:22:20.299Z (3 months ago)
- Language: TypeScript
- Size: 330 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# memebot
## Getting started
Prerequisites:
1. Install [ffmpeg](https://www.ffmpeg.org/download.html)
2. Install [yt-dlp](https://github.com/yt-dlp/yt-dlp?tab=readme-ov-file#installation)
3. Copy `.env.example` to `.env` and fill out the values```bash
bun install
``````bash
bun start
```## Seed from legacy db
1. Copy the `memebot.sqlite` file from the old memebot into this project as `memebot-legacy.sqlite`
2. Set the old s3 bucket url via the `OLD_BUCKET` env varThen you can run the seed with:
```bash
bun run seed
```## Release
Force CI 4