Development notes

Thoughts, notes and ideas about development

How to publish RSS updates to Twitter

2021-06-07 1 min read Blogging

Integrated rss2twitter for publishing RSS updates from my blog to Twitter. Easy to install and easy to use.

Before running the service, we need to create a project/app on Twitter Developer Portal, wait for verification.

After our Twitter Application approved, save

  • twitter consumer key
  • twitter consumer secret
  • twitter access token
  • twitter access secret

We can specify them in docker-compose.yml file.

Also, do not forget to update the app’s permission to Read and Write on Twitter Developer Portal:

apps-permissions-on-twitter

comments powered by Disqus