This is an unofficial Clubhouse app for Windows which has been developed in C# and WPF. It is inspired by this.
You can download installer and install it or build source code.
You can download and install lastest release. It downloads requirments and install app in your PC.
For building the code you need following requirments
- .Net Core 5
- Visual C++ Runtime 14
- VSCode or Visual Studio
Then build ClubHouse.UI.DesktopApp
and run the program.
Service | Implemented |
---|---|
StartPhoneNumberAuth | ✅ |
CallPhoneNumberAuth | ⬜️ |
ResendPhoneNumberAuth | ✅ |
CompletePhoneNumberAuth | ✅ |
CheckForUpdate | ⬜️ |
Logout | ✅ |
Service | Implemented |
---|---|
GetWelcome | ⬜️ |
RejectWelcome | ⬜️ |
Get | ✅ |
Get(channel) | ✅ |
Hide | ✅ |
GetCreateChannelTargets | ✅ |
Create | ✅ |
Join | ✅ |
ActivePing | ✅ |
Leave | ✅ |
End | ⬜️ |
RaiseHands | ✅ |
SetRaiseHandSetting | ⬜️ |
UpdateSkintone | ⬜️ |
AcceptSpeakerInvite | ✅ |
RejectSpeakerInvite | ✅ |
InviteSpeaker | ✅ |
UninviteSpeaker | ✅ |
MuteSpeaker | ✅ |
GetSuggestedSpeakers | ⬜️ |
AddModerator | ✅ |
InviteToJoin | ✅ |
InviteToNewChannel | ⬜️ |
AcceptInviteToNewChannel | ⬜️ |
RejectInviteToNewChannel | ⬜️ |
CancelInviteToNewChannel | ⬜️ |
MakePublic | ⬜️ |
MakeSocial | ⬜️ |
BlockUser | ⬜️ |
UpdateFlag | ⬜️ |
Service | Implemented |
---|---|
Follow | ✅ |
Bulk Follow | ⬜️ |
Unfollow | ✅ |
Block | ⬜️ |
Unblock | ⬜️ |
UpdateNotificationFrequency | ⬜️ |
GetNotifications | ✅ |
SimilarUsers | ⬜️ |
IgnoreInSuggestion | ⬜️ |
Get | ✅ |
GetFollowing | ✅ |
GetFollowers | ✅ |
GetMutualFollows | ✅ |
Search | ✅ |
Service | Implemented |
---|---|
Follow | ✅ |
Unfollow | ✅ |
SuggestedUsers | ⬜️ |
Get | ✅ |
GetMembers | ⬜️ |
Search | ✅ |
Get | ⬜️ |
AddAdmin | ⬜️ |
RemoveAdmin | ⬜️ |
RemoveMember | ⬜️ |
AcceptMemberInvite | ⬜️ |
AddMember | ⬜️ |
GetNominations | ⬜️ |
ApproveNomination | ⬜️ |
RejectNomination | ⬜️ |
AddTopic | ⬜️ |
RemoveTopic | ⬜️ |
UpdateFollowAllowed | ⬜️ |
UpdateMembershipPrivate | ⬜️ |
UpdateCommunity | ⬜️ |
UpdateDescription | ⬜️ |
UpdateRules | ⬜️ |
UpdateTopics | ⬜️ |
Service | Implemented |
---|---|
Get | ⬜️ |
GetList | ✅ |
GetToStart | ⬜️ |
GetForUser | ⬜️ |
Create | ⬜️ |
Edit | ⬜️ |
Delete | ⬜️ |
Service | Implemented |
---|---|
Get | ⬜️ |
Get(topic) | ⬜️ |
GetClubs | ⬜️ |
GetUsers | ⬜️ |
Service | Implemented |
---|---|
GetReleaseNotes | ⬜️ |
CheckWaitlistStatus | ✅ |
AddEmail | ⬜️ |
UpdatePhoto | ✅ |
UpdateUsername | ✅ |
UpdateName | ✅ |
UpdateDisplayname | ⬜️ |
UpdateBio | ✅ |
UpdateTwitterUsername | ⬜️ |
UpdateInstagramUsername | ⬜️ |
SuggestedUsers | ⬜️ |
GetSettings | ⬜️ |
GetInfo | ✅ |
GetNotifications | ✅ |
GetActionableNotifications | ⬜️ |
IgnoreActionableNotifications | ⬜️ |
GetOnlineFriends | ⬜️ |
AddTopicInterest | ⬜️ |
AddClubInterest | ⬜️ |
RemoveTopicInterest | ⬜️ |
RemoveClubInterest | ⬜️ |
GetSuggestedInvites | ⬜️ |
InviteToApp | ✅ |
InviteFromWaitlist | ⬜️ |
RefreshToken | ⬜️ |
UserLog | ⬜️ |
ReportIncident | ⬜️ |
This program has been writen by Ali Jalali and Amin Mirzaee.
If you need features that is not implemented - feel free to implement and create PRs!
Distributed under the MIT License. See LICENSE for more information.