Git Product home page Git Product logo

telegram-seller's Introduction

Basic realization of an online store with telegram bot as a seller and admin site for managing orders.

Let me introduce basic realization of telegram seller bot.

Potencialy it can be powerful instrument for selling your products without site/ calling. Just a bot for working with clients.

For start using it you should register your own bot via https://t.me/BotFather

  • Next step is getting YOUR_BOT_TOKEN (like a 123456789:ADHzXhCJVJMa4tXx8vrFHjqt_5wg4BXoB2U)

  • Paste your token into app.js

const bot_token = '3123456789:ADHzXhCJVJMa4tXx8vrFHjqt_5wg4BXoB2U';

After it install MySQL and add some data to your db.

Current neccessary tables:

  • product (idproduct, name, description)
  • basket (id, chatid, productid, productname, productcost)
  • order (id, irder, chatid, productid)
  • chat (id, username, f_name, l_name)

Screens with work:

Start:

Start

MainMenu:

MainMenu

Products:

Products

Adding to basket:

Ordering

Basket:

Basket

Simpliest orders manager

Basket

telegram-seller's People

Contributors

alks801 avatar

Stargazers

 avatar  avatar Cihan Mert Deniz avatar  avatar  avatar Mahmoud Ibrahim avatar  avatar Mohd Zakiuddin Faiz avatar clint21.eth ⚡️ avatar  avatar Dmitry Archebasov avatar White Prime avatar Ashirov Sirojiddin avatar Stephen Sienko avatar redon1on avatar

Watchers

 avatar Ashirov Sirojiddin avatar

telegram-seller's Issues

db dump

hello , dude, you can push new commit with DB dump from your project ?

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.