Renames
This commit is contained in:
@@ -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" \
|
||||||
|
|||||||
@@ -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" \
|
||||||
|
|||||||
@@ -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" \
|
||||||
|
|||||||
@@ -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" \
|
||||||
|
|||||||
@@ -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" \
|
||||||
|
|||||||
@@ -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" \
|
||||||
|
|||||||
@@ -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" \
|
||||||
|
|||||||
@@ -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" \
|
||||||
|
|||||||
@@ -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" \
|
||||||
|
|||||||
@@ -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" \
|
||||||
|
|||||||
@@ -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" \
|
||||||
|
|||||||
@@ -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" \
|
||||||
|
|||||||
@@ -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" \
|
||||||
|
|||||||
@@ -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" \
|
||||||
|
|||||||
@@ -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" \
|
||||||
|
|||||||
@@ -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" \
|
||||||
|
|||||||
@@ -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" \
|
||||||
|
|||||||
@@ -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" \
|
||||||
|
|||||||
@@ -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" \
|
||||||
|
|||||||
@@ -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" \
|
||||||
|
|||||||
@@ -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" \
|
||||||
|
|||||||
@@ -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" \
|
||||||
|
|||||||
@@ -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" \
|
||||||
|
|||||||
@@ -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" \
|
||||||
|
|||||||
@@ -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" \
|
||||||
|
|||||||
@@ -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" \
|
||||||
|
|||||||
@@ -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" \
|
||||||
|
|||||||
@@ -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" \
|
||||||
|
|||||||
@@ -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" \
|
||||||
|
|||||||
@@ -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" \
|
||||||
|
|||||||
@@ -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" \
|
||||||
|
|||||||
@@ -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" \
|
||||||
|
|||||||
@@ -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" \
|
||||||
|
|||||||
@@ -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" \
|
||||||
|
|||||||
@@ -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" \
|
||||||
|
|||||||
@@ -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" \
|
||||||
|
|||||||
@@ -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" \
|
||||||
|
|||||||
@@ -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" \
|
||||||
|
|||||||
@@ -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" \
|
||||||
|
|||||||
@@ -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" \
|
||||||
|
|||||||
Reference in New Issue
Block a user