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: