-
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.
- Loading branch information
1 parent
e4f4096
commit 1121e8d
Showing
1 changed file
with
11 additions
and
0 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,11 @@ | ||
# nostr_reply_guy | ||
|
||
All keys included are test keys. | ||
|
||
- Set the query filters on set_query_filters.py | ||
|
||
Events that have been replied to are saved to events.json file. | ||
|
||
Every time the scheduler runs, it checks the date on the last queried event and runs the query based on the date of the last event queried and replied to. | ||
|
||
- Requires an update to the nostr Python library. All Nostr dependencies are included in the package. |