GithubHelp home page GithubHelp logo

tldrbot's Introduction

TldrBot

TL;DR bot for Telegram

This is my attempt to write Telegram bot in Go. TL;DR stands for "Too long; didn't read" if you're wondering.

Typical workflow:

  1. This bot is invited to some chat
  2. Someone sends a link to article
  3. Bot intercepts this message (don't worry, it skips all other messages)
  4. Bot retrieves the page that the link points too
  5. Bot tries to find main content area of that page
  6. Bot extracts most meaningful phrases from that article
  7. Bot then proceeds to publish this chewed content as a message to the chat where link appeared

Libraries used

License

Copyright (C) 2016 Oleg Chernovskiy

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero 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 Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see http://www.gnu.org/licenses/.

tldrbot's People

Contributors

kaned1as avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

tldrbot's Issues

Implement business logic

That is, parse a HTTP page from the URL and make a TL;DR post from it.
We can get existing logic from other TL;DR bots and implement them in Go.

Create UpdateHandler

Create update handler that applies some logic on each update struct we receive
Essentially we want to know whether it was URL passed in one of the messages around and is it a wide-article page.

Implement posting an answer

Depends on #2 and #1
After we know the TL;DR reply to posted URL, let's publish it, be it in a private conversation or some channel.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.