A program to chat with people in terminal with a own personal server
• Linux • Kali Linux • Ubuntu • Termux • And other terminals
apt update -y && apt upgrade -y
apt install python git -y
git clone https://github.com/opsonusdh/Termichat
cd Termichat
nano gists.json• If you want your own server change the username and token with yours,idinfo and roomserver will be automatically changed.
{"username": "Rajdeep-the-coder","token":"ghp_v9UTEajhWJUigw6Hr30jcEYlQzmG2a58Wo","idinfo":"ff1cbad1182e8a20ede404f95e1ed57d","roomserver":"bb9da035c1079abeba0f181dd33514ae"}After pasting that you are good to go. Then run the main script:
python termichat.pyor
python3 termichat.pyYou can run in terminal:
pip install -r requirements.txtor
pip3 install -r requirements.txt