Skip to content

simonsmh/telegram-bili-feed-helper

Repository files navigation

Telegram-Bili-Feed-Helper

Codacy Badge Require: Python 3.7 Require: python-telegram-bot >= 20

Telegram bot for Bili Feed Helper.

Demo Bot

License

License: GPL v3

Env Guide

Official bot api

  • Required: TOKEN: Telegram bot token
  • Recommend: REDIS_URL: redis url string like rediss://usr:pswd@host:port supported by redis-py
  • Supported:
    • Listening on HOST:PORT
    • DATABASE_URL: file cache db url string supported by tortoise orm
    • FILE_TABLE: file cache db name

Self hosted bot api

  • See Official bot api
  • Extra:
    • LOCAL_MODE: Set 1 to enable
    • API_BASE_URL: Self hosted bot api endpoint like http://127.0.0.1:8081/bot
    • API_BASE_FILE_URL: Self hosted bot api file endpoint like http://127.0.0.1:8081/file/bot
    • LOCAL_TEMP_FILE_PATH: Set to docker mounting point like /var/lib/telegram-bot-api/.tmp/

Credit

Bilibili API:

About

Telegram bot for Bilibili links

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages