Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ jobs:
environment: production
steps:
- uses: actions/checkout@v2
- uses: akhileshns/heroku-deploy@v3.13.15
- name: Install Heroku CLI
run: |
curl https://cli-assets.heroku.com/install.sh | sh
- uses: akhileshns/heroku-deploy@v3.14.15
with:
heroku_api_key: ${{secrets.HERO_API_KEY}}
heroku_app_name: ${{secrets.HERO_APP_NAME}}
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/deployment_preproduction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ jobs:
environment: preproduction
steps:
- uses: actions/checkout@v2
- uses: akhileshns/heroku-deploy@v3.13.15
- name: Install Heroku CLI
run: |
curl https://cli-assets.heroku.com/install.sh | sh
- uses: akhileshns/heroku-deploy@v3.14.15
with:
heroku_api_key: ${{secrets.HERO_API_KEY}}
heroku_app_name: ${{secrets.HERO_APP_NAME}}
Expand Down
4 changes: 2 additions & 2 deletions lsbtranslations.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
'en': {
'welcome': 'Welcome, just send me a link and I short it for you.',
'know': 'I know you already.',
'about': 'This bot was programmed in Python 3.9 by @simoneller.\nCurrent version: 2.3.1\nMore information: https://url.simon-eller.at/lets-short-en',
'about': 'This bot was programmed in Python 3.9 by @simoneller.\nCurrent version: 2.3.2\nMore information: https://url.simon-eller.at/lets-short-en',
'help_text': 'There are following commands: \n',
'yes': 'yes',
'no': 'no',
Expand Down Expand Up @@ -76,7 +76,7 @@
'de': {
'welcome': 'Willkommen, senden Sie mir einfach Ihre Links und ich kürze diese für Sie.',
'know': 'Ich kenne Sie bereits.',
'about': 'Dieser Bot wurde in Python 3.9 von @simoneller programmiert.\nAktuelle Version: 2.3.1\nWeitere Infos: https://url.simon-eller.at/lets-short',
'about': 'Dieser Bot wurde in Python 3.9 von @simoneller programmiert.\nAktuelle Version: 2.3.2\nWeitere Infos: https://url.simon-eller.at/lets-short',
'help_text': 'Es gibt folgende Befehle: \n',
'yes': 'ja',
'no': 'nein',
Expand Down
16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Flask==3.0.3
requests==2.32.0
pyTelegramBotAPI==4.7.0
Flask==3.1.2
requests==2.32.5
pyTelegramBotAPI==4.29.0
python-firebase==1.2
firebase-admin==5.3.0
urllib3==1.26.18
beautifulsoup4==4.11.1
certifi==2023.7.22
Werkzeug==3.0.3
firebase-admin==7.1.0
urllib3==2.5.0
beautifulsoup4==4.13.5
certifi==2025.08.03
Werkzeug==3.1.3