Skip to content

Commit

Permalink
feat: quest gist
Browse files Browse the repository at this point in the history
  • Loading branch information
megabyte0x committed Mar 5, 2024
1 parent 7ef6bf1 commit 0bcacc0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
8 changes: 3 additions & 5 deletions news-feed-bot.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,19 @@
# News Feed Bot

## Task
A Cron-bot that will post the latest news every 4 hours.
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.
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=`news-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.
- After the successful evaluation, 200 OP (0rbit Points) will be awarded to PR.
- The address of the 0rbit Point is ``
- You can check your OP balance by using the following commands in your terminal:
- Start `aos`
Expand Down
13 changes: 13 additions & 0 deletions quest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# 0rbit Quests
#1 Name: Price Feed Bot
Description: Create a bot for the chatroom that will provide the price feed for a token(s) when the users ask. 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.
Points: 200 OP (0rbit Points) will be awarded to PR after the successful evaluation. Check the below URL for more info.
Url: To gather more information about this quest, visit https://github.com/0rbit-co/quest/blob/main/price-feed-bot.md

- #2
Name: News Feed Bot
Description: A Cron-bot that will post the latest news every 4 hours. 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=`news-feed-bot-${username}` and with the codebase and demo link in the description.
Points: After the successful evaluation, 500 OP (0rbit Points) will be awarded to PR. Check the below URL for more info.
Url: To gather more information about this quest, visit https://github.com/0rbit-co/quest/blob/main/news-feed-bot.md


0 comments on commit 0bcacc0

Please sign in to comment.