Skip to content

chibaqn/bluesky-rss-bot

Repository files navigation

Node.js - Static Badge TypeScript - Static Badge

Bluesky RSS Bot 🦋

RSS Feed

企業テックブログRSS

ログミーTech RSS

Set Up

Install TypeScript and Node.

npm i -g typescript
npm i -g ts-node

Install the dependencies.

npm ci

Copy the example.env file to .env.

cp example.env .env

Fill in .env with RSS feed url and your Bluesky username and password.

Running the script

You can run the script locally:

npx ts-node src/index.ts

License

MIT License. See LICENSE for details.