GitXplorerGitXplorer
D

chatapp

public
0 stars
1 forks
0 issues

Commits

List of commits on branch master.
Verified
bc6e3e241a35546510888426a59a9dd3495ef580

Update README.md

DDeshdeepak1 committed 4 years ago
Unverified
2d4200cab608ca8fd9460b5c7ef180fefd56669c

Updated README

DDeshdeepak1 committed 4 years ago
Verified
e57f366dc9172fd1b94b82e35b56169d875b7024

Added windows executable

DDeshdeepak1 committed 4 years ago
Unverified
32a682d727548cd796d2264f43a94d77e92de2f0

modified for windows.

DDeshdeepak1 committed 4 years ago
Unverified
20bd27b7de854bb892da6d4b099d824a67a3991d

sleep time increased.

DDeshdeepak1 committed 4 years ago
Unverified
ecf748dc76c9deca5e1fcf1a1a2b44ec125df0b7

Updated ngrok.py

DDeshdeepak1 committed 4 years ago

README

The README file for this repository.

Chatapp

A chatapp built in python.

Instructions for termux.

  1. pkg install proot git python && pip3 install -U pyngrok
  2. git clone https://github.com/Deshdeepak1/chatapp.git
  3. cd chatapp
  4. chmod +x ./chatapp.sh
  5. termux-chroot ./chatapp.sh

Instructions for linux.

  1. git clone https://github.com/Deshdeepak1/chatapp.git
  2. cd chatapp
  3. chmod +x ./chatapp.sh && pip3 install -U pyngrok
  4. ./chatapp.sh

Instructions for windows.

  1. git clone https://github.com/Deshdeepak1/chatapp.git OR download zip
  2. cd chatapp OR move inside folder
  3. python -m pip install -U pyngrok
  4. Start chatapp.PS1 with powershell