-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e1def41
commit 64592b6
Showing
1 changed file
with
1 addition
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,3 @@ | ||
|
||
|
||
## Contribution pattern: compute | ||
|
||
Yeah we could use some compute | ||
|
||
### Likely contributor | ||
|
||
Someone willing to set up a PythonAnywhere account and run an always-on task | ||
|
||
### How to contribute | ||
|
||
1. Pick an [example crawler](https://github.com/microprediction/microprediction/tree/master/crawler_examples) that appeals to you | ||
2. Open this notebook to [create a private key](https://github.com/microprediction/microprediction/blob/master/notebook_examples/New_Key.ipynb) | ||
3. Modify the example to use your private key | ||
4. Set up a hacker account on PythonAnywhere | ||
5. Run your script in an always-on job as explained in the [video tutorial](https://www.microprediction.com/python-2) | ||
|
||
It is suggested that you arrange for the script to restart when it crashes, perhaps by [bouncing with bash](https://www.microprediction.com/bouncing). | ||
|
||
### Rewards for contributing | ||
|
||
|
||
- You might [win a daily prize](https://www.microprediction.com/competitions/daily) | ||
- You might help someone who needs prediction | ||
|
||
|
||
Deprecated |