https://github.com/codef53/f35bot
https://github.com/codef53/f35bot
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codef53/f35bot
- Owner: CodeF53
- License: other
- Created: 2024-09-02T00:38:25.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-09-24T16:55:26.000Z (9 months ago)
- Last Synced: 2025-01-19T22:40:54.514Z (5 months ago)
- Language: TypeScript
- Size: 232 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# f53util
[](https://github.com/antfu/eslint-config) \
discord bot# features:
- Extract Media
- [x] rclick > "Extract Media"
- [x] `/extract_media links: string`
- Transcribe
- [ ] rclick > "Transcribe Message"
- Voice message any audio
- [ ] rclick > "Send As Voice Message"
- [ ] `/upload_voice file`# usage
Install Needed Packages:
- [bun](https://bun.sh/) and run `bun install --frozen-lockfile`
- [ffmpeg](https://www.ffmpeg.org/download.html)
- [yt-dlp](https://github.com/yt-dlp/yt-dlp/wiki/Installation)
- [yt-dlp-youtube-oauth2](https://github.com/coletdjnz/yt-dlp-youtube-oauth2?tab=readme-ov-file#installation) \
make sure to login by doing `yt-dlp --username oauth2 --password '' https://youtu.be/...`Install dependencies:
```bash
bun install
```Run:
```bash
bun start
```