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

Deployment questions #1

Open
rjbrown99 opened this issue Aug 20, 2023 · 0 comments
Open

Deployment questions #1

rjbrown99 opened this issue Aug 20, 2023 · 0 comments

Comments

@rjbrown99
Copy link

rjbrown99 commented Aug 20, 2023

First of all thanks for this repo. I had a few questions, and I'm happy to translate back to a pull request for improved docs.

What I'm trying to do is go from RSS -> Mastodon, which I have working now via IFTTT. Just posts the title/link, but not images. I figured this repo could help with images.

Setup and deploy steps from your docs are now complete, no issues there and it worked "out of the box" on a RHEL8 instance that has node 10. What I'm unclear on are a few things beyond deployment.

  1. RE: the last step to set up the database and scheduler, can you add any additional context as to what's required and how it works? My cursory understanding of flow is something like this:
  • API request received by the Lambda function
  • That request is written into the DynamoDB table
  • The scheduler runs periodically to actually reach back out to the Mastodon instance to create the images. This does not happen real-time, it's a batch and happens when the scheduler runs.

If that's the case, I'm also wondering if that can be made to be more real-time so I can take an RSS item that includes an image, have the image uploaded to Mastodon, then have the toot created that includes the image. And how does one create the scheduler/job, do you have any insight as to what yours looks like?

  1. What does your IFTTT flow look like? Do you have two applets, one to create images and the other to post the toot via a webhook? Any insight you have here would also be quite helpful.

Thanks again for this. Given the pending demise of Twitter I'm quite motivated to port over much of the content/feeds I'm interested in and this repo/function could be a huge help in doing so.

This is how I'm doing the IFTTT setup now: https://hyperborea.org/journal/2017/12/mastodon-ifttt/

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

1 participant