https://github.com/byteball/bot-example
Example source code for Byteball chatbot
https://github.com/byteball/bot-example
Last synced: 12 months ago
JSON representation
Example source code for Byteball chatbot
- Host: GitHub
- URL: https://github.com/byteball/bot-example
- Owner: byteball
- Created: 2018-07-09T17:11:39.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-26T23:39:59.000Z (over 3 years ago)
- Last Synced: 2025-04-14T14:18:00.421Z (about 1 year ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 3
- Watchers: 1
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bot Example
Example source code for Obyte chatbot. Copy this bot and start adding your stuff.
## Requirements
node.js 6+
## Install
```
npm install
```
## Run
```
node start.js
```
Note the line that it prints on start-up:
```
====== my pairing code: Aj2No4YghYNcHjzPqobfp5gSJ4jyaBqnhF2dK7lEsMZ+@obyte.org/bb#*
```
Copy this pairing code to your Obyte wallet: Chat tab, Add a new device, Accept invitation, paste the code, ready to chat.
## Next steps
1. See the sources of [start.js](https://github.com/byteball/bot-example/blob/master/start.js).
1. https://developer.obyte.org
1. Submit your new bot to the Bot Store!
## Help
\#tech channel on discord https://discord.obyte.org.