Giter VIP home page Giter VIP logo

sam's Introduction

SAM

SAM is a telegram bot that can be added to group chats to allow for easy scheduling. Once SAM is added to a group chat, it sends a list of times to the entire group. Each group member can then choose the specific hours that they are available, and SAM notifies the people who are all available at a specific time.

It is structured in such a way that the severer handling Telegram communication is separate from the server handling data transactions, which allows for a more flexible framework to add platforms other than telegram.

File_organization:

  • app.py -SAMBACK:
    • main.py
    • DB:
      • data.db

App.py harnesses the python telegram-bot to communciate through telegram's API directly with users who add SaM to their groups. This front end server will recieve times to schedule meetings and send these times to the backend server which is main.py. Main.py processes this information from the front-end implementing into a database and running databses queries in SQL lite. Once a match has been found between users, main.py sends a request to app.py to forward users who have matched a message outlining the time of the scheduled meeting and the person/persons they will be meeting with.

sam's People

Contributors

kidusam avatar nikhilesh-b avatar

Watchers

 avatar

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.