You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release adds the functionality to backfill profiles for your pending follow requests (#7)
Fixes
Fixes a bug when handling rate limits (#15 - thanks @nikdoof)
Update instructions
If you are running from Git Hub Actions
Unless you wish to make use of the option to backfill profiles of pending follow requests, no action is required on your side, as the Action will always use the latest release.
If you do wish to make use of the option to backfill profiles of pending follow requests:
Update your fork of the repository.
Add the read:follows scope to your access token, regenerate the token, and update the ACCESS_TOKEN Action Secret.
Provide the MAX_FOLLOW_REQUESTS environment variable.
If you are running locally
Get the latest copy of find_posts.py
If you wish to make use of the option to backfill profiles of pending follow requests, you must add the read:follows scope to your access token, regenerate the token, and supply it, together with the new --max-follow-requests flag