From 657ced1ceb7dce8d6a0fe1d7fee0bf33f78b7207 Mon Sep 17 00:00:00 2001 From: rra Date: Fri, 9 Sep 2022 13:27:29 +0200 Subject: [PATCH] undo dev setup changes --- konfluks/hashtag.py | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/konfluks/hashtag.py b/konfluks/hashtag.py index 39c2a00..baa39ed 100644 --- a/konfluks/hashtag.py +++ b/konfluks/hashtag.py @@ -11,19 +11,19 @@ instance = "https://social.lumbung.space" email = "" password = "" hashtags = [ - "documentafifteen"#, - # "harvestedbyputra", - # "jalansesama", - # "lumbungdotspace", - # "majelisakakbar", - # "majelisakbar", - # "warungkopi", - # "lumbungkios", - # "kassel_ecosystem", - # "ruruhaus", - # "offbeatentrack_kassel", - # "lumbungofpublishers", - # "lumbungkiosproducts", + "documentafifteen", + "harvestedbyputra", + "jalansesama", + "lumbungdotspace", + "majelisakakbar", + "majelisakbar", + "warungkopi", + "lumbungkios", + "kassel_ecosystem", + "ruruhaus", + "offbeatentrack_kassel", + "lumbungofpublishers", + "lumbungkiosproducts", ] @@ -144,7 +144,7 @@ def main(): timeline ) # returns all the rest n.b. can take a while because of rate limit - for post_metadata in timeline[:6]: + for post_metadata in timeline: post_dir = os.path.join(hashtag_dir, str(post_metadata["id"])) # if there is a post in the feed we dont already have locally, make it if str(post_metadata["id"]) not in all_existing_posts: