mirror of
https://github.com/uhIgnacio/github-views-botter.git
synced 2024-08-14 21:47:03 +00:00
@3ur ily
This commit is contained in:
parent
fd2cec914b
commit
045930cc60
1 changed files with 2 additions and 1 deletions
3
main.py
3
main.py
|
@ -2,9 +2,10 @@ import requests, threading
|
||||||
|
|
||||||
url = input('raw link: ')
|
url = input('raw link: ')
|
||||||
amount = input('enter the amount of threads (go for 300): ')
|
amount = input('enter the amount of threads (go for 300): ')
|
||||||
|
sent = 0
|
||||||
|
|
||||||
def thread():
|
def thread():
|
||||||
sent = 0
|
global sent
|
||||||
while True:
|
while True:
|
||||||
requests.get(url)
|
requests.get(url)
|
||||||
sent += 1
|
sent += 1
|
||||||
|
|
Loading…
Reference in a new issue