process-analytics / bpmn-visualization-js

A TypeScript library for visualizing process execution data on BPMN diagrams
https://process-analytics.github.io/bpmn-visualization-js/
Apache License 2.0
216 stars 29 forks source link

[INFRA] Try to restore the automatic tweet to announce new releases #2808

Open tbouffard opened 1 year ago

tbouffard commented 1 year ago

In #2676, we remove sending tweet from the GH workflow used to publish public announces on social media.

Apparently, Twitter provides an API v2 that could be available with Free plan. So, we could use it to publish announces.

Possible action supporting the Twitter API v2:

Notes

tbouffard commented 2 days ago

I recently check the configuration of our Application in the Twitter/X developer settings. We should be at least able to use the API v2, and may be able to use the v1 API if it still provides a way to post tweets (to investigate).

image