Post: [Python] Twitch Spam Bot!
08-29-2015, 03:02 PM #1
Python
Bebe Snek
(adsbygoogle = window.adsbygoogle || []).push({}); This thread is no longer useful. I have been banned for it and I don't want anyone else banned
Last edited by Python ; 08-30-2015 at 09:10 AM. Reason: Not useful .-. ........

The following 2 users say thank you to Python for this useful post:

RTE

The following user groaned Python for this awful post:

Cameron
08-30-2015, 01:28 AM #2
DS
Error… Cat invasion!
Originally posted by Dong. View Post
HELLO NGU!!!! This is my first thread that's useful. Leave your feedback please! Tell me if it's shit and tell me what I should do better Happy

First off you need Python! if you don't have it you can get it You must login or register to view this content.

Okay once Python is finished installing you need to make a .py file and put the code below in it name it rapid

Once that's done you need to make a ".txt" file and name it users.

Once that's done you need to start making users for Twitch.tv. You can use You must login or register to view this content..

Once you have users made you need to take the username and the oath key and put into the users.txt. It should be like user_name:(Oath Key Here)

Now once you do that put the users.txt and and rapid.py into a folder.

Once done run the rapid.py it should ask you to enter the channel name. enter and spam

Sorry for the layout Happy Enzo

    #!/usr/bin/python
import socket
import time
from random import randint
import threading

def joinTwitch(channel, username, oauth):
try:
socketz = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
socketz.connect(('irc.twitch.tv', 6667))
socketz.send('PASS oauth:' + oauth + '
'Winky Winky
socketz.send('USER ' + username + ':' + username + '
'Winky Winky
socketz.send('NICK ' + username + '
'Winky Winky
print socketz.recv(1024)
socketz.send('JOIN #' + channel + '
'Winky Winky

while 1:
# idk
socketz.recv(1024)
socketz.send('PRIVMSG #' + channel + ' :Fuck all you motherfuckers <3
'Winky Winky
# limit
time.sleep(1)
except:
time.sleep(10)
joinTwitch(channel, username, oauth)

channel = raw_input('Channel to raid:'Winky Winky

userFile = open('users.txt', 'r'Winky Winky.read()
userSplit = userFile.split(chr(10))

for user in userSplit:
userData = user.split(':'Winky Winky
username = userData[0]
oauth = userData[1]

twitchThread = threading.Thread(target=joinTwitch, args=(channel, username, oauth,))
twitchThread.start()


For this it would be so great to have a Twitch account Creator :fa: then it would be ez pz spamming
08-30-2015, 01:55 AM #3
Python
Bebe Snek
Originally posted by D View Post
For this it would be so great to have a Twitch account Creator :fa: then it would be ez pz spamming


I'm currently working on one Happy
08-30-2015, 08:42 PM #4
Chen Madhala
Pokemon Trainer
Originally posted by Dong. View Post
This thread is no longer useful. I have been banned for it and I don't want anyone else banned


:O
Why would you get banned for it?
08-30-2015, 09:38 PM #5
Python
Bebe Snek
Originally posted by Chen
:O
Why would you get banned for it?


Well basically. Someone people on ngu went on twitch and made ngu accounts and were raiding streams with me. And then I ended getting blamed because I gave NGU a "bad rep". But if you want it add me on skype @djmack1234

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo