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.
- Host: GitHub
- URL: https://github.com/opentensor/hooktensor
- Owner: opentensor
- License: mit
- Created: 2022-10-18T20:12:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-21T23:10:13.000Z (about 3 years ago)
- Last Synced: 2025-07-28T06:32:08.725Z (11 months ago)
- Language: TypeScript
- Size: 189 KB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 `