v4.1.6
Change log
- We can now backfill posts of users that are mentioned in notifications
- Added a sample bash script for a setting up a cron job for FediFetcher
- Provided a quick start / recommended configuration
- Deprecated the
USER/--useroption. - Changed the logic with which FediFetcher decides which profiles to re-fill.
Please read the announcement post for more details: https://blog.thms.uk/2023/03/fedifetcher-backfills-notifications?utm_source=github
Full Changelog: v4.1.5...v4.1.6
Update instructions
If you are running from Git Hub Actions
- Update your fork
- If you wish to make use of the option to backfill posts of users that are mentioned in notifications:
- Add the
read:notificationsscope to your token, and regenerated it, if needed - Add the
FROM_NOTIFICATIONSenvironment variable. I suggest1as a starting point. - If you currently use
MAX_FOLLOWERSorMAX_FOLLOW_REQUESTSI would suggest removing these, asFROM_NOTIFICATIONSshould backfill new followers / follow requests, unless you have turned off notifications for these.
- Add the
If you are running locally
- Get the latest copy of
find_posts.py - If you wish to make use of the option to backfill posts of users that are mentioned in notifications:
- Add the
read:notificationsscope to your token, and regenerated it, if needed - Add the
--from-notifications=1as argument to your job. - If you currently use
--max-followersor--max-follow-requestsI would suggest removing these, as--from-notificationsshould backfill new followers / follow requests, unless you have turned off notifications for these.
- Add the