This commit is contained in:
Guillem Hernandez Sola
2026-05-11 12:39:40 +02:00
parent fd9ad40f4b
commit 02dc073213
41 changed files with 40 additions and 40 deletions

View File

@@ -62,7 +62,7 @@ pipeline {
sh ''' sh '''
# Activate the virtual environment and run the script # Activate the virtual environment and run the script
. venv/bin/activate && \ . venv/bin/activate && \
python3 twitter2bsky_daemon.py \ python3 twitter2bsky.py \
--twitter-username "$TWITTER_USERNAME" \ --twitter-username "$TWITTER_USERNAME" \
--twitter-password "$TWITTER_PASSWORD" \ --twitter-password "$TWITTER_PASSWORD" \
--twitter-email "$TWITTER_324_EMAIL" \ --twitter-email "$TWITTER_324_EMAIL" \

View File

@@ -62,7 +62,7 @@ pipeline {
sh ''' sh '''
# Activate the virtual environment and run the script # Activate the virtual environment and run the script
. venv/bin/activate && \ . venv/bin/activate && \
python3 twitter2bsky_daemon.py \ python3 twitter2bsky.py \
--twitter-username "$TWITTER_USERNAME" \ --twitter-username "$TWITTER_USERNAME" \
--twitter-password "$TWITTER_PASSWORD" \ --twitter-password "$TWITTER_PASSWORD" \
--twitter-email "$TWITTER_324_EMAIL" \ --twitter-email "$TWITTER_324_EMAIL" \

View File

@@ -62,7 +62,7 @@ pipeline {
sh ''' sh '''
# Activate the virtual environment and run the script # Activate the virtual environment and run the script
. venv/bin/activate && \ . venv/bin/activate && \
python3 twitter2bsky_daemon.py \ python3 twitter2bsky.py \
--twitter-username "$TWITTER_USERNAME" \ --twitter-username "$TWITTER_USERNAME" \
--twitter-password "$TWITTER_PASSWORD" \ --twitter-password "$TWITTER_PASSWORD" \
--twitter-email "$TWITTER_324_EMAIL" \ --twitter-email "$TWITTER_324_EMAIL" \

View File

@@ -75,7 +75,7 @@ pipeline {
sh ''' sh '''
set -euxo pipefail set -euxo pipefail
"${VENV_DIR}/bin/python" twitter2bsky_daemon.py \ "${VENV_DIR}/bin/python" twitter2bsky.py \
--twitter-username "$TWITTER_USERNAME" \ --twitter-username "$TWITTER_USERNAME" \
--twitter-password "$TWITTER_PASSWORD" \ --twitter-password "$TWITTER_PASSWORD" \
--twitter-email "$TWITTER_3CAT_EMAIL" \ --twitter-email "$TWITTER_3CAT_EMAIL" \

View File

@@ -65,7 +65,7 @@ pipeline {
. venv/bin/activate . venv/bin/activate
# Run the daemon with the injected credentials # Run the daemon with the injected credentials
python3 twitter2bsky_daemon.py \ python3 twitter2bsky.py \
--twitter-username "$TWITTER_USERNAME" \ --twitter-username "$TWITTER_USERNAME" \
--twitter-password "$TWITTER_PASSWORD" \ --twitter-password "$TWITTER_PASSWORD" \
--twitter-email "$TWITTER_FCB_EMAIL" \ --twitter-email "$TWITTER_FCB_EMAIL" \

View File

@@ -65,7 +65,7 @@ pipeline {
. venv/bin/activate . venv/bin/activate
# Run the daemon with the injected credentials # Run the daemon with the injected credentials
python3 twitter2bsky_daemon.py \ python3 twitter2bsky.py \
--twitter-username "$TWITTER_USERNAME" \ --twitter-username "$TWITTER_USERNAME" \
--twitter-password "$TWITTER_PASSWORD" \ --twitter-password "$TWITTER_PASSWORD" \
--twitter-email "$TWITTER_FCB_EMAIL" \ --twitter-email "$TWITTER_FCB_EMAIL" \

View File

@@ -65,7 +65,7 @@ pipeline {
. venv/bin/activate . venv/bin/activate
# Run the daemon with the injected credentials # Run the daemon with the injected credentials
python3 twitter2bsky_daemon.py \ python3 twitter2bsky.py \
--twitter-username "$TWITTER_USERNAME" \ --twitter-username "$TWITTER_USERNAME" \
--twitter-password "$TWITTER_PASSWORD" \ --twitter-password "$TWITTER_PASSWORD" \
--twitter-email "$TWITTER_FCB_EMAIL" \ --twitter-email "$TWITTER_FCB_EMAIL" \

View File

@@ -65,7 +65,7 @@ pipeline {
. venv/bin/activate . venv/bin/activate
# Run the daemon with the injected credentials # Run the daemon with the injected credentials
python3 twitter2bsky_daemon.py \ python3 twitter2bsky.py \
--twitter-username "$TWITTER_USERNAME" \ --twitter-username "$TWITTER_USERNAME" \
--twitter-password "$TWITTER_PASSWORD" \ --twitter-password "$TWITTER_PASSWORD" \
--twitter-email "$TWITTER_FCB_EMAIL" \ --twitter-email "$TWITTER_FCB_EMAIL" \

View File

@@ -61,7 +61,7 @@ pipeline {
sh ''' sh '''
# Activate the virtual environment and run the script # Activate the virtual environment and run the script
. venv/bin/activate && \ . venv/bin/activate && \
python3 twitter2bsky_daemon.py \ python3 twitter2bsky.py \
--twitter-username "$TWITTER_USERNAME" \ --twitter-username "$TWITTER_USERNAME" \
--twitter-password "$TWITTER_PASSWORD" \ --twitter-password "$TWITTER_PASSWORD" \
--twitter-email "$TWITTER_APM_EMAIL" \ --twitter-email "$TWITTER_APM_EMAIL" \

View File

@@ -62,7 +62,7 @@ pipeline {
sh ''' sh '''
# Activate the virtual environment and run the script # Activate the virtual environment and run the script
. venv/bin/activate && \ . venv/bin/activate && \
python3 twitter2bsky_daemon.py \ python3 twitter2bsky.py \
--twitter-username "$TWITTER_USERNAME" \ --twitter-username "$TWITTER_USERNAME" \
--twitter-password "$TWITTER_PASSWORD" \ --twitter-password "$TWITTER_PASSWORD" \
--twitter-email "$TWITTER_BETEVE_EMAIL" \ --twitter-email "$TWITTER_BETEVE_EMAIL" \

View File

@@ -65,7 +65,7 @@ pipeline {
. venv/bin/activate . venv/bin/activate
# Run the daemon with the injected credentials # Run the daemon with the injected credentials
python3 twitter2bsky_daemon.py \ python3 twitter2bsky.py \
--twitter-username "$TWITTER_USERNAME" \ --twitter-username "$TWITTER_USERNAME" \
--twitter-password "$TWITTER_PASSWORD" \ --twitter-password "$TWITTER_PASSWORD" \
--twitter-email "$TWITTER_CAT112_EMAIL" \ --twitter-email "$TWITTER_CAT112_EMAIL" \

View File

@@ -62,7 +62,7 @@ pipeline {
sh ''' sh '''
# Activate the virtual environment and run the script # Activate the virtual environment and run the script
. venv/bin/activate && \ . venv/bin/activate && \
python3 twitter2bsky_daemon.py \ python3 twitter2bsky.py \
--twitter-username "$TWITTER_USERNAME" \ --twitter-username "$TWITTER_USERNAME" \
--twitter-password "$TWITTER_PASSWORD" \ --twitter-password "$TWITTER_PASSWORD" \
--twitter-email "$TWITTER_BETEVE_EMAIL" \ --twitter-email "$TWITTER_BETEVE_EMAIL" \

View File

@@ -62,7 +62,7 @@ pipeline {
sh ''' sh '''
# Activate the virtual environment and run the script # Activate the virtual environment and run the script
. venv/bin/activate && \ . venv/bin/activate && \
python3 twitter2bsky_daemon.py \ python3 twitter2bsky.py \
--twitter-username "$TWITTER_USERNAME" \ --twitter-username "$TWITTER_USERNAME" \
--twitter-password "$TWITTER_PASSWORD" \ --twitter-password "$TWITTER_PASSWORD" \
--twitter-email "$TWITTER_BETEVE_EMAIL" \ --twitter-email "$TWITTER_BETEVE_EMAIL" \

View File

@@ -62,7 +62,7 @@ pipeline {
sh ''' sh '''
# Activate the virtual environment and run the script # Activate the virtual environment and run the script
. venv/bin/activate && \ . venv/bin/activate && \
python3 twitter2bsky_daemon.py \ python3 twitter2bsky.py \
--twitter-username "$TWITTER_USERNAME" \ --twitter-username "$TWITTER_USERNAME" \
--twitter-password "$TWITTER_PASSWORD" \ --twitter-password "$TWITTER_PASSWORD" \
--twitter-email "$TWITTER_BETEVE_EMAIL" \ --twitter-email "$TWITTER_BETEVE_EMAIL" \

View File

@@ -62,7 +62,7 @@ pipeline {
sh ''' sh '''
# Activate the virtual environment and run the script # Activate the virtual environment and run the script
. venv/bin/activate && \ . venv/bin/activate && \
python3 twitter2bsky_daemon.py \ python3 twitter2bsky.py \
--twitter-username "$TWITTER_USERNAME" \ --twitter-username "$TWITTER_USERNAME" \
--twitter-password "$TWITTER_PASSWORD" \ --twitter-password "$TWITTER_PASSWORD" \
--twitter-email "$TWITTER_COMEDYGOLDBCN_EMAIL" \ --twitter-email "$TWITTER_COMEDYGOLDBCN_EMAIL" \

View File

@@ -65,7 +65,7 @@ pipeline {
. venv/bin/activate . venv/bin/activate
# Run the daemon with the injected credentials # Run the daemon with the injected credentials
python3 twitter2bsky_daemon.py \ python3 twitter2bsky.py \
--twitter-username "$TWITTER_USERNAME" \ --twitter-username "$TWITTER_USERNAME" \
--twitter-password "$TWITTER_PASSWORD" \ --twitter-password "$TWITTER_PASSWORD" \
--twitter-email "$TWITTER_CRUNCHY_EMAIL" \ --twitter-email "$TWITTER_CRUNCHY_EMAIL" \

View File

@@ -65,7 +65,7 @@ pipeline {
. venv/bin/activate . venv/bin/activate
# Run the daemon with the injected credentials # Run the daemon with the injected credentials
python3 twitter2bsky_daemon.py \ python3 twitter2bsky.py \
--twitter-username "$TWITTER_USERNAME" \ --twitter-username "$TWITTER_USERNAME" \
--twitter-password "$TWITTER_PASSWORD" \ --twitter-password "$TWITTER_PASSWORD" \
--twitter-email "$TWITTER_ELRACODELMANGA_EMAIL" \ --twitter-email "$TWITTER_ELRACODELMANGA_EMAIL" \

View File

@@ -62,7 +62,7 @@ pipeline {
sh ''' sh '''
# Activate the virtual environment and run the script # Activate the virtual environment and run the script
. venv/bin/activate && \ . venv/bin/activate && \
python3 twitter2bsky_daemon.py \ python3 twitter2bsky.py \
--twitter-username "$TWITTER_USERNAME" \ --twitter-username "$TWITTER_USERNAME" \
--twitter-password "$TWITTER_PASSWORD" \ --twitter-password "$TWITTER_PASSWORD" \
--twitter-email "$TWITTER_RAC1_EMAIL" \ --twitter-email "$TWITTER_RAC1_EMAIL" \

View File

@@ -65,7 +65,7 @@ pipeline {
. venv/bin/activate . venv/bin/activate
# Run the daemon with the injected credentials # Run the daemon with the injected credentials
python3 twitter2bsky_daemon.py \ python3 twitter2bsky.py \
--twitter-username "$TWITTER_USERNAME" \ --twitter-username "$TWITTER_USERNAME" \
--twitter-password "$TWITTER_PASSWORD" \ --twitter-password "$TWITTER_PASSWORD" \
--twitter-email "$TWITTER_CAT112_EMAIL" \ --twitter-email "$TWITTER_CAT112_EMAIL" \

View File

@@ -63,7 +63,7 @@ pipeline {
sh ''' sh '''
# Activate the virtual environment and run the script # Activate the virtual environment and run the script
. venv/bin/activate && \ . venv/bin/activate && \
python3 twitter2bsky_daemon.py \ python3 twitter2bsky.py \
--twitter-username "$TWITTER_USERNAME" \ --twitter-username "$TWITTER_USERNAME" \
--twitter-password "$TWITTER_PASSWORD" \ --twitter-password "$TWITTER_PASSWORD" \
--twitter-email "$TWITTER_ESPORT3_EMAIL" \ --twitter-email "$TWITTER_ESPORT3_EMAIL" \

View File

@@ -62,7 +62,7 @@ pipeline {
sh ''' sh '''
# Activate the virtual environment and run the script # Activate the virtual environment and run the script
. venv/bin/activate && \ . venv/bin/activate && \
python3 twitter2bsky_daemon.py \ python3 twitter2bsky.py \
--twitter-username "$TWITTER_USERNAME" \ --twitter-username "$TWITTER_USERNAME" \
--twitter-password "$TWITTER_PASSWORD" \ --twitter-password "$TWITTER_PASSWORD" \
--twitter-email "$TWITTER_RAC1_EMAIL" \ --twitter-email "$TWITTER_RAC1_EMAIL" \

View File

@@ -62,7 +62,7 @@ pipeline {
sh ''' sh '''
# Activate the virtual environment and run the script # Activate the virtual environment and run the script
. venv/bin/activate && \ . venv/bin/activate && \
python3 twitter2bsky_daemon.py \ python3 twitter2bsky.py \
--twitter-username "$TWITTER_USERNAME" \ --twitter-username "$TWITTER_USERNAME" \
--twitter-password "$TWITTER_PASSWORD" \ --twitter-password "$TWITTER_PASSWORD" \
--twitter-email "$TWITTER_LAXARXAMES_EMAIL" \ --twitter-email "$TWITTER_LAXARXAMES_EMAIL" \

View File

@@ -62,7 +62,7 @@ pipeline {
sh ''' sh '''
# Activate the virtual environment and run the script # Activate the virtual environment and run the script
. venv/bin/activate && \ . venv/bin/activate && \
python3 twitter2bsky_daemon.py \ python3 twitter2bsky.py \
--twitter-username "$TWITTER_USERNAME" \ --twitter-username "$TWITTER_USERNAME" \
--twitter-password "$TWITTER_PASSWORD" \ --twitter-password "$TWITTER_PASSWORD" \
--twitter-email "$TWITTER_RAC1_EMAIL" \ --twitter-email "$TWITTER_RAC1_EMAIL" \

View File

@@ -65,7 +65,7 @@ pipeline {
. venv/bin/activate . venv/bin/activate
# Run the daemon with the injected credentials # Run the daemon with the injected credentials
python3 twitter2bsky_daemon.py \ python3 twitter2bsky.py \
--twitter-username "$TWITTER_USERNAME" \ --twitter-username "$TWITTER_USERNAME" \
--twitter-password "$TWITTER_PASSWORD" \ --twitter-password "$TWITTER_PASSWORD" \
--twitter-email "$TWITTER_FCB_EMAIL" \ --twitter-email "$TWITTER_FCB_EMAIL" \

View File

@@ -65,7 +65,7 @@ pipeline {
. venv/bin/activate . venv/bin/activate
# Run the daemon with the injected credentials # Run the daemon with the injected credentials
python3 twitter2bsky_daemon.py \ python3 twitter2bsky.py \
--twitter-username "$TWITTER_USERNAME" \ --twitter-username "$TWITTER_USERNAME" \
--twitter-password "$TWITTER_PASSWORD" \ --twitter-password "$TWITTER_PASSWORD" \
--twitter-email "$TWITTER_FCB_EMAIL" \ --twitter-email "$TWITTER_FCB_EMAIL" \

View File

@@ -65,7 +65,7 @@ pipeline {
. venv/bin/activate . venv/bin/activate
# Run the daemon with the injected credentials # Run the daemon with the injected credentials
python3 twitter2bsky_daemon.py \ python3 twitter2bsky.py \
--twitter-username "$TWITTER_USERNAME" \ --twitter-username "$TWITTER_USERNAME" \
--twitter-password "$TWITTER_PASSWORD" \ --twitter-password "$TWITTER_PASSWORD" \
--twitter-email "$TWITTER_FCB_EMAIL" \ --twitter-email "$TWITTER_FCB_EMAIL" \

View File

@@ -65,7 +65,7 @@ pipeline {
. venv/bin/activate . venv/bin/activate
# Run the daemon with the injected credentials # Run the daemon with the injected credentials
python3 twitter2bsky_daemon.py \ python3 twitter2bsky.py \
--twitter-username "$TWITTER_USERNAME" \ --twitter-username "$TWITTER_USERNAME" \
--twitter-password "$TWITTER_PASSWORD" \ --twitter-password "$TWITTER_PASSWORD" \
--twitter-email "$TWITTER_FCB_EMAIL" \ --twitter-email "$TWITTER_FCB_EMAIL" \

View File

@@ -65,7 +65,7 @@ pipeline {
. venv/bin/activate . venv/bin/activate
# Run the daemon with the injected credentials # Run the daemon with the injected credentials
python3 twitter2bsky_daemon.py \ python3 twitter2bsky.py \
--twitter-username "$TWITTER_USERNAME" \ --twitter-username "$TWITTER_USERNAME" \
--twitter-password "$TWITTER_PASSWORD" \ --twitter-password "$TWITTER_PASSWORD" \
--twitter-email "$TWITTER_FCB_EMAIL" \ --twitter-email "$TWITTER_FCB_EMAIL" \

View File

@@ -62,7 +62,7 @@ pipeline {
sh ''' sh '''
# Activate the virtual environment and run the script # Activate the virtual environment and run the script
. venv/bin/activate && \ . venv/bin/activate && \
python3 twitter2bsky_daemon.py \ python3 twitter2bsky.py \
--twitter-username "$TWITTER_USERNAME" \ --twitter-username "$TWITTER_USERNAME" \
--twitter-password "$TWITTER_PASSWORD" \ --twitter-password "$TWITTER_PASSWORD" \
--twitter-email "$TWITTER_RAC1_EMAIL" \ --twitter-email "$TWITTER_RAC1_EMAIL" \

View File

@@ -62,7 +62,7 @@ pipeline {
sh ''' sh '''
# Activate the virtual environment and run the script # Activate the virtual environment and run the script
. venv/bin/activate && \ . venv/bin/activate && \
python3 twitter2bsky_daemon.py \ python3 twitter2bsky.py \
--twitter-username "$TWITTER_USERNAME" \ --twitter-username "$TWITTER_USERNAME" \
--twitter-password "$TWITTER_PASSWORD" \ --twitter-password "$TWITTER_PASSWORD" \
--twitter-email "$TWITTER_LAXARXAMES_EMAIL" \ --twitter-email "$TWITTER_LAXARXAMES_EMAIL" \

View File

@@ -62,7 +62,7 @@ pipeline {
sh ''' sh '''
# Activate the virtual environment and run the script # Activate the virtual environment and run the script
. venv/bin/activate && \ . venv/bin/activate && \
python3 twitter2bsky_daemon.py \ python3 twitter2bsky.py \
--twitter-username "$TWITTER_USERNAME" \ --twitter-username "$TWITTER_USERNAME" \
--twitter-password "$TWITTER_PASSWORD" \ --twitter-password "$TWITTER_PASSWORD" \
--twitter-email "$TWITTER_RAC1_EMAIL" \ --twitter-email "$TWITTER_RAC1_EMAIL" \

View File

@@ -65,7 +65,7 @@ pipeline {
. venv/bin/activate . venv/bin/activate
# Run the daemon with the injected credentials # Run the daemon with the injected credentials
python3 twitter2bsky_daemon.py \ python3 twitter2bsky.py \
--twitter-username "$TWITTER_USERNAME" \ --twitter-username "$TWITTER_USERNAME" \
--twitter-password "$TWITTER_PASSWORD" \ --twitter-password "$TWITTER_PASSWORD" \
--twitter-email "$TWITTER_METEOCAT_EMAIL" \ --twitter-email "$TWITTER_METEOCAT_EMAIL" \

View File

@@ -65,7 +65,7 @@ pipeline {
. venv/bin/activate . venv/bin/activate
# Run the daemon with the injected credentials # Run the daemon with the injected credentials
python3 twitter2bsky_daemon.py \ python3 twitter2bsky.py \
--twitter-username "$TWITTER_USERNAME" \ --twitter-username "$TWITTER_USERNAME" \
--twitter-password "$TWITTER_PASSWORD" \ --twitter-password "$TWITTER_PASSWORD" \
--twitter-email "$TWITTER_CAT112_EMAIL" \ --twitter-email "$TWITTER_CAT112_EMAIL" \

View File

@@ -62,7 +62,7 @@ pipeline {
sh ''' sh '''
# Activate the virtual environment and run the script # Activate the virtual environment and run the script
. venv/bin/activate && \ . venv/bin/activate && \
python3 twitter2bsky_daemon.py \ python3 twitter2bsky.py \
--twitter-username "$TWITTER_USERNAME" \ --twitter-username "$TWITTER_USERNAME" \
--twitter-password "$TWITTER_PASSWORD" \ --twitter-password "$TWITTER_PASSWORD" \
--twitter-email "$TWITTER_RAC1_EMAIL" \ --twitter-email "$TWITTER_RAC1_EMAIL" \

View File

@@ -62,7 +62,7 @@ pipeline {
sh ''' sh '''
# Activate the virtual environment and run the script # Activate the virtual environment and run the script
. venv/bin/activate && \ . venv/bin/activate && \
python3 twitter2bsky_daemon.py \ python3 twitter2bsky.py \
--twitter-username "$TWITTER_USERNAME" \ --twitter-username "$TWITTER_USERNAME" \
--twitter-password "$TWITTER_PASSWORD" \ --twitter-password "$TWITTER_PASSWORD" \
--twitter-email "$TWITTER_OPTIMOT_EMAIL" \ --twitter-email "$TWITTER_OPTIMOT_EMAIL" \

View File

@@ -62,7 +62,7 @@ pipeline {
sh ''' sh '''
# Activate the virtual environment and run the script # Activate the virtual environment and run the script
. venv/bin/activate && \ . venv/bin/activate && \
python3 twitter2bsky_daemon.py \ python3 twitter2bsky.py \
--twitter-username "$TWITTER_USERNAME" \ --twitter-username "$TWITTER_USERNAME" \
--twitter-password "$TWITTER_PASSWORD" \ --twitter-password "$TWITTER_PASSWORD" \
--twitter-email "$TWITTER_3CAT_EMAIL" \ --twitter-email "$TWITTER_3CAT_EMAIL" \

View File

@@ -62,7 +62,7 @@ pipeline {
sh ''' sh '''
. venv/bin/activate . venv/bin/activate
python3 twitter2bsky_daemon.py \ python3 twitter2bsky.py \
--twitter-username "$TWITTER_USERNAME" \ --twitter-username "$TWITTER_USERNAME" \
--twitter-password "$TWITTER_PASSWORD" \ --twitter-password "$TWITTER_PASSWORD" \
--twitter-email "$TWITTER_CAT112_EMAIL" \ --twitter-email "$TWITTER_CAT112_EMAIL" \

View File

@@ -65,7 +65,7 @@ pipeline {
. venv/bin/activate . venv/bin/activate
# Run the daemon with the injected credentials # Run the daemon with the injected credentials
python3 twitter2bsky_daemon.py \ python3 twitter2bsky.py \
--twitter-username "$TWITTER_USERNAME" \ --twitter-username "$TWITTER_USERNAME" \
--twitter-password "$TWITTER_PASSWORD" \ --twitter-password "$TWITTER_PASSWORD" \
--twitter-email "$TWITTER_CAT112_EMAIL" \ --twitter-email "$TWITTER_CAT112_EMAIL" \

View File

@@ -62,7 +62,7 @@ pipeline {
sh ''' sh '''
# Activate the virtual environment and run the script # Activate the virtual environment and run the script
. venv/bin/activate && \ . venv/bin/activate && \
python3 twitter2bsky_daemon.py \ python3 twitter2bsky.py \
--twitter-username "$TWITTER_USERNAME" \ --twitter-username "$TWITTER_USERNAME" \
--twitter-password "$TWITTER_PASSWORD" \ --twitter-password "$TWITTER_PASSWORD" \
--twitter-email "$TWITTER_RAC1_EMAIL" \ --twitter-email "$TWITTER_RAC1_EMAIL" \

View File

@@ -62,7 +62,7 @@ pipeline {
sh ''' sh '''
# Activate the virtual environment and run the script # Activate the virtual environment and run the script
. venv/bin/activate && \ . venv/bin/activate && \
python3 twitter2bsky_daemon.py \ python3 twitter2bsky.py \
--twitter-username "$TWITTER_USERNAME" \ --twitter-username "$TWITTER_USERNAME" \
--twitter-password "$TWITTER_PASSWORD" \ --twitter-password "$TWITTER_PASSWORD" \
--twitter-email "$TWITTER_RAC1_EMAIL" \ --twitter-email "$TWITTER_RAC1_EMAIL" \