0.2.0 • Published 11 months ago

@federa/bluesky v0.2.0

Weekly downloads
-
License
AGPL-3.0
Repository
-
Last release
11 months ago

@federa/bluesky

Bluesky API client for Federa.

Installation

npm install @federa/bluesky

Usage

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

0.2.0

11 months ago

0.1.15

11 months ago

0.1.14

1 year ago

0.1.13

1 year ago

0.1.12

1 year ago

0.1.11

1 year ago

0.1.10

1 year ago

0.1.9

1 year ago

0.1.8

1 year ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago