0.2.0 • Published 6 months ago

@federa/bluesky v0.2.0

Weekly downloads
-
License
AGPL-3.0
Repository
-
Last release
6 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

6 months ago

0.1.15

6 months ago

0.1.14

8 months ago

0.1.13

8 months ago

0.1.12

8 months ago

0.1.11

8 months ago

0.1.10

8 months ago

0.1.9

8 months ago

0.1.8

8 months ago

0.1.7

8 months ago

0.1.6

8 months ago

0.1.5

8 months ago

0.1.4

8 months ago

0.1.3

9 months ago

0.1.2

9 months ago

0.1.1

9 months ago

0.1.0

9 months ago