this repo has no description
4
fork

Configure Feed

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

Wait recursive call

+1 -1
+1 -1
scripts/get_follows.py
··· 53 53 raise e 54 54 except at_exceptions.RequestException as e: 55 55 if e.response.status_code == 500: 56 - return get_all_follows(client, rate_limit, account_did) 56 + return await get_all_follows(client, rate_limit, account_did) 57 57 raise e 58 58 59 59 for follow in data.records: