https://github.com/floorlamp/entrebot
Discord bot for Entrepot
https://github.com/floorlamp/entrebot
discord internet-computer nft-marketplace
Last synced: 5 days ago
JSON representation
Discord bot for Entrepot
- Host: GitHub
- URL: https://github.com/floorlamp/entrebot
- Owner: FloorLamp
- License: mit
- Created: 2021-09-17T20:55:49.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-24T18:24:11.000Z (about 4 years ago)
- Last Synced: 2025-10-09T09:11:52.405Z (5 days ago)
- Topics: discord, internet-computer, nft-marketplace
- Language: TypeScript
- Homepage:
- Size: 828 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Entrebot
Unofficial Discord bot for Entrepot.
## Features
- Message channel on new sale
- Floor price as nickname
- Number of listings as activity
- `/market [query]` command to search listings by query## Usage
### Config
First, create a [Discord application](https://discord.com/developers/applications) with a bot.
Set environment variables. You can use a `.env` file.
```
API_KEY=... // Bot token
CLIENT_ID=... // Application ID
CHANNEL_ID=... // Channel ID to post latest sales to
GUILD_ID=... // Server ID to set nickname/activity in
```### Commands
Application commands are in the [commands](./src/commands) directory. After adding or updating commands, run this:
```sh
npm run deployCommands
```### Development
```sh
npm start
```### Running
```sh
npm run build
npm run serve
```