Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kartikmehta8/vaccarim
A discord bot that assists you in code completion and custom image generation using openai. Deployed on Replit.
https://github.com/kartikmehta8/vaccarim
bot chatgpt discord discord-bot nodejs replit
Last synced: 9 days ago
JSON representation
A discord bot that assists you in code completion and custom image generation using openai. Deployed on Replit.
- Host: GitHub
- URL: https://github.com/kartikmehta8/vaccarim
- Owner: kartikmehta8
- Created: 2023-01-13T09:06:42.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-01T04:19:36.000Z (5 months ago)
- Last Synced: 2024-11-15T17:39:55.750Z (2 months ago)
- Topics: bot, chatgpt, discord, discord-bot, nodejs, replit
- Language: JavaScript
- Homepage: https://replit.com/@mehtaaaaaah/VACCARIM
- Size: 2.2 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## VACCARIM - A PA BOT
- vaccarim is an **assistant bot** you can use on Discord.
- vaccarim can help you with **code completions** and **generating images** using **chatgpt**, openai's next generation superpower.
- vaccarim can be hosted on **Replit**, where you can play around with code and build rapid prototypes.
- [Click Here](https://discord.com/api/oauth2/authorize?client_id=931412443010330685&permissions=8&scope=bot) to invite vaccarim to your server.## Commands
1. To generate the code
```
-v code
```2. To generate an image
```
-v image
```## Technologies
```js
// we are using...
export const technologies = {
1: "nodejs",
2: "discord.js",
3: "replit",
4: "openai"
}
```