2.6.0 • Published 1 year ago

cheesy.js v2.6.0

Weekly downloads
3
License
ISC
Repository
github
Last release
1 year ago

cheesy.js

cheesy is an NodeJs client for Transformice that allows developers to make bots easily. It need bot role account to connect to the game.

Join the Fifty Shades of Lua discord server to discuss about this API and to receive special support.

Authentication

To use this API and authenticate your account ingame, you will need to apply to this form.

If you get accepted, you will be able to choose an account (except your main account) to get the bot role in game - and thus, being able to use our API.

See below to know the names of Transfromage managers who handles the system.

  • Tocutoeltuco @discord=> Tocutoeltuco#0018 212634414021214209;
  • Blank3495 @discord=> 󠂪󠂪 󠂪󠂪 󠂪󠂪󠂪󠂪 󠂪󠂪 󠂪󠂪󠂪󠂪 󠂪󠂪 󠂪󠂪#8737 436703225140346881;
  • Bolodefchoco @discord=> Lautenschlager#2555 285878295759814656.

Installation

You can install cheesy.js using npm: npm install cheesy.js

/!\ Versions under 2.5.0 are no longer working due to internal changes of the game.

Example

const cheesyjs = require('cheesy.js');

const client = new cheesyjs();

client.on('loginReady', () => {
	client.setLanguage(cheesyjs.enums.language.en);
	client.login('nickname', 'password', "roomName");
});

client.on('roomMessage', (message) => {
	if (client.nickname == message.author.nickname)
		return;
	client.sendRoomMessage(message.author.look);
});

client.start();
2.6.0

1 year ago

2.5.0

2 years ago

2.5.2

2 years ago

2.5.1

2 years ago

2.4.0

2 years ago

2.3.1

3 years ago

2.3.0

3 years ago

2.2.0

3 years ago

2.1.0

4 years ago

2.0.9

4 years ago

2.0.8

4 years ago

2.0.7

4 years ago

2.0.6-p

4 years ago

2.0.6

4 years ago

2.0.5

4 years ago

2.0.4

4 years ago

2.0.3

4 years ago

2.0.2

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

1.0.3-b

4 years ago

1.0.2-b

4 years ago

1.0.1-b

4 years ago

1.0.0-b

4 years ago