Hi guys,I'm trying to build, just for fun, a instagram "post latter" that will run on my raspberry-py.I was thinking to use Node.js to build a form where I can choose which account, image, text, date to be posted and schedule to be posted latter.upload the image to /post-latter/ dir with a json file with the data, and schedule to be posted. To post I plan to use instapy-cli (python) script.Of course I want to be able to list the schedule and have the possibility to edit and delete.My question is, which is the best way to persist this ? DB or json file ?And to schedule, should I use agenda or cron module ?Sorry if the question is dumb, but I'm not a programer.
Submitted July 03, 2020 at 06:45AM by ethereal_sadness
No comments:
Post a Comment