-
-
Notifications
You must be signed in to change notification settings - Fork 0
Home

Lattr (later) is a small API driven Twitter scheduler, in practice, it would be something like a lite version of Buffer or Hootsuite. In the current version, posts can be scheduled using an API/Webhook, however, a Web/Mobile UI will come a little further down the line.
Webhooks are supported to allow automation with services such as IFTTT, webhook posts will be scheduled based on a specified time gap in hours with a randomized minute. You could then post every 2 hours, with some randomization on the exact minute of posting.
You could also provide a timestamp in the payload to specify a post time.
Additionally, you can configure a time range, too, for example, post only between 6 am and 6 pm, and optionally a daily post quantity, this would then calculate the hour based on allowed hours divided by total posts to post, thereby automatically scheduling up additional posts for the following day and potentially building up a long queue.
Things like analytics will not be added in, for that you could use services like Bitly to shorten your URL's and track if that way, once a web UI is added I will add in integrations with such services to automate the process.