Get your twitter feed as a daily email. There is no programming knowledge required to set this up.
One has to create free accounts with the services mentioned below though and copy paste the correct passwords and tokens from the services into vercel’s web interface for environment variables.
- twitter developer account for timeline access
- redislabs.com for saving the last seen tweet
- sendgrid for sending the mail
- cron-job.org for setting up the repeated delivery
- vercel for hosting the node server which connects all the services
- create accounts with the services above
- rename
.env.sample
to.env
file - enter your tokens and passwords from the services to empty variables in
.env
- deploy to vercel (or other “serverless” function providers)
- configure cron-job.org to send a recurring GET request to the hosted function
- enjoy your twitter feed in your mailbox!
(c) 2020 MIT Maximilian Hoffmann