Skip to content

Instantly share code, notes, and snippets.

@fnneves
fnneves / flight_scraper_complete.py
Created June 27, 2019 09:34
full code for the flightscraper project
# -*- coding: utf-8 -*-
from time import sleep, strftime
from random import randint
import pandas as pd
from selenium import webdriver
from selenium.webdriver.common.keys import Keys
import smtplib
from email.mime.multipart import MIMEMultipart