Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make it possible to slowly toot a comple feed in cronological order #12

Open
steinarb opened this issue Jun 9, 2020 · 3 comments
Open

Comments

@steinarb
Copy link
Contributor

steinarb commented Jun 9, 2020

It would be nice if feediverse could be used to slowly (e.g. one toot a day) turn all items of an RSS feed into toots in cronological order.

@steinarb
Copy link
Contributor Author

steinarb commented Jun 15, 2020

My approach for now is that I

  1. run this script once a day /usr/bin/python3 $HOME/git/feedreverser/feedreverser.py
  2. every time it's run, feedreverser.py saves a single feed entry from the original feed to /tmp/reversed.rss, starting with the oldest
  3. run a cronjob that reads the feed at file:///tmp/reversed.rss

This makes the RSS feed from my wordpress blog trickle into mastodon, one toot a day.

feedreverser can be found here: https://github.com/steinarb/feedreverser

@edsu
Copy link
Owner

edsu commented Sep 29, 2020

I like your solution of pointing feediverse at an RSS feed that is being managed to produce the results you want. I could imagine wanting to post 2 per day 12 hours apart, or other variations, and I wouldn't want all that logic added to feediverse. Does that make sense?

@gitbenb
Copy link

gitbenb commented Oct 11, 2020

Also interested in this, but mainly, how do I limit the numberof toots in my .feediverse config file ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants