dschep / dschep/ntfy

Telegram first run doesn't work, Invalid backend

Open
#165 6 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
5k
Forks
216
PR merge metrics
No merged PRs in 30d

Description

Installed 2.5.1 as:
```
%> sudo -H pip install 'ntfy[telegram,emoji]'
```

Trying to run as per docs:
```
%> ntfy -b telegram send "hello world"
ERROR: Invalid backend telegram
```
My .config/ntfy/ntfy.yml is very simple, removing it does not help nor does adding telegram to the backends list or adding an empty telegram config block:
```
backends:
- pushover
pushover:
user_key: FOO
```

Installed on Ubuntu LTS 16.04, python2.7
```
%> python -V
Python 2.7.12
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.