GitXplorerGitXplorer
D

chatapp

public
0 stars
1 forks
0 issues

Commits

List of commits on branch master.
Verified
a5da384eba8069c3455d0f745623bd1afa90f20e

Merge pull request #2 from nikhiljain-413/master

DDeshdeepak1 committed 3 years ago
Verified
c8c8ca1fa0277a775dd0329793602175f6b9a374

Update ngrok.py

nnikhiljain-413 committed 3 years ago
Verified
ae380b28948501f48ffacdd56fa28336bb128dbd

Merge pull request #1 from nikhiljain-413/master

DDeshdeepak1 committed 3 years ago
Verified
952cb86af014dab3b24259ac82a99cba601c24c7

done refactor

nnikhiljain-413 committed 3 years ago
Unverified
004c90058848393a1cc2d355b36780e83601fe0f

Fix updated ngrok use

DDeshdeepak1 committed 4 years ago
Unverified
2852213febe8dbbbdc466428d52b9e1d128c6e07

Updated README

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