Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gfx committed Dec 22, 2023
1 parent 956605f commit 892047a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dpz-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
- name: Run run
run: cargo run
env:
RSS_URL: ${{ secrets.BSKY_DPZ_BOT_RSS_URL }}
RSS_URL: https://dailyportalz.jp/feed/headline
BSKY_ID: ${{ secrets.BSKY_DBZ_BOT_ID }}
BSKY_PASSWORD: ${{ secrets.BSKY_DPZ_BOT_PASSWORD }}
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Bluesky RSS Bot

This is a simple bot that posts new entries in an RSS feed to Bluesky.
Bluesky (https://bsky.app) 用のRSS botです。

See bot.yml for details.
現在のところ、以下のRSS feedについて運用しています。

## デイリーポータルZ

* Site: https://dailyportalz.jp/
* RSS: https://dailyportalz.jp/feed/headline
* workflow: https://github.com/gfx/bluesky-rss-bot/blob/main/.github/workflows/dpz-bot.yml
* Bluesky: https://bsky.app/profile/dpz-unofficial-bot.bsky.social

## License

MIT License. See [LICENSE](./LICENSE) for details.

0 comments on commit 892047a

Please sign in to comment.