Skip to content

diep.io bot client. Connect to a diep.io server with nodejs

License

Notifications You must be signed in to change notification settings

Cazka/diepsocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

diepsocket

NPM version license

Description

Connect to a diep.io server very easily.

Installation

npm install diepsocket

How to use

The following example will connect a bot to the diep.io partylink.

const DiepSocket = require('diepsocket');

const bot = new DiepSocket('diep.io/#26331613006B57F647');

bot.on('accept', () => console.log('Succesfully connected!'))
bot.on('error', (err) => console.log(err));

Documentation

The documentation is still in progress https://github.com/Cazka/diepsocket/blob/master/docs/diepsocket.md

External Links

If you want to learn the server protocol I suggest visiting these sites:

https://github.com/cx88/diepssect
https://github.com/HueHanaejistla/diep.io-protocol-wiki
https://packet-prettifier.surge.sh/

About

diep.io bot client. Connect to a diep.io server with nodejs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published