undo dev setup changes

This commit is contained in:
rra 2022-09-09 13:27:29 +02:00
parent d21158eb91
commit 657ced1ceb
1 changed files with 14 additions and 14 deletions

View File

@ -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: