https://github.com/franfj/tl-dr-bot
Telegram bot capable of summarizing messages / URLs / text from images (in development)
https://github.com/franfj/tl-dr-bot
python2 summarization telegram-bot telegram-bot-api
Last synced: 12 months ago
JSON representation
Telegram bot capable of summarizing messages / URLs / text from images (in development)
- Host: GitHub
- URL: https://github.com/franfj/tl-dr-bot
- Owner: franfj
- License: gpl-3.0
- Created: 2018-07-20T10:32:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-06-30T22:19:06.000Z (over 2 years ago)
- Last Synced: 2025-02-10T10:21:27.164Z (about 1 year ago)
- Topics: python2, summarization, telegram-bot, telegram-bot-api
- Language: Python
- Size: 31.3 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tl;dr bot
[](https://app.fossa.io/projects/git%2Bgithub.com%2Ffranfj%2Ftl-dr-bot?ref=badge_shield)
Telegram bot capable of summarizing messages / multimedia contents (in development).
#### How to use
- Clone this repository
- Get a token from Botfather
- Create a database in firebase
- Put your bot token and database url in the tokens.txt file
- Run :)
#### Packages needed
See requirements.txt
#### License
Copyright 2018 Francisco Javier Rodrigo Ginés
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see .
[](https://app.fossa.io/projects/git%2Bgithub.com%2Ffranfj%2Ftl-dr-bot?ref=badge_large)