Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yungbenn/movie-watchlist-discord-bot
Movie discord bot with TMDB API for my personal project (WIP)
https://github.com/yungbenn/movie-watchlist-discord-bot
bun discord discord-bot themoviedb typescript
Last synced: 22 days ago
JSON representation
Movie discord bot with TMDB API for my personal project (WIP)
- Host: GitHub
- URL: https://github.com/yungbenn/movie-watchlist-discord-bot
- Owner: YungBenn
- Created: 2023-11-15T17:16:04.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-27T17:06:22.000Z (about 1 year ago)
- Last Synced: 2023-11-27T18:27:39.580Z (about 1 year ago)
- Topics: bun, discord, discord-bot, themoviedb, typescript
- Language: TypeScript
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# movie-watchlist-discord-bot
To install dependencies:
```bash
bun install
```To run:
```bash
bun run src/index.ts
```This project was created using `bun init` in bun v1.0.11. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.