Add nostr login and periodic vote-beta announcements

This commit is contained in:
2026-09-04 11:56:39 -05:00
parent 5dde44e98e
commit ca44cf73df
14 changed files with 1775 additions and 108 deletions
+3
View File
@@ -35,6 +35,9 @@ async def main():
# Scrape and write to database
await room.get_convos()
room.write_to_db()
if room.newly_inserted_posts:
count = room.increment_suggestion_counter(len(room.newly_inserted_posts))
await room.check_and_announce_vote_beta(count)
# Reply to banned users that they cannot submit titles
await room.acknowledge_rejected_suggestions()
# Ack newly recorded suggestions with a ✅ reaction