this repo has no description
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

Remove testing params

+1 -2
+1 -2
scripts/get_likes.py
··· 29 29 logger.addHandler(console_handler) 30 30 31 31 32 - BATCH_SIZE = 1 32 + BATCH_SIZE = 10 33 33 FOLLOWER_THRESHOLD = 150 34 34 REQUIRED_ENV = ("BSKY_USER", "BSKY_APP_PW") 35 35 ··· 180 180 batch_count += 1 181 181 if batch_count % 10 == 0: 182 182 logger.info(f"Completed batch: {batch_count}") 183 - sys.exit(0) 184 183 185 184 186 185 def main():