Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

A command line tool for the Authenticated Transfer Protocol

License

NotificationsYou must be signed in to change notification settings

nrempel/atp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚧Work in Progress 🚧

A powerful command-line interface for interacting with the AT Protocol (Bluesky), built in Rust.

License: MITRust

Installation

cargo install atp

📖 Usage

Authentication

# Login with your credentialscargo run -- auth login --identifier<handle> --password<application_password># Check current sessioncargo run -- auth session

Profile Operations

# View a user's profilecargo run -- bsky actor profile --actor @username# Get multiple profilescargo run -- bsky actor profiles --actors @user1,@user2# Search for userscargo run -- bsky actor search --query"search_term" --limit 25# Get user suggestionscargo run -- bsky actor suggestions --limit 50

🔧 Configuration

The CLI stores configuration and session data in your system's local config directory:

  • Linux:~/.config/atp/
  • macOS:~/Library/Application Support/atp/
  • Windows:%APPDATA%\atp\

📝 License

This project is licensed under the MIT License - see the LICENSE file for details.

🙏 Acknowledgments

  • Built on theAT Protocol specification
  • Currently supports theBluesky lexicon (app.bsky.*)
  • More AT Protocol lexicons planned for future releases
  • Inspired by the Bluesky community and AT Protocol ecosystem

🔗 Related Projects

About

A command line tool for the Authenticated Transfer Protocol

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp