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

Post scheduling based on specified times #43

Open
birdhouses opened this issue May 19, 2023 · 0 comments
Open

Post scheduling based on specified times #43

birdhouses opened this issue May 19, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@birdhouses
Copy link
Owner

birdhouses commented May 19, 2023

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.

@birdhouses birdhouses added the enhancement New feature or request label May 19, 2023
@birdhouses birdhouses modified the milestone: First release May 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant