Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dbots-pkg/dbots.js
A stats poster and API wrapper for all botlists.
https://github.com/dbots-pkg/dbots.js
api discord discordapp discordbots hacktoberfest wrapper
Last synced: 2 days ago
JSON representation
A stats poster and API wrapper for all botlists.
- Host: GitHub
- URL: https://github.com/dbots-pkg/dbots.js
- Owner: dbots-pkg
- License: mit
- Created: 2017-12-12T20:46:11.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-02T16:39:34.000Z (about 2 months ago)
- Last Synced: 2024-11-11T20:16:04.173Z (6 days ago)
- Topics: api, discord, discordapp, discordbots, hacktoberfest, wrapper
- Language: TypeScript
- Homepage: https://dbots.js.org
- Size: 4.28 MB
- Stars: 22
- Watchers: 1
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Table of Contents
- [About](#about)
- [Installing](#installing)
- [Supported Libraries](#supported-libraries)
- [Supported Services](#supported-services)
- [Changelog](#changelog)
- [Contribution](#contribution)
- [Other Links](#other-links)## About
`dbots` helps [Discord](https://discordapp.com) bot developers group all your statistic posting needs into one poster, complete with separate posting, API wrappers for supported lists, and an interval to post to all services every `n` seconds.
## Installing
You can install dbots by running this command:
```sh
# Stable
npm i dbots
yarn add dbots# Master
npm i dbots-pkg/dbots.js#master
yarn add ssh://github.com/dbots-pkg/dbots.js#master
```## Supported Libraries
| Creator | Name |
| --------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| Amish Shah (originally hydrabolt) | [![npm](static/npm.png)](https://npm.im/discord.js) [![GitHub](static/github.png)](https://github.com/discordjs/discord.js) discord.js |
| izy521 | [![npm](static/npm.png)](https://npm.im/discord.io) [![GitHub](static/github.png)](https://github.com/izy521/discord.io) discord.io |
| qeled | [![npm](static/npm.png)](https://npm.im/discordie) [![GitHub](static/github.png)](https://github.com/qeled/discordie) discordie |
| abalabahaha | [![npm](static/npm.png)](https://npm.im/eris) [![GitHub](static/github.png)](https://github.com/abalabahaha/eris) eris |
| Lando | [![npm](static/npm.png)](https://npm.im/paracord) [![GitHub](static/github.png)](https://github.com/paracordjs/paracord) paracord |## Supported Services
The supported services list has been moved into the website.
You can see a full (and automatically updated) list of usable services [here](https://dbots.js.org/#/docs/main/latest/general/services).## Changelog
You can see the changelog for every version [here](https://dbots.js.org/#/docs/main/latest/general/changelog).
## Contribution
Any contribution may be useful for the package! Make sure when making issues or PRs that the matter has not been addressed yet in a past issue/PR.
## Other Links
- [NPM](https://npmjs.org/package/dbots)
- [Yarn](https://yarn.pm/dbots)
- [JSDelivr](https://www.jsdelivr.com/package/npm/dbots)
- [Website](https://dbots.js.org) ([source](https://github.com/dbots-pkg/dbots-pkg.github.io))
- [Documentation](https://dbots.js.org/#/docs)
- [Dbots GitHub Organization](https://github.com/dbots-pkg)