maxviiiy /
MISCOH-BOT
MISCOH is an AI-powered chatbot built using Cohere AI APIs with a user-friendly UI. This bot was built using ReactJS for frontend and ExpressJS for backend.
Loading repository data…
BioHazard786 / repository
Use this bot to book fictional movie tickets – the only movie that is good for your eyes! A live version of the available here
BOT_TOKEN: Create a bot using @BotFather, and get the Telegram API token.
API_ID: Get this value from telegram.org
API_HASH: Get this value from telegram.org
PROVIDER_TOKEN: Get this value from BotFather, for more info see telegram.org.
NodeJS: Get this from nodejs.org.
Python: Get this from python.org
git clone https://github.com/BioHazard786/BookMyMovie.git
Frontend
cd frontend
Fields :-
VITE_API_URL: Url of API after deploying it. StrAPI
cd backend/api
Fields :-
BOT_TOKEN: The Telegram Bot Token that you got from @BotFather. Str
PROVIDER_TOKEN: The Telegram Provider Token that you got from @BotFather. Str
PORT: Port for deploying API. Default is 3000. Int
Bot
cd backend/bot
Fields :-
BOT_TOKEN: The Telegram Bot Token that you got from @BotFather. Str
TELEGRAM_API: This is to authenticate your Telegram account for downloading Telegram files. You can get this from https://my.telegram.org. Int
TELEGRAM_HASH: This is to authenticate your Telegram account for downloading Telegram files. You can get this from https://my.telegram.org. Str
Frontend
# Navigate to the project directory
cd frontend
# Install dependencies
npm install
# Run Locally
npm run dev
API
# Navigate to the project directory
cd backend/api
# Install dependencies
npm install
# Run Locally
node api.js
Bot
# Navigate to the project directory
cd backend/bot
# Install dependencies
pip install -r requirements.txt
# Run Locally
python bot.py
React - The JavaScript library used
Framer Motion - The Animation library used
React Router - The Routing library used
Zustand - The State Management library used
Express - The web framework used for API
Pyrogram - The python telegram framework used
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
git checkout -b feature/AmazingFeature)git commit -m 'Add some AmazingFeature')git push origin feature/AmazingFeature)Distributed under the MIT License. See LICENSE for more information.
Mohd Zaid - @LuLu786 - bzatch70@gmail.com
Project Link : https://github.com/BioHazard786/BookMymovie
Selected from shared topics, language and repository description—not editorial ratings.
maxviiiy /
MISCOH is an AI-powered chatbot built using Cohere AI APIs with a user-friendly UI. This bot was built using ReactJS for frontend and ExpressJS for backend.
RishiKumar1917 /
Real-time chat demo built with a simple HTML/CSS/JavaScript frontend and an Express.js backend. Realtime replies are delivered via WebSockets and the bot uses a locally-run TinyOllama (or compatible Ollama-like) model for generating responses. Postman can be used to test the REST API endpoints. This repository demonstrates a lightweight real-time
ShivamMaurya2002 /
This AI Chatbot is a sleek, modern web application designed to provide users with an intuitive conversational experience, similar to ChatGPT. Built using HTML, CSS, and JavaScript, and powered by OpenRouter.ai APIs, it delivers real-time AI responses within a fully responsive and theme-switchable chat environment.