Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stegripe/bajigur
A simple and easy-to-use WhatsApp bot project, written in TypeScript.
https://github.com/stegripe/bajigur
bot nodejs sticker typescript whatsapp-bot
Last synced: 4 months ago
JSON representation
A simple and easy-to-use WhatsApp bot project, written in TypeScript.
- Host: GitHub
- URL: https://github.com/stegripe/bajigur
- Owner: stegripe
- License: agpl-3.0
- Archived: true
- Created: 2020-08-01T00:47:40.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-05T20:21:36.000Z (6 months ago)
- Last Synced: 2024-09-26T11:23:47.931Z (4 months ago)
- Topics: bot, nodejs, sticker, typescript, whatsapp-bot
- Language: TypeScript
- Homepage:
- Size: 1.64 MB
- Stars: 168
- Watchers: 8
- Forks: 53
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Bajigur
> A simple and easy-to-use WhatsApp bot project, written in TypeScript.
## Features
- Easy to use.
- Sticker command.
- A production-ready project, set up the bot without coding.## General Setup
1. Download and install [Node.js](https://nodejs.org) version `20.0.0` or higher (make sure you have installed the build tools too)
2. Open `.env_example` file and rename it to `.env`
3. Install required and optional dependencies. You still can use `npm` too.
```sh
$ pnpm install
```
4. Compile the file
```sh
$ pnpm run build
```
5. IF you want to save your disk spaces, let's prune the dev dependencies
```sh
$ pnpm prune --production
```
6. Finally, you can start the bot
```sh
$ pnpm start
```## Hosting Setup
We haven't tested this project on free hosting providers yet.
## Project Contributors
### Developers
- [@mzrtamp](https://github.com/mzrtamp)
- [@noxzym](https://github.com/noxzym)
- [@Tiramitzu](https://github.com/Tiramitzu)> © 2024 Stegripe Development