We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add a feature so that the user can specify at what time of the day a post should be posted. For example:
"upload_posts": { "enabled": true, "amount_per_day": 3, "post_schedule": { enabled: true, times: [ "09:00", "12:00", "15:00", "18:00" ] }, "posts_dir": "./scheduled_posts", "delete_after_upload": true, "caption": "Cool caption.." },
If the post_schedule is enabled, the amount_per_day option will be ignored.
This feature will also support the selection of dates, and the ability to specify what post should be uploaded.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Add a feature so that the user can specify at what time of the day a post should be posted.
For example:
If the post_schedule is enabled, the amount_per_day option will be ignored.
This feature will also support the selection of dates, and the ability to specify what post should be uploaded.
The text was updated successfully, but these errors were encountered: