import_list
, to import a Mastodon list in CSV format (so that Mastodon Follow Packs can be directly used).import_block_list
, to import a Mastodon list of accounts to be blocked in CSV format.Did you see this PR?
https://codeberg.org/grunfink/snac2/pulls/229
On top of that I'm also trying to hack a CGI+Crontab version of snac, but it's not ready yet.
Nop, I'll add an example in the following days... :-)
As for the CGI+Crontab version, actually it's not that hard to hack something together with minimal changes to existing code and few new source files, but I'm facing a couple of issues that suggests a proper fork:
1. the CGI ends up being larger than 6Mb because of curl & openssl that, as far as I can tell, are not needed because all the CGI has to do is to save the proper queue item on the filesystem
2. no command handle the global queue alone
The second issue is quite easy to solve with minimal changes and could help everybody.
The first however requires a lot of careful reorganization of the code.
On the other hand, I don't like the idea of a fork diverging too much, first because you are doing a great work here so much I think #snac deserves much more visibility.
And yet, technically speaking, a fork would make much sense to keep both code bases clean and focused to their use case.
But, I think a TLS library of some sort may still be real dependency?
CC: @grunfink@comam.es