lubek-dc / Lubchat

Python HackChat Client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lubchat

Official Python client for HackChat.

Server

The official server (HackChat) can be accessed here: https://github.com/kacperks/HackChat

Installation procedure

  1. Install Git; if you have already then skip this step (link : https://git-scm.com/download/win)
  2. Install Python; link: https://www.python.org/ftp/python/3.10.4/python-3.10.4-amd64.exe while installing make sure to select "Add to global variables"
  3. Navigate to the directory to which you would like to install the software, right-click and select "Git Bash Here": image
  4. Execute the following command in order to clone the repository to your local machine: git clone https://github.com/lubek-dc/Lubchat.git![image](https://user-images.githubusercontent.com/70327203/171163954-bbeefdf1-2e35-4d2e-b4b6-e56fe98913c4.png)
  5. Now navigate to the directory and run install.bat (if there are any errors, ignore them but if something is not working properly then file an issue on GitHub![image](https://user-
  • If you get an error saying 'pip' is not recognized as an internal or external command, program or batch file, use install-pip3.bat images.githubusercontent.com/70327203/171164268-ca427d0c-10d3-487b-992d-e0b8f85d17eb.png) image
  1. After you've done that, simply run the run.bat batch file if you're on Windowsimage

Video Showcase (currently down, sorry!)

YouTube video

About

Python HackChat Client

License:MIT License


Languages

Language:Python 98.6%Language:Batchfile 1.4%