vkfilebot

Telegram Bot for downloading files from VK based on pyTelegramBotAPI, working Bot can be found on Telegram

APACHE-2.0 License

Stars
8

VK Files Bot

Telegram Bot for searching and downloading files from VK. Available on Telegram [ VK Files Bot on Telegram ]

This bot will allow you to search and download public files in VK (Vkontakte). You can search and filter files by category (Audio, Images, Gifs etc.) and download file from Telegram (bot sends file right in your chat or you can just get a link). The project is hosted on Heroku.

Overview

  • Moderation system: just add the root you want to ban to forbidden_roots.txt (block all words with this substring in a message) or to swear_words.txt.
  • I use DB to store user's steps and chat ids.

Requirements

Runtime

Python-3.6.1

Instalation using pip:

$ pip install pyTelegramBotAPI
$ pip install requests
$ pip install transliterate
$ pip install Flask
$ pip install MarkupSafe
$ pip install transliterate
$ pip install SQLAlchemy
$ pip install Flask-SQLAlchemy