Twtich bot auto

Hey I’m curious

twitch api bot can u lurk in someone else’s chat?? or it against the rules?
i have code at bot there go auto lurk on my api.
is against the rules for bot?

RG DATA_Statistics!


CODE

var tmi = require(“tmi.js”);

var options = {
options: {
debug: true,

},
connection: {
    reconnect: true
},
identity: {
    username: "user",
    password: "oauth:"
},
channels: ["#uuser,#userl"]

};

var client = new tmi.client(options);
client.connect();

client.on(‘connected’, function(address, port) {
client.action("#channel" , " on auto !lurk");
client.action("#channel" , " on auto !lurk");
});

Lurking in other peoples channels is fine as long as you’re not doing it to harvest data. Also if you’re bot is sending unsolicited messages to these channels then it’s likely your bot will be banned from the channel, and potentially banned from Twitch due to anti-spamming measures.

okay it only sending 1 lurk eny time the go online :slight_smile:

Dist thx for fast replay

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.