mirror of
https://github.com/uhIgnacio/github-views-botter.git
synced 2024-08-14 21:47:03 +00:00
Añadir 'main.py'
This commit is contained in:
parent
558f507b34
commit
81b4030975
1 changed files with 9 additions and 0 deletions
9
main.py
Normal file
9
main.py
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
import requests
|
||||||
|
|
||||||
|
url = input('raw link: ')
|
||||||
|
sent = 0
|
||||||
|
|
||||||
|
while True:
|
||||||
|
requests.get(url)
|
||||||
|
sent += 1
|
||||||
|
print(f'Views sent: %s' % sent)
|
Loading…
Reference in a new issue