Guest User

Untitled

a guest
May 28th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. url = 'https://openreview.net/group?id=ICLR.cc/2018/Conference'
  2. source = requests.get(url).text
  3. soup = BeautifulSoup(source, 'html.parser')
Add Comment
Please, Sign In to add comment