A Python CLI wrapper around the atproto package
Project description
atpcli
A Python CLI wrapper around the atproto package for interacting with Bluesky.
Documentation
Full documentation is available at docs/:
- Installation Guide
- Quick Start Guide - Learn how to get app passwords and use atpcli
- Login Command
- Timeline Command
Or serve the docs locally:
make docs-serve
Quick Start
Installation
Install globally using uv:
uv tool install atpcli
This installs atpcli as a global tool, making it available from anywhere in your terminal.
Or for development:
git clone https://github.com/phalt/atpcli.git
cd atpcli
make install
Usage
Login
⚠️ Security Note: Use Bluesky app passwords, not your main password! See the Quick Start Guide for instructions on creating an app password.
Login to your Bluesky account and save the session:
atpcli bsky login
You'll be prompted for your handle and password. The session will be saved to ~/.config/atpcli/config.json.
View Timeline
View your timeline:
atpcli bsky timeline
Options:
--limit N- Show N posts (default: 10)--p N- Show page N (default: 1)
Example:
atpcli bsky timeline --limit 20
atpcli bsky timeline --p 2
Development
Setup
make install
Run tests
make test
Build documentation
make docs-build
Serve documentation locally
make docs-serve
Format code
make format
Clean build artifacts
make clean
Requirements
- Python 3.10+
- uv package manager
License
MIT
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file atpcli-0.1.0.tar.gz.
File metadata
- Download URL: atpcli-0.1.0.tar.gz
- Upload date:
- Size: 105.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
40dfc4427533065cc45f932dc08fadaa7fc253d20cfa80eaecd76dab1aacfdc0
|
|
| MD5 |
228b4f90739a6ae276e17ad0d3604624
|
|
| BLAKE2b-256 |
9794d11a3b0ac007b92e88879849598c4a31e17251b917d3f1e40af830133bf8
|
File details
Details for the file atpcli-0.1.0-py3-none-any.whl.
File metadata
- Download URL: atpcli-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
139c6350f665ecc30494d017caa42571b40cb26fa10e6c340ad2212cc26147ad
|
|
| MD5 |
cd922e02209c42258b0fbae555577b2d
|
|
| BLAKE2b-256 |
690aedcaef57a048eb162770148f89601e1489d4ea49775425dd887325c032db
|