Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 916 Bytes

README.MD

File metadata and controls

8 lines (6 loc) · 916 Bytes

Twitter bot displaying infographics about Covid-19 in France

Purpose: Post daily tweets about COVID-19 data of last 24h and 7days from public french database. Most of the content of the main tweets is shaped as infographics with emojis.

Process:

  1. A python script, run.py collects and transform data into a message intended to be tweeted with a dedicated account, @InfographiCOVID.
  2. In addition, each of these tweets are being responded to provided the data sources, which are Santé Publique France and data.gouv.fr.
  3. Finally, a Github Actions (YAML config file) is set to execute the code each day at 8:30 UTC.