An open API service indexing awesome lists of open source software.

https://github.com/opentensor/hooktensor

A Nodejs service to watch the bittensor network for new registrations.
https://github.com/opentensor/hooktensor

Last synced: 4 months ago
JSON representation

A Nodejs service to watch the bittensor network for new registrations.

Awesome Lists containing this project

README

          

# hooktensor
A Nodejs service to watch the bittensor network for new registrations.

## Setup and Install
Clone the repo
`git clone https://github.com/opentensor/hooktensor.git`
Install the package dependencies
`cd hooktensor && yarn install`
Run the build
`yarn build`
### Start the watcher
`yarn start watch --webhook_url https://discord.com/{channel_id}/{token} -u `

### Start with pm2
Execute in `hooktensor/` directory
`pm2 start dist/index.js --name full_net_watcher --time -- watch --webhook_url https://discord.com/{channel_id}/{token} -u `