Skip to content

Commit

Permalink
init: news feed bot
Browse files Browse the repository at this point in the history
  • Loading branch information
megabyte0x committed Mar 5, 2024
1 parent 3337703 commit 7ef6bf1
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 2 deletions.
26 changes: 26 additions & 0 deletions news-feed-bot.md
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
```
-

7 changes: 5 additions & 2 deletions price-feed-bot.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@

## Task

Create a bot for chatroom which will provide the price feed for a token(s) when asked by the users.
Create a bot for the chatroom that will provide the price feed for a token(s) when asked by the users.

## Requirements
- Must use 0rbit's `ao` process to fetch the data from the API.

## Evaluation
The bot will be evaluated based the live working demo and the codebase. Submit a PR [here](https://github.com/0rbit-co/quest) with the Name=`price-feed-bot-${username}` and with 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=`price-feed-bot-${username}` and with the codebase and demo link in the description.

## Hints

Expand Down

0 comments on commit 7ef6bf1

Please sign in to comment.