Skip to content

atst96/Liberfy

Repository files navigation

Liberfy (Alpha version)

開発中のWindows向けSNSクライアントアプリケーションです。

対応サービス

仕様

  • マルチアカウント対応
  • マルチカラム対応
  • 画像キャッシュ
  • (Twitter) 疑似UserStream
  • その他(随時追加)

ビルドについて

ソースコードのビルド時には以下の点にご注意ください。

  • NuGetパッケージの復元を行う。
     実行ファイルの出力先にSQLite.Interop.dll(OUTPUT_DIR\[x86 or x64]\SQLite.Interop.dll)が存在しない場合に起動時にDllNotFoundException例外が発生します。

  • /Liberfy/Config.cs内のTwitterクラスの定数 @ConsumerKey@ConsumerSecret のコメントを解除し、有効なアクセスキーを設定してください。

static class Config
{
    static class Twitter
    {
        //public const string @ConsumerKey = "";
        //public const string @ConsumerSecret = "";
    }
}

ライセンス

  • Liberfy のソースコードはMITライセンスの下で配布しています。
  • Liberfy では以下のライブラリおよびデータを使用しています。各ライセンスについてはNOTICE.mdに記載しています。  - Emoji.Wpf
    • Font Awesome
    • LiteDB
    • Livet
    • MessagePack for C#
    • Microsoft.Extensions.DependencyInjection
    • NowPlayingLib
    • SgmlReader
    • ToriatamaText
    • Utf8Json
    • WPF NotifyIcon
    • XamlBehaviors for WPF

名称の由来

Liberfyという名称は英語で"自由"という意味のLibertyFreedomを合わせたものです。

About

Twitter/Mastodon desktop client app.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published