Something went wrong. Try again.
Documentation website about Ruby gems for ATProto ruby.sdk.blue
atprotocol bluesky ruby atproto
Something went wrong. Try again.
1.7 kB · 84 lines
Shell
at master
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485#!/bin/bash
set -e
cd "$(dirname "$0")"/..
echo "########## Starting test suite ##########"echo
echo "==========[ ask_password.rb ]=========="echocat auth/sdk.yml | grep passexamples/ask_password.rb sdk.blueecho
echo "==========[ block_tracker.rb ]=========="echoexamples/block_tracker.rb bsky.appecho
echo "==========[ fetch_bookmarks.rb ]=========="echorm -f test/bookmarks.jsonexamples/fetch_bookmarks.rb auth/kuba.yml test/bookmarks.jsonecho
echo "==========[ fetch_posts.rb ]=========="echorm -f test/posts.jsonexamples/fetch_posts.rb atproto.com test/posts.jsonecho
echo "==========[ find_missing_follows.rb ]=========="echoexamples/find_missing_follows.rb mackuba.euecho
echo "==========[ jet_monitor_phrases.rb ]=========="echoexamples/jet_monitor_phrases.rb blueskyecho
echo "==========[ latest_leaflets.rb ]=========="echoexamples/latest_leaflets.rb mackuba.euecho
echo "==========[ plc_stream.rb ]=========="echoexamples/plc_stream.rbecho
echo "==========[ post_skeet.rb ]=========="echoexamples/post_skeet.rb auth/kubatest.yml "test skeet from post_skeet.rb"echo
echo "==========[ push_notifications.rb ]=========="echoexamples/push_notifications.rb jcsalterego.bsky.socialecho
echo "==========[ science_feed.rb ]=========="echoexamples/science_feed.rbecho
echo "==========[ show_profile.rb ]=========="echoexamples/show_profile.rb pfrazee.comecho
echo "==========[ stream_all_posts.rb ]=========="echoexamples/stream_all_posts.rb blacksky.appecho
echo "==========[ tangled_issue_tracker.rb ]=========="echoexamples/tangled_issue_tracker.rb https://tangled.org/microcosm.blue/microcosm-rsecho
echo "########## Test suite completed ##########"echo