RSS feed mirror on Misskey
Project description
rsskey
rsskey is a simple script for mirroring RSS or Atom feeds on Misskey. It splits original posts into paragraphs or sentences to fit an instance's character limit and checks for previous notes before creating.
Installation
rsskey depends on feedparser, httpx, loca, markdownify and trio.
If you pip install rsskey
, pip will install all the dependencies for you
to run python -m rsskey
.
Alternatively, you can get the requirements from your distribution,
fetch the source tree and execute src/rsskey.py
.
Usage
In rsskey's user configuration directory,
declare the mirroring jobs in jobs.conf
, for example:
[rms@birb.space]
; URL to RSS/Atom feed source
source = https://stallman.org/rss/rss.xml
; URL to destination Misskey instance's API
dest = https://birb.space/api
; Note character limit of the Misskey instance
text = 420
; Content warning character limit of the Misskey instance
cw = 69
; Misskey user ID for searching previous notes
user = 8rt4sahf1j
; Access token with permission to compose notes
token = 7h4753cur3r4nd0m57r1n61764v3y0u
In order to run rsskey chronically, set up a cron job or something IDK.
Contributing
Patches should be sent to ~cnx/misc@lists.sr.ht using git send-email with the following configurations:
git config sendemail.to '~cnx/misc@lists.sr.ht'
git config format.subjectPrefix 'PATCH rsskey'
Copying
rsskey is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file rsskey-0.2.0.tar.gz
.
File metadata
- Download URL: rsskey-0.2.0.tar.gz
- Upload date:
- Size: 15.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.28.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 41e74bbb0774112d8b5a167bd828e1dfe659ec76d1c8db322cdf653456d8e5d4 |
|
MD5 | bcdc0f975073b91f53245c6de2dfce31 |
|
BLAKE2b-256 | ca3941d27f818649983515b13e983ef3755bca3e89c626edbf73666f08883497 |
File details
Details for the file rsskey-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: rsskey-0.2.0-py3-none-any.whl
- Upload date:
- Size: 15.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.28.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 56e725f5700e7948051f1c8dd98fbdac8bff8237043800131cd985d8cd59be3b |
|
MD5 | c44a33938f677aac8fbf5f717d2db2f0 |
|
BLAKE2b-256 | 4cc921ce4dc220df9134ada55dca06467ccf981931f8e2b3bc560b55e6ef2cef |