-
Notifications
You must be signed in to change notification settings - Fork 730
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
3337703
commit 7ef6bf1
Showing
2 changed files
with
31 additions
and
2 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 |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# News Feed Bot | ||
|
||
## Task | ||
A Cron-bot that will post the latest news every 4 hours. | ||
|
||
## Requirements | ||
- Must use 0rbit's `ao` process to fetch the data from the API. | ||
|
||
## Evaluation | ||
The bot will be evaluated based on the live demo and the codebase. Submit a PR [here](https://github.com/0rbit-co/quest) with the Name=`price-feed-bot-${username}` and with the codebase and demo link in the description. | ||
|
||
## Hints | ||
|
||
- Use CoinGecko free price API | ||
- Learn how to fetch the data through 0rbit here: https://docs.0rbit.co/examples/basic-get-request | ||
|
||
## Points | ||
- 200 OP (0rbit Points) will be awarded to PR after the successful evaluation. | ||
- The address of the 0rbit Point is `` | ||
- You can check your OP balance by using the following commands in your terminal: | ||
- Start `aos` | ||
```bash | ||
aos | ||
``` | ||
- | ||
|
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