Skip to content
This repository has been archived by the owner on Dec 12, 2020. It is now read-only.

Commit

Permalink
fixed a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinLage authored Jan 13, 2020
1 parent 8e2e73d commit 30e80bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion YouTube Livestream Botter.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ def update(self):
while True:
url = "https://api.proxyscrape.com/?request=getproxies&proxytype=http&timeout=10000&ssl=yes"
r = requests.get(url)

self.splited = r.text.split("\r\n") #scraping and splitting proxies
time.sleep(600)

Expand Down Expand Up @@ -97,7 +98,7 @@ def bot():
pass



time.sleep(7)
maxthreads = int(input("How many Threads? Recommended: 500 - 1000\n"))

threading.Thread(target=a.printservice).start()
Expand Down

5 comments on commit 30e80bf

@chauhanofchambal
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bro i am not able to open it please help

@Vixxy223
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same help

@KevinLage
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bro i am not able to open it please help

same help

pls open an issue

@spookey1991
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@KevinLage Hi bro, i still have old version of exe. and really good internet, but still i cant reach to increase amount of bots, max is 500 , is there any other way to run exe, few times or something ?

@tranmaianh75
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, @KevinLage ! I want same @spookey1991

Please sign in to comment.