nanos / FediFetcher

FediFetcher is a tool for Mastodon that automatically fetches missing replies and posts from other fediverse instances, and adds them to your own Mastodon instance.
https://blog.thms.uk/fedifetcher?utm_source=github
MIT License
296 stars 215 forks source link

Convert positional parameters into named ones #12

Closed nanos closed 1 year ago

nanos commented 1 year ago

Not entirely sure how this works with Python, but I hate that we now have so many configuration options that must be supplied as positional parameters to the script.

I want to use named parameters, so that we can omit unwanted parameters more easily.

But we need to ensure backwards compatibility.

nanos commented 1 year ago

This was addressed as part of v4.0.0