@luismidelgado wrote:
This is my config.yml
templates: tv: thetvdb_lookup: yes imdb_lookup: yes include: series.yml download: ~/Descargas/ tasks: seriesTV: priority: 1 rss: http://www.elitetorrent.net/rss.php template: - tv telegram: bot_token: <removed> parse_mode: markdown recipients: - username: user1 - username: Bot message: | *SERIE-EN-DESCARGA* [{{imdb_name}}]({{imdb_url}}) _{{title}}_ *Size:* {{ content_size }} MB *Rating:* {{imdb_score}}/10 with {{imdb_votes}} Votes *Plot:* {{imdb_plot_outline}} *Actors:* {% for key, value in imdb_actors.iteritems() %} {{ value|e }},{% endfor %}
I can't get telegram to send me messages to either user1 or bot.
How can I check that everything is OK?
Posts: 3
Participants: 2