Skip to content

Lrennard/bskyBot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bluesky Bot

Bluesky Bot is a simple bot designed to post "Hello, World!" to your Bluesky account every minute. It serves as a starting point for more complex interactions with Bluesky.

Getting Started

  1. Clone the repository to your local machine:
    git clone https://github.com/DXLEII/bluesky--bot.git
  2. Navigate to the project directory:
    cd bluesky-bot
  3. Install dependencies using npm:
    npm install
  4. Create a .env file based on .env.template and fill in your Bluesky account information. Ensure the username follows the user.bsky.social format, or the bot won't work.
  5. Run the bot using ts-node:
    ts-node bot.ts

Usage

Bluesky Bot will automatically post "Hello, World!" to your Bluesky account every minute. You can customize this behavior by modifying the example_bot.ts file to suit your needs.

Environment Variables

Make sure to keep your .env file secure and never expose it publicly. It should contain the following variables:

  • BLUESKY_USERNAME: Your Bluesky username in the user.bsky.social format.
  • BLUESKY_PASSWORD: Your Bluesky password.

Security

It's important to keep your .env file secure and never expose it publicly. Avoid committing it to version control systems or sharing it with others.

About

Blue Sky collaborated bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%