https://github.com/cornayy/zero-two
A TypeScript Discord bot for querying Dofus characters by Ankama nickname.
https://github.com/cornayy/zero-two
discord-bot dofus scraping typescript
Last synced: over 1 year ago
JSON representation
A TypeScript Discord bot for querying Dofus characters by Ankama nickname.
- Host: GitHub
- URL: https://github.com/cornayy/zero-two
- Owner: Cornayy
- License: mit
- Created: 2020-08-28T09:28:58.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-29T18:05:12.000Z (over 5 years ago)
- Last Synced: 2025-02-15T19:48:51.370Z (over 1 year ago)
- Topics: discord-bot, dofus, scraping, typescript
- Language: TypeScript
- Homepage:
- Size: 174 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zero-two
A TypeScript Discord bot that enables users to query Dofus character names for each person in the server.
## Usage
Create a .env file in the root of your project, a typical .env should look like this. You can also copy the contents of the .env.example file in the root directory.
```
BOT_TOKEN=TOKEN
DB_USERNAME=DB_USERNAME
DB_NAME=DB_NAME
DB_PASSWORD=DB_PASSWORD
```
When your .env is configured, run the following commands.
```
npm i
npm start
```
## License
[MIT](LICENSE)