Melindrea / smaty.se

The assemble-built system for the smaty.se site
MIT License
0 stars 0 forks source link

Ability to push to bufferapi #4

Closed Melindrea closed 9 years ago

Melindrea commented 9 years ago

Both the 'standard tweets' that are sent daily, and 'special occasions'.

Maybe cron job to push nightly?

Melindrea commented 9 years ago

Send e-mail to http://www.technicalkeeda.com/node/how-to-send-email-using-node-js

Go through the sitemap to figure out what to tweet out. Needs to rotate (textwise) over about a week. Can fill it up with 10 tweets in total.

  1. Cronjob for doing this, on the server. Nightly, after midnight, pushing out the next 6 tweets
  2. Read in sitemap and sort by date, prefer newer
  3. Add in 'default'
  4. Randomize which messages, but track those that have gone out the last week
Melindrea commented 9 years ago