https://github.com/daostack/staking-bot
https://github.com/daostack/staking-bot
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/daostack/staking-bot
- Owner: daostack
- Created: 2020-03-15T10:23:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T09:32:52.000Z (over 2 years ago)
- Last Synced: 2025-03-24T15:21:47.740Z (3 months ago)
- Language: Python
- Size: 21.5 KB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DAOstack Staking Bot
This is a ML script which predicts the voting outcome of pending proposals in DAOstack's Genesis
and sends its predictions to a given web address.
The research work which enabled and tested this model is detailed in a separate notebook and stored on DAOstack's servers.# Usage
```
model.py http://Address.to.send.predictions.to
```