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 Request]: Add support for Misskey instances #816

Closed
marek-lach opened this issue Jan 1, 2019 · 3 comments
Closed

[Feature Request]: Add support for Misskey instances #816

marek-lach opened this issue Jan 1, 2019 · 3 comments

Comments

@marek-lach
Copy link

marek-lach commented Jan 1, 2019

Describe

It would be great if Whalebird could work with Misskey instances as well, besides Mastodon and Pleroma.
Misskey is a full microblogging member of the Fediverse, although a little less known than the other two.
Check out the project here: https://github.com/syuilo/Misskey

You would have to explore its APIs a bit of course, but generally its important to know that in Misskey, the individual posts on a timeline are called notes so a POST method for notes is an important call for viewing and interacting with the Misskey timeline, while POST api/users is an important call to interact with Misskey users. There may be other necessary calls to implement, of course.

Thank you,

Why

I like Misskey a lot due to its robust modular design and implementing support would help it with much deserved exposure. I also think that implementing support for a third decentralised microblogging software is just a natural evolution for Whalebird to take. Furthermore, Misskey's flagship instance already has 3.6k users and growing, while other instances also have considerable user-bases.

@h3poteto
Copy link
Owner

h3poteto commented Jan 2, 2019

If the APIs are same as Mastodon, it is easy. I will consider it.

@marek-lach
Copy link
Author

marek-lach commented Feb 22, 2019

Misskey supports Mastodon's API to a degree, but it also has its own API documentation here: https://藍.moe/api-doc (edit: see bellow)

@syuilo
Copy link

syuilo commented Apr 23, 2019

FYI this document is newer :)
https://misskey.io/api-doc

@h3poteto h3poteto added ToDo and removed Backlog labels Mar 17, 2020
h3poteto added a commit that referenced this issue Mar 17, 2020
h3poteto added a commit that referenced this issue Mar 19, 2020
h3poteto added a commit that referenced this issue Mar 19, 2020
h3poteto added a commit that referenced this issue Mar 19, 2020
refs #816 Add support for Misskey login
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

3 participants