Git Product home page Git Product logo

telebotter / listenbot Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 0.0 770 KB

๐Ÿ‡ฌ๐Ÿ‡ง Handle check lists from within telegram. No extra apps required. Add items just by send them as message. Remove them with one click. Share your lists with contacts by inviting them to your group. That's it. German and English language support. And also designed to be used in groups (lists are stored per chat not per user).

Home Page: https://telebotter.github.io/listenbot/

Python 100.00%

listenbot's People

Contributors

lukruh avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

listenbot's Issues

group mode

  • share own lists with @inline
  • add items by reply_to message (does bot get the update when not in group?)
  • dont auto add all messages

activate "simple mode" in groups

maybe it's good to release the first verision of the bot with just one list (maybe there can be filters or categories added by [] or something and parsed with regex) multiple list still can be handled by using multiple groups with bot

complex/detail view

instead of simply addint/removing one line items a function to create items with more complex content and provide detail view by clicking an item.

  • new model or extend simple one?
  • split title content from input
  • support categories (caldav compatible)
  • make an try edit except repost function in telebotter.utils
  • upload source code and make gifs for usage and documentation

caldav support

make it compatible to calendar servers

  • command to toggle backend type (maybe more comming)
  • command to add caldav url (include type change)
  • temporary solution to auth the user
  • authenticate the bot (don't want to safe/transfer the plain text pw)
  • add/remove tasks
  • created/due dates

multi list and share

right now there is just one list per group, which is nice and elegant, because telegram clients are used to switch between lists, rename/image them and manage users/permissions.

Making multiple lists available in some chats, requires own implementation of this functionality, which may be less intuitive for most users. On the other hand, it would make sense to save the lists with users and give them more direct control.

Lists could be shared by using inline mode, the via messages can not be used to directly add content, but an add button could be used, to redirect the user to the bot conversation deeplinking the list id (better use a token, to not let ppl guess the id of others lists). This requires an "editable/public" property for the list.. or a webinterface could be used telebotter.istnice.de/listererbot/list/token

dictionary of lists

either store lists in an uuid() based dict (or use any unique keys) or db.. or make sure the list names are unique and care about escapes in callbackdata..

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.