undo dev setup changes
This commit is contained in:
parent
d21158eb91
commit
657ced1ceb
@ -11,19 +11,19 @@ instance = "https://social.lumbung.space"
|
|||||||
email = ""
|
email = ""
|
||||||
password = ""
|
password = ""
|
||||||
hashtags = [
|
hashtags = [
|
||||||
"documentafifteen"#,
|
"documentafifteen",
|
||||||
# "harvestedbyputra",
|
"harvestedbyputra",
|
||||||
# "jalansesama",
|
"jalansesama",
|
||||||
# "lumbungdotspace",
|
"lumbungdotspace",
|
||||||
# "majelisakakbar",
|
"majelisakakbar",
|
||||||
# "majelisakbar",
|
"majelisakbar",
|
||||||
# "warungkopi",
|
"warungkopi",
|
||||||
# "lumbungkios",
|
"lumbungkios",
|
||||||
# "kassel_ecosystem",
|
"kassel_ecosystem",
|
||||||
# "ruruhaus",
|
"ruruhaus",
|
||||||
# "offbeatentrack_kassel",
|
"offbeatentrack_kassel",
|
||||||
# "lumbungofpublishers",
|
"lumbungofpublishers",
|
||||||
# "lumbungkiosproducts",
|
"lumbungkiosproducts",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
@ -144,7 +144,7 @@ def main():
|
|||||||
timeline
|
timeline
|
||||||
) # returns all the rest n.b. can take a while because of rate limit
|
) # 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"]))
|
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 there is a post in the feed we dont already have locally, make it
|
||||||
if str(post_metadata["id"]) not in all_existing_posts:
|
if str(post_metadata["id"]) not in all_existing_posts:
|
||||||
|
Loading…
Reference in New Issue
Block a user