-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
47 lines (34 loc) · 1.23 KB
/
README
File metadata and controls
47 lines (34 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Lorescribe 🎙️
A Discord bot that records, transcribes, and summarizes voice channel conversations using AI.
## 🚀 Quick Start
### Prerequisites
Before you begin, ensure you have the following installed:
- [Node.js](https://nodejs.org/) (v16 or higher)
- [pnpm](https://pnpm.io/) - Fast, disk space efficient package manager
- [Docker](https://www.docker.com/) - For running required services
### Account Configuration
1. Create a new Discord bot and get the token (https://discordpy.readthedocs.io/en/stable/discord.html)
2. Create a new or use an existing OpenAI account and get the API key (https://platform.openai.com/docs/guides/chat/introduction)
### Setup & Installation
1. **Install Dependencies**
```bash
pnpm install
```
2. **Start Required Services**
```bash
docker compose up -d
```
3. **Launch the Bot**
```bash
pnpm start
```
4. **Deploy Commands**
```bash
node src/deploy-commands.js
```
## 💡 Tips
- Make sure to set up your environment variables in `.env` file
- You'll need a Discord bot token and OpenAI API key to get started
- Check out our documentation for advanced configuration options
## 🤝 Contributing
We welcome contributions! Feel free to open issues and pull requests.