A small utility to periodically update your Twitter profile with dynamic data (For a demo, see my Twitter profile).
- Node.js and NPM installed
- Twitter developer account
- clone the repository
- change the configuration section of the index.js
- start the script with
node index.js
(or run it somewhere as a cron job or as a scheduled task on AWS/Azure/GCP)
Only the following placeholders can be used right now:
%ageInDays%
represents an integer value of the days sinc your birthday
Currently this is extremely verbose (editing configurations inside the source code) and not really feature-rich. Pull requests are much appreciated, so feel free to submit one.