Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Misskey/Calckey support #48

Open
ferdinandosimonetti opened this issue Dec 29, 2022 · 0 comments
Open

Feature: Misskey/Calckey support #48

ferdinandosimonetti opened this issue Dec 29, 2022 · 0 comments

Comments

@ferdinandosimonetti
Copy link

ferdinandosimonetti commented Dec 29, 2022

Hi, I'd like to add support for Misskey/Calckey instances to Feediverse.
I've identified an already existing Python module that works with my Calckey instance.
Misskey/Calckey authentication/token generation is different from Mastodon's, it involves explicit browser usage by the user, and the resulting config auth section will be, of course, different.

EDIT I've added Misskey/Calckey support here, by:

  • adding Misskey.py both as setup.py requirement and as imported feature on feediverse.py
  • modified setup() function to take into account the different approach about token creation between Mastodon and Misskey/Calckey
  • adding a boolean config item (ismisskey), see above
  • modified main() to use Mastodon or Misskey-compatible approach to post
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant