MBP(はてな)

MacBook Pro,iPhone Xs,React

Bluesky

Bluesky web app
Bluesky

staging web app
Bluesky



skyclad (flutter)
GitHub - igz0/skyclad: An experimental ATP/Bluesky client app for iOS and Android by Flutter.
5202e55bf71a00e84581f75392c46d7063e829e9
ビルドして実機で起動できた。
$ git clone https://github.com/igz0/skyclad
$ cd skyclad
$ flutter run
pod installのエラーが出るので
$ chmod 0600 ~/.netrc
$ flutter run
Xcode で、skyclad/iOSを開き、Runner-Signing & capabilitiesのBundle Identifierに123を追加して、
iPhoneが表示されているのを確認して、実行(ケーブルで繋がなくても実機で起動できた。PCの画面が消えるとアプリが落ちる。
$ flutter install でインストールできたが、起動できない。



Bluesky(scrapbook)
Bluesky



SkyFeed
SkyFeed

FeedBuilder




Flat
https://flat.sabigara.com



Klearsky
Klearsky - The Bluesky Client




blueskyサーバー(ATProtocolのPDSサーバー)を立てた感想|KingYoSun

Blueskyアプリでアカウント作成
https://boobee.blue

https://tokimekibluesky.vercel.app
https://boobee.blue

https://scrapbox.io/Bluesky/Nightflight

非公式サーバーで始めるBluesky - にせねこメモ




https://bsky.syui.cf

syui.ai




TOKIMEKI Bluesky
https://tokimekibluesky.vercel.app

GitHub - spuithori/tokimekibluesky
他人のLikeが見れる
リスと(List)機能がある。テスト中?
ブックマーク機能がある(端末保存)





The Blue
The Blue - 君とみた青空の先は (stg)

GitHub - ShinoharaTa/the-blue

nostter - ghost




Klearsky
Klearsky - The Bluesky Client
https://boobee.blue にログインできた。
追加読み込みできる。





webクライアント

bsky-web

GitHub - syui/bsky-web: bsky.social web

bsky - Bluesky


shion72.bsky.social
https://bskyw.syui.ai/shion72

nighthaven.bsky.social
@nighthaven.bsky.social on Bluesky
https://bskyw.syui.ai/nighthaven

teslaquet.bsky.social
https://bskyw.syui.ai/teslaquet

holybea.bsky.social
https://bskyw.syui.ai/holybea

showv3.bsky.social
https://bskyw.syui.ai/showv3

noraglyphs.bsky.social
https://bskyw.syui.ai/noraglyphs

kaori.bsky.social
https://bskyw.syui.ai/kaori

うるしさん
uakihir0.bsky.social
https://bskyw.syui.ai/uakihir0

b.akanetojo.blue
https://bskyw.syui.ai/b.akanetojo.blue

mayaさん
mofumemo.com
https://bskyw.syui.ai/mofumemo.com

彩春さん
saharu.bsky.social
https://bskyw.syui.ai/saharu

nokotaro.com
https://bskyw.syui.ai/nokotaro.com

jack
jack.bsky.social
https://bskyw.syui.ai/jack


bsky-web(syui)
ローカルで動かす
$ nodenv install 16.14.2
$ nodenv global 16.14.2
$ node -v
$ cd work
$ git clone https://github.com/syui/bsky-web
$ cd bsky-web
$ yarn install
$ yarn serve
http://192.168.0.2:8081





日本人が開発したアプリ紹介
speakerdeck.com

Webクライアント作ってみた The Blue
speakerdeck.com




パスワードの変更
FAQ: よくある質問とそれに対応する回答 - Bluesky



Webクライアント - Bluesky


skylight
Skylight
Skylight - Bluesky
$ git clone https://github.com/penpenpng/skylight
$ cd skylight
$ yarn install
$ yarn dev
http://127.0.0.1:5173/skylight/#/



Flat
https://flat.sabigara.com
https://flat-bs.vercel.app
・設定でダークモードにできる
・フィルターでRepostをLatest Onlyにできる

ローカルで動かす
$ git clone https://github.com/sabigara/flat
$ cd flat
$ yarn install
$ yarn dev
http://127.0.0.1:5173



Indigo
タイムラインの取得、フォロー一覧の取得など
Indigo - Bluesky
$ git clone https://github.com/bluesky-social/indigo.git
$ cd indigo
$ make build
$ ./gosky --pds-host https://bsky.social createSession メールアドレス パスワード > bsky.auth
$ ./gosky --pds-host https://bsky.social feed



PDSの状況



bsky(CLI) by mattn
Bsky(CLI) - Bluesky
GitHub - mattn/bsky: A cli application for bluesky social
$ go install github.com/mattn/bsky@latest
$ bsky login メールアドレス パスワード
$ bsky timeline



sky_cli
bluesky_cliでコマンドラインから簡単にBluesky SocialのAPIを叩く
atproto.dart/packages/bluesky_cli at main · myConsciousness/atproto.dart · GitHub
atproto.dart/packages/bluesky_cli/lib/src/command/feed/timeline.dart at main · myConsciousness/atproto.dart · GitHub
$ bsky timeline --identifier=foo.bsky.social --password=xxxx --limit=2 | jq | less




Ucho-ten(有頂天)
Ucho-ten
GitHub - hota1024/ucho-ten
$ git clone https://github.com/hota1024/ucho-ten
$ cd ucho-ten
$ yarn install
$ yarn dev
http://localhost:3001




FlutterでBlueskyのタイムラインを表示するアプリを作る
タイムラインの取得に失敗しましたと表示される。

bluesky | Dart package
1.2.3. Implementation をtest.dart として作成して、service等設定
service: 'bsky.social', //! The default is `bsky.social`
identifier: 'foo.bsky.social', //! Like `shinyakato.bsky.social`
password: 'bar',
$ dart test.dart で取得・表示できた。



swiftsky
GitHub - rmcan/swiftsky: An unofficial Bluesky/ATProto client built in SwiftUI
$ git clone https://github.com/rmcan/swiftsky
Xcodeでswiftsky.xcodeprojを開く
実行
メールアドレスとアプリパスワードでログイン
HomeとPopularを表示できた。



Kite
Kite | Better Bluesky Client

GitHub - callmearta/kite: a BlueSky web client




ikuradon
GitHub - potproject/ikuradon: Mastodon client app for React Native(Expo App)
$ git clone https://github.com/potproject/ikuradon
$ cd ikuradon
$ yarn global add expo-cli # or npm install -g expo-cli
$ yarn # or npm install
expoのアカウントを作成
$ expo login
$ expo publish
iPhoneにExpo Goをインストールして、起動してログインして、ikuradonを起動


social-app
ビルド方法
social-app/docs/build.md at main · bluesky-social/social-app · GitHub



user timeline
@showv3.bsky.social on Bluesky




bluesky-client · GitHub Topics · GitHub




コンセプト
コンセプト | Notion





Bluesky



T2
T2

T2で検索
https://t2.social/search?s=T2



Neo's ActivityPub
Mastodon もどきを作ってみたい。
アカウント作成、ログイン、ポスト、ポストの表示ができた。
GitHub - Neos21/neos-activity-pub: Neo's Activity Pub
commit
75e745570cf54b754657d3ce8d9113255902cc24


callback
Coracle





Bluesky勉強会 #0
www.youtube.com

Bluesky/ATProtocol 勉強会#0 - 資料一覧 - connpass

www.youtube.com


Bluesky Meetup in Tokyo - first take
youtu.be

Bluesky勉強会 #1
www.youtube.com

資料一覧
Bluesky/ATProtocol 勉強会#1 - 資料一覧 - connpass

わいがや副音声
www.youtube.com

Bluesky勉強会 #1.5
www.youtube.com





www.youtube.com



AT Protocol (BlueSky Social)仕様解説 ~ W3C DID仕様を添えて ~ #SNS - Qiita

BlueSky Wrapper
GetUserに、gpsnmeajp.achetaria.comを入力して、Run Query