0.2.0 • Published 6 months ago
@federa/bluesky v0.2.0
@federa/bluesky
Bluesky API client for Federa.
Installation
npm install @federa/blueskyUsage
import { BlueskyClient } from '@federa/bluesky';
// Create a new client
const client = new BlueskyClient({
service: 'https://bsky.social',
username: 'your-username',
password: 'your-password'
});
// Login
await client.login();
// Get timeline
const timeline = await client.getTimeline();Features
- Authentication
- Timeline retrieval
- Post creation and interaction
- Profile management
- Notifications
Dependencies
- @atproto/api
- @federa/shared
License
ISC