-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add collections logic, bot description
- Loading branch information
Showing
3 changed files
with
41 additions
and
43 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,14 @@ | ||
# **Mint Listener Bot** | ||
|
||
## **About** | ||
This is a Telegram Bot that tracks newcomer mints happening in blockchain. It includes additionals feautures like displaying mint statistics for the given period of time and support for extending functionality. | ||
|
||
## **Commands available** | ||
``` | ||
/get_feed network period: Display feed for a given period | ||
/notify_on network: Turn on notifications for newcomer mints | ||
/notify_off network: Turn off notifications for newcomer mints | ||
/help: Display help | ||
``` | ||
## **Demonstration** | ||
[![Watch the video](https://near.org/wp-content/uploads/2021/10/CITY_COMPLETE_10.jpg)](https://youtu.be/0KFTSzRXnKQ) |
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
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 +1 @@ | ||
watch -n 3 ./listener.py | ||
watch -n 2 ./listener.py |