3.1.2 • Published 2 months ago

iocompiler v3.1.2

Weekly downloads
-
License
-
Repository
github
Last release
2 months ago

Realtime Input/Output compilers

by @PanditSiddharth

You can use this bot in telegram
Link: https://telegram.me/codecompiler_bot

For any other help:
Support Group: https://telegram.me/LogicB_support
Updates : https://telegram.me/Logicbots
Bot owner: https://telegram.me/PanditSiddharth

Testing group: https://telegram.me/IO_Coding
Logs : https://telegram.me/Compilerlogs

You can contribute in it or make your own bot its opensource

Installation Instructions

npm install iocompiler

Please run only on secure environment

Because using your bot users can harm your system So use docker else any secure environment or give telegram id in allowed user option 👈👈

Usage

let { compiler } = require('iocompiler');
/*
* ttl: max time to execute code, default 60 seconds
* allowed: array of telegram ids of users who can execute code on it
*/
// allowed users id if you not give this then all users can use your bot
let { bot } = compiler(TelegramBotToken, { ttl: 60, allowed: [1791106582]});



// launching telegraf bot in polling mode
bot.launch({ dropPendingUpdates: true });

See all command of bot by /help command
See bot is running or not by /ping command
See current version and featurs of bot by /version command

Any query ? see this readme to join support group

https://telegram.me/logicb_support https://telegram.me/logicbots

3.1.2

2 months ago

3.1.1

2 months ago

3.1.0

2 months ago

3.0.0

4 months ago

2.0.3

4 months ago

2.0.2

4 months ago

2.0.5

4 months ago

2.0.4

4 months ago

2.0.7

4 months ago

2.0.6

4 months ago

2.0.1

4 months ago

2.0.0

4 months ago

1.3.1

10 months ago

1.1.0

10 months ago

1.0.2

12 months ago

1.0.1

12 months ago

1.0.0

12 months ago