https://github.com/microprediction/streamcreator
stream creator
https://github.com/microprediction/streamcreator
Last synced: 21 days ago
JSON representation
stream creator
- Host: GitHub
- URL: https://github.com/microprediction/streamcreator
- Owner: microprediction
- License: mit
- Created: 2021-01-07T14:52:39.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-18T15:37:38.000Z (about 4 years ago)
- Last Synced: 2025-04-02T20:54:26.514Z (23 days ago)
- Language: Jupyter Notebook
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# streamcreator
Shows how easy it is to create a stream at https://www.microprediction.org/### To do something similar
0. Fork
1. Open the [notebook](https://github.com/microprediction/streamcreator/blob/main/New_Key_12.ipynb) in colab and run to make a key.
2. Create a GitHub secret (Settings menu) called WRITE_KEY and put it there
3. Create a new GitHub action (Actions menu), cut and paste [this example](https://github.com/microprediction/streamcreator/blob/main/.github/workflows/daily.yml) into it.
4. Modify cron schedule in your new action
5. Modify set.py to get the data you care aboutYour stream(s) will appear [here](https://www.microprediction.org/browse_streams.html) sooner or later.