Skip to content
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.

Neos21/practice-bsky

Repository files navigation

Practice Bluesky API

Practice Bluesky API.

$ deno -V
deno 1.32.5

# Create .env File
cat << EOL > ./.env
IDENTIFIER=EXAMPLE-USERNAME.bsky.social
PASSWORD=EXAMPLE-PASSWORD
EOL

# Execute
$ deno run --allow-read --allow-env --allow-net --allow-write ./get-a-profiles.ts
  • Other Examples
# Get My Profile
$ deno run --allow-read --allow-env --allow-net ./example-get-my-profile.ts 

# Post Text
$ deno run --allow-read --allow-env --allow-net ./example-post.ts 

Links

About

Practice Bluesky API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published