Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidcralph/hastebin-bot
An opensource bot for Discord that posts data to Hastebin
https://github.com/davidcralph/hastebin-bot
bot code discord discord-bot haste hastebin hastebin-bot javascript js node nodejs opensource-bot
Last synced: 24 days ago
JSON representation
An opensource bot for Discord that posts data to Hastebin
- Host: GitHub
- URL: https://github.com/davidcralph/hastebin-bot
- Owner: davidcralph
- License: mit
- Created: 2017-08-17T10:17:32.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2022-01-29T11:41:20.000Z (almost 3 years ago)
- Last Synced: 2024-05-01T16:48:32.175Z (6 months ago)
- Topics: bot, code, discord, discord-bot, haste, hastebin, hastebin-bot, javascript, js, node, nodejs, opensource-bot
- Language: JavaScript
- Homepage:
- Size: 123 KB
- Stars: 24
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hastebin-bot
An opensource Discord bot that posts data to Hastebin.## Installation
### Requirements
* [Node.js](https://nodejs.org)
* [Git](https://git-scm.com) (Optional)
### Setup
1. ``git clone https://github.com/davidcralph/hastebin-bot`` (If you don't have Git just go to **Clone or download** and click **Download ZIP**)
2. ``npm i`` (in the bot ``src`` directory)
3. Rename ``config.example.json`` to ``config.json`` and fill in the config file with your Discord bot token (optionally with a different prefix and Hastebin instance)
4. ``node index.js`` (or simply ``npm start``)
5. Have fun!## Support
Please open an issue or ask in my [Discord Server](https://discord.gg/HJmmmTB)## License
[MIT](LICENSE)