Commit graph

39 commits

Author SHA1 Message Date
nanos 8235cda859 support for multiple access tokens 2023-04-10 16:28:09 +01:00
nanos d0cb212315 fix silly comment 🤦‍♂️ 2023-04-06 09:13:30 +01:00
nanos bfbffc0773 Fix backfill options [#37] 2023-04-06 08:00:28 +01:00
nanos b9d82dc073 Fixes missing arguments (#35) 2023-04-05 09:15:24 +01:00
Michael 886a0cecd2
Merge pull request #29 from arachnist/configurable-state-location
make the state location configurable
2023-04-05 07:49:35 +01:00
nanos a3f2b23022 dont attempt to backfill reblogs, as we cannot 2023-04-04 17:00:35 +01:00
nanos 9f28ba2333 bug fixes 2023-04-03 08:57:31 +01:00
nanos 2b707e7807 some refactoring 2023-04-03 08:36:09 +01:00
Robert Gerus 73a296c310 make the state file configurable 2023-04-01 16:03:43 +02:00
nanos 56039cfdea only request context to a toot, if we know context exists 2023-04-01 08:44:12 +01:00
nanos f51d19730b put a cap on mentions to backfill during any given executions 2023-03-31 17:23:12 +01:00
nanos 9ea4ba05fb allow us to choose whether to get context when backfilling 2023-03-31 17:22:35 +01:00
nanos 785499ab82 do make sure we also backfill users from reblogs 2023-03-31 10:23:47 +01:00
nanos a357470328 also backfill post authors 2023-03-31 09:05:51 +01:00
nanos 5f438ee873 backfill any user mentioned in the home timeline 2023-03-31 09:05:43 +01:00
nanos dc0d94a274 Add Context when adding posts 2023-03-31 09:05:29 +01:00
nanos 0c87cd6727 Allow us to parse Pixelfed URLs
fixes #30
2023-03-31 07:51:18 +01:00
nanos 9b7093e478 Allow us to backfill posts from users that are mentioned in notifications 2023-03-28 07:04:03 +01:00
nanos 3b9eecce08 Rename to FediFetcher 2023-03-27 07:02:59 +01:00
nanos 3491c6a7e2 don't attempt to send beacon if urls are empty string 2023-03-22 11:40:10 +00:00
nanos afc981930c Implement option to get replies to bookmarks (#19) 2023-03-21 19:23:14 +00:00
nanos c587e0907a finalise callbacks 2023-03-21 14:42:31 +00:00
nanos 38231cc4f6 fix how we deal with failure to get timeline toots 2023-03-21 14:22:19 +00:00
nanos 79b69e7fdc also add a callback for process start 2023-03-21 11:56:34 +00:00
nanos 586888c761 implement callback upon completion
This fixes #20
2023-03-21 10:27:43 +00:00
nanos 200d3a155d forgot to remove lock file 2023-03-21 08:40:22 +00:00
nanos 12bde97687 allow us to set lock-hours to 0 to prevent the action getting stuck (#18) 2023-03-21 08:28:29 +00:00
nanos 917ff8354d Document locking for #18 2023-03-21 08:26:48 +00:00
nanos f8979ed578 fix default max-follow-requests 2023-03-21 08:18:23 +00:00
nanos 43c04cf05f Improve handling of lock (see #18) 2023-03-21 08:17:03 +00:00
nanos 27bfcc3841 Improved output 2023-03-21 07:55:52 +00:00
nanos 62989f4041 Use file based locking when running script locally
Fixes #18
2023-03-20 21:15:21 +00:00
nanos 5be011b8d9 Fix bug in getting follow requests 2023-03-20 21:15:21 +00:00
nanos 76f7c22d73 backfill follow requests' profiles (addresses #7) 2023-03-20 09:12:16 +00:00
Andrew Williams 429a16667c
Fix var naming conflict with argparse and date parser 2023-03-19 13:37:55 +00:00
Michael Thomas a624f1ae58 Allow us to make the HTTP timeout configurable 2023-03-17 08:26:38 +00:00
Michael Thomas 837043bbe0 edits for readability 2023-03-16 08:50:28 +00:00
Michael Thomas c31ce64ab7 update readme 2023-03-16 08:48:20 +00:00
Michael Thomas 90e6ac39b2 use the new find_posts, with get_context being used as fallback 2023-03-16 08:25:24 +00:00