aktueller Stand
This commit is contained in:
parent
d5457380f7
commit
9775f8991d
22 changed files with 692 additions and 216 deletions
7
kino_wrapper.py
Normal file
7
kino_wrapper.py
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import bs4 as bs
|
||||
import requests
|
||||
import time
|
||||
|
||||
requests.packages.urllib3.disable_warnings()
|
||||
sauce=requests.get('https://www.eurojackpot.org/gewinnzahlen/',verify=False)
|
||||
soup = bs.BeautifulSoup(sauce.text,'lxml')
|
||||
Loading…
Add table
Add a link
Reference in a new issue