mirror of
https://github.com/aserper/masto-rss.git
synced 2025-12-17 05:15:25 +00:00
Update README: Fix badges for consolidated CI and update base image info
This commit is contained in:
10
README.md
10
README.md
@@ -2,12 +2,12 @@
|
||||
|
||||
# Masto-RSS
|
||||
|
||||
[](https://github.com/aserper/masto-rss/actions/workflows/masto-rss.yml)
|
||||
[](https://github.com/aserper/masto-rss/actions/workflows/test.yml)
|
||||
[](https://github.com/aserper/masto-rss/actions/workflows/ci.yml)
|
||||
[](https://codecov.io/gh/aserper/masto-rss)
|
||||
[](https://hub.docker.com/r/amitserper/masto-rss)
|
||||
[](https://github.com/aserper/masto-rss/pkgs/container/masto-rss)
|
||||
[](LICENSE)
|
||||
[](https://www.python.org/downloads/)
|
||||
[](https://www.python.org/downloads/)
|
||||
[](https://github.com/aserper/masto-rss)
|
||||
[](https://github.com/aserper/masto-rss/network)
|
||||
|
||||
@@ -18,7 +18,7 @@ A simple, lightweight Mastodon bot that automatically posts updates from RSS fee
|
||||
- Automatically monitors RSS/Atom feeds and posts new items to Mastodon
|
||||
- Persistent state tracking to avoid duplicate posts
|
||||
- Configurable post visibility (public, unlisted, private, direct)
|
||||
- Lightweight Alpine-based Docker image
|
||||
- Lightweight Python Slim-based Docker image
|
||||
- Multiarch support (amd64 & arm64) for broad compatibility
|
||||
- Continuous monitoring with configurable check intervals
|
||||
|
||||
@@ -199,7 +199,7 @@ python main.py
|
||||
|
||||
## Architecture
|
||||
|
||||
- **Base Image:** Alpine Linux 3.18 (minimal footprint)
|
||||
- **Base Image:** Python 3.12-slim (stable & compatible)
|
||||
- **Python Version:** 3.10+
|
||||
- **Platforms:** linux/amd64, linux/arm64
|
||||
- **Dependencies:** feedparser, mastodon.py (see [requirements.txt](requirements.txt))
|
||||
|
||||
Reference in New Issue
Block a user