Eearly version of NodeJS chatango libary made by BarryKun
New features are still being added and all code is eligible for change. You are free to use this code knowing I will not provide support as soon as the code outdates.
- NodeJS
For windows users after installing nodejs and downloading the code create a text file "start.bat" and use the following code to start it.
@echo off
node main.js
pause