mirror of
https://github.com/aserper/masto-rss.git
synced 2024-11-24 19:44:22 +00:00
Readme
This commit is contained in:
parent
6eda268557
commit
c41b0a355c
17
README.md
17
README.md
@ -1 +1,16 @@
|
||||
# masto-rss
|
||||
|
||||
# Masto-rss
|
||||
|
||||
A simple Mastodon bot written in python that posts updates from an RSS feed to a Mastodon account.
|
||||
|
||||
This project is meant to be built to a docker container, so all of the options need to be set as environment variables:
|
||||
|
||||
MASTODON_CLIENT_ID = <Mastodon client ID>
|
||||
|
||||
MASTODON_CLIENT_SECRET = <Mastodon client secret>
|
||||
|
||||
MASTODON_ACCESS_TOKEN = <Mastodon access token>
|
||||
|
||||
MASTODON_INSTANCE_URL = <Mastodon instance URL>
|
||||
|
||||
RSS_FEED_URL = < URL of RSS/xml feed >
|
||||
|
Loading…
Reference in New Issue
Block a user