From 02dc073213333a6facd90cf807bf2278beabd8f3 Mon Sep 17 00:00:00 2001 From: Guillem Hernandez Sola Date: Mon, 11 May 2026 12:39:40 +0200 Subject: [PATCH] Renames --- jenkins/324TempsTw | 2 +- jenkins/324TransitTw | 2 +- jenkins/324Tw | 2 +- jenkins/3catTw | 2 +- jenkins/FCBFutbolSalaTw | 2 +- jenkins/FCBHandbolTw | 2 +- jenkins/FCBHoqueiTw | 2 +- jenkins/FCBMasiaTw | 2 +- jenkins/apmTw | 2 +- jenkins/beteveTw | 2 +- jenkins/bomberscatTw | 2 +- jenkins/btvEsportsTw | 2 +- jenkins/btvLlenguaTw | 2 +- jenkins/btvNoticiesTw | 2 +- jenkins/comedygoldbcnTw | 2 +- jenkins/crunchyTw | 2 +- jenkins/elRacoDelMangaTw | 2 +- jenkins/elmonaRAC1Tw | 2 +- jenkins/emergenciescatTw | 2 +- jenkins/esport3Tw | 2 +- jenkins/esportsRAC1Tw | 2 +- jenkins/esportsenxarxaTw | 2 +- jenkins/fcbRAC1Tw | 2 +- jenkins/fcbarcelonaCatTw | 2 +- jenkins/fcbarcelonaTw | 2 +- jenkins/fcbatleticTw | 2 +- jenkins/fcbbasketTw | 2 +- jenkins/fcbfemeniTw | 2 +- jenkins/laCompetenciaRAC1Tw | 2 +- jenkins/laxarxamesTw | 2 +- jenkins/meteoRAC1Tw | 2 +- jenkins/meteocatTw | 2 +- jenkins/mossosTw | 2 +- jenkins/nohoseRAC1Tw | 2 +- jenkins/optimotTw | 2 +- jenkins/polonia3CatTw | 2 +- jenkins/semgencatTw | 2 +- jenkins/transitTw | 2 +- jenkins/versioRac1MergedTw | 2 +- jenkins/vialliureRAC1Tw | 2 +- twitter2bsky_daemon.py => twitter2bsky.py | 0 41 files changed, 40 insertions(+), 40 deletions(-) rename twitter2bsky_daemon.py => twitter2bsky.py (100%) diff --git a/jenkins/324TempsTw b/jenkins/324TempsTw index 45d1591..4c88b41 100644 --- a/jenkins/324TempsTw +++ b/jenkins/324TempsTw @@ -62,7 +62,7 @@ pipeline { sh ''' # Activate the virtual environment and run the script . venv/bin/activate && \ - python3 twitter2bsky_daemon.py \ + python3 twitter2bsky.py \ --twitter-username "$TWITTER_USERNAME" \ --twitter-password "$TWITTER_PASSWORD" \ --twitter-email "$TWITTER_324_EMAIL" \ diff --git a/jenkins/324TransitTw b/jenkins/324TransitTw index 1bfee46..21ca9b2 100644 --- a/jenkins/324TransitTw +++ b/jenkins/324TransitTw @@ -62,7 +62,7 @@ pipeline { sh ''' # Activate the virtual environment and run the script . venv/bin/activate && \ - python3 twitter2bsky_daemon.py \ + python3 twitter2bsky.py \ --twitter-username "$TWITTER_USERNAME" \ --twitter-password "$TWITTER_PASSWORD" \ --twitter-email "$TWITTER_324_EMAIL" \ diff --git a/jenkins/324Tw b/jenkins/324Tw index 1cdb75b..660efb2 100644 --- a/jenkins/324Tw +++ b/jenkins/324Tw @@ -62,7 +62,7 @@ pipeline { sh ''' # Activate the virtual environment and run the script . venv/bin/activate && \ - python3 twitter2bsky_daemon.py \ + python3 twitter2bsky.py \ --twitter-username "$TWITTER_USERNAME" \ --twitter-password "$TWITTER_PASSWORD" \ --twitter-email "$TWITTER_324_EMAIL" \ diff --git a/jenkins/3catTw b/jenkins/3catTw index 7fe9926..e95d46a 100644 --- a/jenkins/3catTw +++ b/jenkins/3catTw @@ -75,7 +75,7 @@ pipeline { sh ''' set -euxo pipefail - "${VENV_DIR}/bin/python" twitter2bsky_daemon.py \ + "${VENV_DIR}/bin/python" twitter2bsky.py \ --twitter-username "$TWITTER_USERNAME" \ --twitter-password "$TWITTER_PASSWORD" \ --twitter-email "$TWITTER_3CAT_EMAIL" \ diff --git a/jenkins/FCBFutbolSalaTw b/jenkins/FCBFutbolSalaTw index 83bff46..cd51c56 100644 --- a/jenkins/FCBFutbolSalaTw +++ b/jenkins/FCBFutbolSalaTw @@ -65,7 +65,7 @@ pipeline { . venv/bin/activate # Run the daemon with the injected credentials - python3 twitter2bsky_daemon.py \ + python3 twitter2bsky.py \ --twitter-username "$TWITTER_USERNAME" \ --twitter-password "$TWITTER_PASSWORD" \ --twitter-email "$TWITTER_FCB_EMAIL" \ diff --git a/jenkins/FCBHandbolTw b/jenkins/FCBHandbolTw index 52206df..a1fc669 100644 --- a/jenkins/FCBHandbolTw +++ b/jenkins/FCBHandbolTw @@ -65,7 +65,7 @@ pipeline { . venv/bin/activate # Run the daemon with the injected credentials - python3 twitter2bsky_daemon.py \ + python3 twitter2bsky.py \ --twitter-username "$TWITTER_USERNAME" \ --twitter-password "$TWITTER_PASSWORD" \ --twitter-email "$TWITTER_FCB_EMAIL" \ diff --git a/jenkins/FCBHoqueiTw b/jenkins/FCBHoqueiTw index f627919..3f0aca8 100644 --- a/jenkins/FCBHoqueiTw +++ b/jenkins/FCBHoqueiTw @@ -65,7 +65,7 @@ pipeline { . venv/bin/activate # Run the daemon with the injected credentials - python3 twitter2bsky_daemon.py \ + python3 twitter2bsky.py \ --twitter-username "$TWITTER_USERNAME" \ --twitter-password "$TWITTER_PASSWORD" \ --twitter-email "$TWITTER_FCB_EMAIL" \ diff --git a/jenkins/FCBMasiaTw b/jenkins/FCBMasiaTw index 910c49e..403d2fd 100644 --- a/jenkins/FCBMasiaTw +++ b/jenkins/FCBMasiaTw @@ -65,7 +65,7 @@ pipeline { . venv/bin/activate # Run the daemon with the injected credentials - python3 twitter2bsky_daemon.py \ + python3 twitter2bsky.py \ --twitter-username "$TWITTER_USERNAME" \ --twitter-password "$TWITTER_PASSWORD" \ --twitter-email "$TWITTER_FCB_EMAIL" \ diff --git a/jenkins/apmTw b/jenkins/apmTw index 147ab07..0382c80 100644 --- a/jenkins/apmTw +++ b/jenkins/apmTw @@ -61,7 +61,7 @@ pipeline { sh ''' # Activate the virtual environment and run the script . venv/bin/activate && \ - python3 twitter2bsky_daemon.py \ + python3 twitter2bsky.py \ --twitter-username "$TWITTER_USERNAME" \ --twitter-password "$TWITTER_PASSWORD" \ --twitter-email "$TWITTER_APM_EMAIL" \ diff --git a/jenkins/beteveTw b/jenkins/beteveTw index 8d1dd4a..f0509ac 100644 --- a/jenkins/beteveTw +++ b/jenkins/beteveTw @@ -62,7 +62,7 @@ pipeline { sh ''' # Activate the virtual environment and run the script . venv/bin/activate && \ - python3 twitter2bsky_daemon.py \ + python3 twitter2bsky.py \ --twitter-username "$TWITTER_USERNAME" \ --twitter-password "$TWITTER_PASSWORD" \ --twitter-email "$TWITTER_BETEVE_EMAIL" \ diff --git a/jenkins/bomberscatTw b/jenkins/bomberscatTw index fb189b7..229f1a6 100644 --- a/jenkins/bomberscatTw +++ b/jenkins/bomberscatTw @@ -65,7 +65,7 @@ pipeline { . venv/bin/activate # Run the daemon with the injected credentials - python3 twitter2bsky_daemon.py \ + python3 twitter2bsky.py \ --twitter-username "$TWITTER_USERNAME" \ --twitter-password "$TWITTER_PASSWORD" \ --twitter-email "$TWITTER_CAT112_EMAIL" \ diff --git a/jenkins/btvEsportsTw b/jenkins/btvEsportsTw index dc408fd..8491bcd 100644 --- a/jenkins/btvEsportsTw +++ b/jenkins/btvEsportsTw @@ -62,7 +62,7 @@ pipeline { sh ''' # Activate the virtual environment and run the script . venv/bin/activate && \ - python3 twitter2bsky_daemon.py \ + python3 twitter2bsky.py \ --twitter-username "$TWITTER_USERNAME" \ --twitter-password "$TWITTER_PASSWORD" \ --twitter-email "$TWITTER_BETEVE_EMAIL" \ diff --git a/jenkins/btvLlenguaTw b/jenkins/btvLlenguaTw index d73572f..b0407fe 100644 --- a/jenkins/btvLlenguaTw +++ b/jenkins/btvLlenguaTw @@ -62,7 +62,7 @@ pipeline { sh ''' # Activate the virtual environment and run the script . venv/bin/activate && \ - python3 twitter2bsky_daemon.py \ + python3 twitter2bsky.py \ --twitter-username "$TWITTER_USERNAME" \ --twitter-password "$TWITTER_PASSWORD" \ --twitter-email "$TWITTER_BETEVE_EMAIL" \ diff --git a/jenkins/btvNoticiesTw b/jenkins/btvNoticiesTw index 1d55dc4..e853a85 100644 --- a/jenkins/btvNoticiesTw +++ b/jenkins/btvNoticiesTw @@ -62,7 +62,7 @@ pipeline { sh ''' # Activate the virtual environment and run the script . venv/bin/activate && \ - python3 twitter2bsky_daemon.py \ + python3 twitter2bsky.py \ --twitter-username "$TWITTER_USERNAME" \ --twitter-password "$TWITTER_PASSWORD" \ --twitter-email "$TWITTER_BETEVE_EMAIL" \ diff --git a/jenkins/comedygoldbcnTw b/jenkins/comedygoldbcnTw index 7cf9626..86585c9 100644 --- a/jenkins/comedygoldbcnTw +++ b/jenkins/comedygoldbcnTw @@ -62,7 +62,7 @@ pipeline { sh ''' # Activate the virtual environment and run the script . venv/bin/activate && \ - python3 twitter2bsky_daemon.py \ + python3 twitter2bsky.py \ --twitter-username "$TWITTER_USERNAME" \ --twitter-password "$TWITTER_PASSWORD" \ --twitter-email "$TWITTER_COMEDYGOLDBCN_EMAIL" \ diff --git a/jenkins/crunchyTw b/jenkins/crunchyTw index a8f2e28..e6d3564 100644 --- a/jenkins/crunchyTw +++ b/jenkins/crunchyTw @@ -65,7 +65,7 @@ pipeline { . venv/bin/activate # Run the daemon with the injected credentials - python3 twitter2bsky_daemon.py \ + python3 twitter2bsky.py \ --twitter-username "$TWITTER_USERNAME" \ --twitter-password "$TWITTER_PASSWORD" \ --twitter-email "$TWITTER_CRUNCHY_EMAIL" \ diff --git a/jenkins/elRacoDelMangaTw b/jenkins/elRacoDelMangaTw index 9a324e1..f912177 100644 --- a/jenkins/elRacoDelMangaTw +++ b/jenkins/elRacoDelMangaTw @@ -65,7 +65,7 @@ pipeline { . venv/bin/activate # Run the daemon with the injected credentials - python3 twitter2bsky_daemon.py \ + python3 twitter2bsky.py \ --twitter-username "$TWITTER_USERNAME" \ --twitter-password "$TWITTER_PASSWORD" \ --twitter-email "$TWITTER_ELRACODELMANGA_EMAIL" \ diff --git a/jenkins/elmonaRAC1Tw b/jenkins/elmonaRAC1Tw index 99197b9..b149d99 100644 --- a/jenkins/elmonaRAC1Tw +++ b/jenkins/elmonaRAC1Tw @@ -62,7 +62,7 @@ pipeline { sh ''' # Activate the virtual environment and run the script . venv/bin/activate && \ - python3 twitter2bsky_daemon.py \ + python3 twitter2bsky.py \ --twitter-username "$TWITTER_USERNAME" \ --twitter-password "$TWITTER_PASSWORD" \ --twitter-email "$TWITTER_RAC1_EMAIL" \ diff --git a/jenkins/emergenciescatTw b/jenkins/emergenciescatTw index e950f34..38537de 100644 --- a/jenkins/emergenciescatTw +++ b/jenkins/emergenciescatTw @@ -65,7 +65,7 @@ pipeline { . venv/bin/activate # Run the daemon with the injected credentials - python3 twitter2bsky_daemon.py \ + python3 twitter2bsky.py \ --twitter-username "$TWITTER_USERNAME" \ --twitter-password "$TWITTER_PASSWORD" \ --twitter-email "$TWITTER_CAT112_EMAIL" \ diff --git a/jenkins/esport3Tw b/jenkins/esport3Tw index 80d3817..607a1a2 100644 --- a/jenkins/esport3Tw +++ b/jenkins/esport3Tw @@ -63,7 +63,7 @@ pipeline { sh ''' # Activate the virtual environment and run the script . venv/bin/activate && \ - python3 twitter2bsky_daemon.py \ + python3 twitter2bsky.py \ --twitter-username "$TWITTER_USERNAME" \ --twitter-password "$TWITTER_PASSWORD" \ --twitter-email "$TWITTER_ESPORT3_EMAIL" \ diff --git a/jenkins/esportsRAC1Tw b/jenkins/esportsRAC1Tw index 608a664..ccb7854 100644 --- a/jenkins/esportsRAC1Tw +++ b/jenkins/esportsRAC1Tw @@ -62,7 +62,7 @@ pipeline { sh ''' # Activate the virtual environment and run the script . venv/bin/activate && \ - python3 twitter2bsky_daemon.py \ + python3 twitter2bsky.py \ --twitter-username "$TWITTER_USERNAME" \ --twitter-password "$TWITTER_PASSWORD" \ --twitter-email "$TWITTER_RAC1_EMAIL" \ diff --git a/jenkins/esportsenxarxaTw b/jenkins/esportsenxarxaTw index dce270d..8fe75dd 100644 --- a/jenkins/esportsenxarxaTw +++ b/jenkins/esportsenxarxaTw @@ -62,7 +62,7 @@ pipeline { sh ''' # Activate the virtual environment and run the script . venv/bin/activate && \ - python3 twitter2bsky_daemon.py \ + python3 twitter2bsky.py \ --twitter-username "$TWITTER_USERNAME" \ --twitter-password "$TWITTER_PASSWORD" \ --twitter-email "$TWITTER_LAXARXAMES_EMAIL" \ diff --git a/jenkins/fcbRAC1Tw b/jenkins/fcbRAC1Tw index a2ec7da..e3387a6 100644 --- a/jenkins/fcbRAC1Tw +++ b/jenkins/fcbRAC1Tw @@ -62,7 +62,7 @@ pipeline { sh ''' # Activate the virtual environment and run the script . venv/bin/activate && \ - python3 twitter2bsky_daemon.py \ + python3 twitter2bsky.py \ --twitter-username "$TWITTER_USERNAME" \ --twitter-password "$TWITTER_PASSWORD" \ --twitter-email "$TWITTER_RAC1_EMAIL" \ diff --git a/jenkins/fcbarcelonaCatTw b/jenkins/fcbarcelonaCatTw index 6a4f8bf..5214a3c 100644 --- a/jenkins/fcbarcelonaCatTw +++ b/jenkins/fcbarcelonaCatTw @@ -65,7 +65,7 @@ pipeline { . venv/bin/activate # Run the daemon with the injected credentials - python3 twitter2bsky_daemon.py \ + python3 twitter2bsky.py \ --twitter-username "$TWITTER_USERNAME" \ --twitter-password "$TWITTER_PASSWORD" \ --twitter-email "$TWITTER_FCB_EMAIL" \ diff --git a/jenkins/fcbarcelonaTw b/jenkins/fcbarcelonaTw index 538885f..1464807 100644 --- a/jenkins/fcbarcelonaTw +++ b/jenkins/fcbarcelonaTw @@ -65,7 +65,7 @@ pipeline { . venv/bin/activate # Run the daemon with the injected credentials - python3 twitter2bsky_daemon.py \ + python3 twitter2bsky.py \ --twitter-username "$TWITTER_USERNAME" \ --twitter-password "$TWITTER_PASSWORD" \ --twitter-email "$TWITTER_FCB_EMAIL" \ diff --git a/jenkins/fcbatleticTw b/jenkins/fcbatleticTw index f17f3dc..238c2e8 100644 --- a/jenkins/fcbatleticTw +++ b/jenkins/fcbatleticTw @@ -65,7 +65,7 @@ pipeline { . venv/bin/activate # Run the daemon with the injected credentials - python3 twitter2bsky_daemon.py \ + python3 twitter2bsky.py \ --twitter-username "$TWITTER_USERNAME" \ --twitter-password "$TWITTER_PASSWORD" \ --twitter-email "$TWITTER_FCB_EMAIL" \ diff --git a/jenkins/fcbbasketTw b/jenkins/fcbbasketTw index 06450b0..9c8c8f4 100644 --- a/jenkins/fcbbasketTw +++ b/jenkins/fcbbasketTw @@ -65,7 +65,7 @@ pipeline { . venv/bin/activate # Run the daemon with the injected credentials - python3 twitter2bsky_daemon.py \ + python3 twitter2bsky.py \ --twitter-username "$TWITTER_USERNAME" \ --twitter-password "$TWITTER_PASSWORD" \ --twitter-email "$TWITTER_FCB_EMAIL" \ diff --git a/jenkins/fcbfemeniTw b/jenkins/fcbfemeniTw index 2e313a5..6d45d44 100644 --- a/jenkins/fcbfemeniTw +++ b/jenkins/fcbfemeniTw @@ -65,7 +65,7 @@ pipeline { . venv/bin/activate # Run the daemon with the injected credentials - python3 twitter2bsky_daemon.py \ + python3 twitter2bsky.py \ --twitter-username "$TWITTER_USERNAME" \ --twitter-password "$TWITTER_PASSWORD" \ --twitter-email "$TWITTER_FCB_EMAIL" \ diff --git a/jenkins/laCompetenciaRAC1Tw b/jenkins/laCompetenciaRAC1Tw index 9418e1b..1d96da7 100644 --- a/jenkins/laCompetenciaRAC1Tw +++ b/jenkins/laCompetenciaRAC1Tw @@ -62,7 +62,7 @@ pipeline { sh ''' # Activate the virtual environment and run the script . venv/bin/activate && \ - python3 twitter2bsky_daemon.py \ + python3 twitter2bsky.py \ --twitter-username "$TWITTER_USERNAME" \ --twitter-password "$TWITTER_PASSWORD" \ --twitter-email "$TWITTER_RAC1_EMAIL" \ diff --git a/jenkins/laxarxamesTw b/jenkins/laxarxamesTw index eb32abd..5c30393 100644 --- a/jenkins/laxarxamesTw +++ b/jenkins/laxarxamesTw @@ -62,7 +62,7 @@ pipeline { sh ''' # Activate the virtual environment and run the script . venv/bin/activate && \ - python3 twitter2bsky_daemon.py \ + python3 twitter2bsky.py \ --twitter-username "$TWITTER_USERNAME" \ --twitter-password "$TWITTER_PASSWORD" \ --twitter-email "$TWITTER_LAXARXAMES_EMAIL" \ diff --git a/jenkins/meteoRAC1Tw b/jenkins/meteoRAC1Tw index d0f4270..2159a17 100644 --- a/jenkins/meteoRAC1Tw +++ b/jenkins/meteoRAC1Tw @@ -62,7 +62,7 @@ pipeline { sh ''' # Activate the virtual environment and run the script . venv/bin/activate && \ - python3 twitter2bsky_daemon.py \ + python3 twitter2bsky.py \ --twitter-username "$TWITTER_USERNAME" \ --twitter-password "$TWITTER_PASSWORD" \ --twitter-email "$TWITTER_RAC1_EMAIL" \ diff --git a/jenkins/meteocatTw b/jenkins/meteocatTw index e352f10..2923dce 100644 --- a/jenkins/meteocatTw +++ b/jenkins/meteocatTw @@ -65,7 +65,7 @@ pipeline { . venv/bin/activate # Run the daemon with the injected credentials - python3 twitter2bsky_daemon.py \ + python3 twitter2bsky.py \ --twitter-username "$TWITTER_USERNAME" \ --twitter-password "$TWITTER_PASSWORD" \ --twitter-email "$TWITTER_METEOCAT_EMAIL" \ diff --git a/jenkins/mossosTw b/jenkins/mossosTw index fc36eef..696f04d 100644 --- a/jenkins/mossosTw +++ b/jenkins/mossosTw @@ -65,7 +65,7 @@ pipeline { . venv/bin/activate # Run the daemon with the injected credentials - python3 twitter2bsky_daemon.py \ + python3 twitter2bsky.py \ --twitter-username "$TWITTER_USERNAME" \ --twitter-password "$TWITTER_PASSWORD" \ --twitter-email "$TWITTER_CAT112_EMAIL" \ diff --git a/jenkins/nohoseRAC1Tw b/jenkins/nohoseRAC1Tw index 280989f..a3fee68 100644 --- a/jenkins/nohoseRAC1Tw +++ b/jenkins/nohoseRAC1Tw @@ -62,7 +62,7 @@ pipeline { sh ''' # Activate the virtual environment and run the script . venv/bin/activate && \ - python3 twitter2bsky_daemon.py \ + python3 twitter2bsky.py \ --twitter-username "$TWITTER_USERNAME" \ --twitter-password "$TWITTER_PASSWORD" \ --twitter-email "$TWITTER_RAC1_EMAIL" \ diff --git a/jenkins/optimotTw b/jenkins/optimotTw index 218e48d..b5ed4e8 100644 --- a/jenkins/optimotTw +++ b/jenkins/optimotTw @@ -62,7 +62,7 @@ pipeline { sh ''' # Activate the virtual environment and run the script . venv/bin/activate && \ - python3 twitter2bsky_daemon.py \ + python3 twitter2bsky.py \ --twitter-username "$TWITTER_USERNAME" \ --twitter-password "$TWITTER_PASSWORD" \ --twitter-email "$TWITTER_OPTIMOT_EMAIL" \ diff --git a/jenkins/polonia3CatTw b/jenkins/polonia3CatTw index b1eb33f..856bd95 100644 --- a/jenkins/polonia3CatTw +++ b/jenkins/polonia3CatTw @@ -62,7 +62,7 @@ pipeline { sh ''' # Activate the virtual environment and run the script . venv/bin/activate && \ - python3 twitter2bsky_daemon.py \ + python3 twitter2bsky.py \ --twitter-username "$TWITTER_USERNAME" \ --twitter-password "$TWITTER_PASSWORD" \ --twitter-email "$TWITTER_3CAT_EMAIL" \ diff --git a/jenkins/semgencatTw b/jenkins/semgencatTw index 39fcb7b..0e59985 100644 --- a/jenkins/semgencatTw +++ b/jenkins/semgencatTw @@ -62,7 +62,7 @@ pipeline { sh ''' . venv/bin/activate - python3 twitter2bsky_daemon.py \ + python3 twitter2bsky.py \ --twitter-username "$TWITTER_USERNAME" \ --twitter-password "$TWITTER_PASSWORD" \ --twitter-email "$TWITTER_CAT112_EMAIL" \ diff --git a/jenkins/transitTw b/jenkins/transitTw index 388ca57..a0690bb 100644 --- a/jenkins/transitTw +++ b/jenkins/transitTw @@ -65,7 +65,7 @@ pipeline { . venv/bin/activate # Run the daemon with the injected credentials - python3 twitter2bsky_daemon.py \ + python3 twitter2bsky.py \ --twitter-username "$TWITTER_USERNAME" \ --twitter-password "$TWITTER_PASSWORD" \ --twitter-email "$TWITTER_CAT112_EMAIL" \ diff --git a/jenkins/versioRac1MergedTw b/jenkins/versioRac1MergedTw index a68d059..4471de4 100644 --- a/jenkins/versioRac1MergedTw +++ b/jenkins/versioRac1MergedTw @@ -62,7 +62,7 @@ pipeline { sh ''' # Activate the virtual environment and run the script . venv/bin/activate && \ - python3 twitter2bsky_daemon.py \ + python3 twitter2bsky.py \ --twitter-username "$TWITTER_USERNAME" \ --twitter-password "$TWITTER_PASSWORD" \ --twitter-email "$TWITTER_RAC1_EMAIL" \ diff --git a/jenkins/vialliureRAC1Tw b/jenkins/vialliureRAC1Tw index 859d0b0..f727723 100644 --- a/jenkins/vialliureRAC1Tw +++ b/jenkins/vialliureRAC1Tw @@ -62,7 +62,7 @@ pipeline { sh ''' # Activate the virtual environment and run the script . venv/bin/activate && \ - python3 twitter2bsky_daemon.py \ + python3 twitter2bsky.py \ --twitter-username "$TWITTER_USERNAME" \ --twitter-password "$TWITTER_PASSWORD" \ --twitter-email "$TWITTER_RAC1_EMAIL" \ diff --git a/twitter2bsky_daemon.py b/twitter2bsky.py similarity index 100% rename from twitter2bsky_daemon.py rename to twitter2bsky.py