mirror of
https://github.com/uhIgnacio/github-views-botter.git
synced 2024-08-14 21:47:03 +00:00
uh
This commit is contained in:
parent
fd2cec914b
commit
7652929cb0
3 changed files with 5 additions and 3 deletions
1
Procfile
Normal file
1
Procfile
Normal file
|
@ -0,0 +1 @@
|
|||
worker: python3 main.py
|
6
main.py
6
main.py
|
@ -1,7 +1,7 @@
|
|||
import requests, threading
|
||||
import requests, threading, os
|
||||
|
||||
url = input('raw link: ')
|
||||
amount = input('enter the amount of threads (go for 300): ')
|
||||
url = os.environ['URL']
|
||||
amount = os.environ['amount']
|
||||
|
||||
def thread():
|
||||
sent = 0
|
||||
|
|
1
requirements.txt
Normal file
1
requirements.txt
Normal file
|
@ -0,0 +1 @@
|
|||
requests
|
Loading…
Add table
Add a link
Reference in a new issue