Skip to content

Instantly share code, notes, and snippets.

View RobertMatkulcik's full-sized avatar
🖥️
Computing....

Róbert Matkulčík RobertMatkulcik

🖥️
Computing....
View GitHub Profile
@RobertMatkulcik
RobertMatkulcik / main.py
Created January 15, 2016 22:02
data scrapper
# -*- coding: utf-8 -*-
from bs4 import BeautifulSoup
from requests import Session
import csv
def main(username, password):
login_url = "http://www.titulky.com/"