-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from joergschultzelutter/apprise
Apprise
- Loading branch information
Showing
22 changed files
with
976 additions
and
980 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -134,3 +134,5 @@ venv | |
mowas-pwb.cfg | ||
/src/modules/gefahr06.txt | ||
*.png | ||
full_msg.yml | ||
short_msg.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,15 @@ | ||
expiringdict>=1.2.1 | ||
numpy>=1.21.2 | ||
python-telegram-bot>=13.7 | ||
Shapely>=1.7.1 | ||
requests>=2.26.0 | ||
Unidecode>=1.3.2 | ||
APScheduler>=3.6.3 | ||
py-staticmaps>=0.4.0 | ||
git+https://github.com/flopp/py-staticmaps#egg-py-staticmaps | ||
deepl>=1.3.1 | ||
geopy>=2.2.0 | ||
maidenhead>=1.6.0 | ||
utm>=0.7.0 | ||
bert-extractive-summarizer>=0.10.1 | ||
openai | ||
google.generativeai | ||
apprise>=1.7.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Format description: see https://github.com/caronc/apprise/wiki/config_yaml | ||
|
||
version: 1 | ||
|
||
urls: | ||
# One-liner (no colon at the end); just the url as you'd expect it: | ||
- tgram://123456789:abcdefg_hijklmnop/12315544/ | ||
|
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.