From 9509d49186f1adcd4220db22611c7860ea7a9cd9 Mon Sep 17 00:00:00 2001 From: Believethehype <1097224+believethehype@users.noreply.github.com> Date: Fri, 31 May 2024 16:44:21 +0200 Subject: [PATCH] Update discovery.py --- tests/discovery.py | 42 ++++++++++++++++++++++++------------------ 1 file changed, 24 insertions(+), 18 deletions(-) diff --git a/tests/discovery.py b/tests/discovery.py index a7c04b6..228783b 100644 --- a/tests/discovery.py +++ b/tests/discovery.py @@ -220,9 +220,10 @@ def playground(): admin_config_trending_nostr_band = AdminConfig() admin_config_trending_nostr_band.REBROADCAST_NIP89 = rebbroadcast_NIP89 admin_config_trending_nostr_band.UPDATE_PROFILE = False - # admin_config_trending_nostr_band.DELETE_NIP89 = True - # admin_config_trending_nostr_band.PRIVKEY = "6b0c954dbdeb292785a80a98f0eaf78b55133639c73b8e93aed97a7f748cc88a" - # admin_config_trending_nostr_band.EVENTID = "adc79716de7ba65ecd4154428fc624e8b43590f4dffbcb757ee2d8c00db54c7a" + #admin_config_trending_nostr_band.DELETE_NIP89 = True + #admin_config_trending_nostr_band.PRIVKEY = "" + #admin_config_trending_nostr_band.EVENTID = "" + #admin_config_trending_nostr_band.POW = True custom_processing_msg = "Looking for trending notes on nostr.band.." image = "https://nostr.band/android-chrome-192x192.png" about = "I show trending notes from nostr.band" @@ -239,10 +240,10 @@ def playground(): admin_config_animals = AdminConfig() admin_config_animals.REBROADCAST_NIP89 = rebbroadcast_NIP89 admin_config_animals.UPDATE_PROFILE = False - # admin_config_animals.DELETE_NIP89 = True - # admin_config_animals.PRIVKEY = "68a5d6bab857d8495e63cac55253b8b92b1117ce69d63305e12a3f994b911aff" - # admin_config_animals.EVENTID = "64e3dcf8793aad1563a6644179cdbc3756d787d7adf613552cd1bc2e33c8031f" - # admin_config_animals.POW = True + #admin_config_animals.DELETE_NIP89 = True + #admin_config_animals.PRIVKEY = "" + #admin_config_animals.EVENTID = "" + #admin_config_animals.POW = True options_animal = { "search_list": ["catstr", "pawstr", "dogstr", "pugstr", " cat ", " cats ", "doggo", " deer ", " dog ", " dogs ", @@ -295,10 +296,10 @@ def playground(): admin_config_plants = AdminConfig() admin_config_plants.REBROADCAST_NIP89 = rebbroadcast_NIP89 admin_config_plants.UPDATE_PROFILE = False - # admin_config_plants.DELETE_NIP89 = True - # admin_config_plants.PRIVKEY = "430bacf525a2f6efd6db1f049eb7c04e0c0314182ef1c17df39f46fe66416ddf" - # admin_config_plants.EVENTID = "f42adb15f4c67b884d58b09084907d94471d1a54185dce0217a69111c703aa14" - # admin_config_plants.POW = True + #admin_config_plants.DELETE_NIP89 = True + #admin_config_plants.PRIVKEY = "" + #admin_config_plants.EVENTID = "" + #admin_config_plants.POW = True options_plants = { "search_list": ["garden", "gardening", "nature", " plants ", " plant ", " herb ", " herbs " " pine ", "homesteading", "rosemary", "chicken", "🪻", "🌿", "☘️", "🌲", "flower", "forest", "watering", @@ -340,6 +341,10 @@ def playground(): admin_config_top_zaps = AdminConfig() admin_config_top_zaps.REBROADCAST_NIP89 = rebbroadcast_NIP89 admin_config_top_zaps.UPDATE_PROFILE = False + #admin_config_top_zaps.DELETE_NIP89 = True + #admin_config_top_zaps.PRIVKEY = "" + #admin_config_top_zaps.EVENTID = "" + #admin_config_top_zaps.POW = True custom_processing_msg = ["Looking for most zapped notes", "Let's see which notes people currently zap..", "Let's find valuable notes. #value4value"] update_db = False @@ -366,10 +371,10 @@ def playground(): admin_config_followers = AdminConfig() admin_config_followers.REBROADCAST_NIP89 = rebbroadcast_NIP89 admin_config_followers.UPDATE_PROFILE = False - # admin_config_followers.DELETE_NIP89 = True - # admin_config_followers.PRIVKEY = "d09dd9a52857236627eb0c12e0e74343e38d77c5ca98bcd8cdb5d6f5edaaf91d" - # admin_config_followers.EVENTID = "b778cb713565e42e97cf2095f9390c626bb67c564eb4d20e379ef7510ed8e9d4" - admin_config_followers.POW = True + #admin_config_followers.DELETE_NIP89 = True + #admin_config_followers.PRIVKEY = "" + #admin_config_followers.EVENTID = "" + #admin_config_followers.POW = True custom_processing_msg = ["Processing popular notes from npubs you follow..", "Let's see what npubs you follow have been up to..", "Processing a personalized feed, just for you.."] @@ -397,9 +402,10 @@ def playground(): admin_config_global_popular = AdminConfig() admin_config_global_popular.REBROADCAST_NIP89 = rebbroadcast_NIP89 admin_config_global_popular.UPDATE_PROFILE = False - # admin_config_global_popular.DELETE_NIP89 = True - # admin_config_global_popular.PRIVKEY = "fae983211e316ce37785acc8b15c1bb72c9deb3451fd862f2416fb6c503885f6" - # admin_config_global_popular.EVENTID = "548b7c3d24b2b4cef8681f16467557eb4d45531691cdc637d010bcd9bdd38ac1" + #admin_config_global_popular.DELETE_NIP89 = True + #admin_config_global_popular.PRIVKEY = "" + #admin_config_global_popular.EVENTID = "" + #admin_config_global_popular.POW = True custom_processing_msg = ["Looking for popular notes on the Nostr..", "Let's see what's trending on Nostr..", "Finding the best notes on the Nostr.."] update_db = False