Skip to content

Instantly share code, notes, and snippets.

View alkimo's full-sized avatar
🎯
Focusing

alkimo

🎯
Focusing
View GitHub Profile
@alkimo
alkimo / scrapper.py
Last active May 23, 2020 21:31
ScrapperYielp
# Include data libraries
from bs4 import BeautifulSoup as bs
import pandas as pd
import requests
import sys
# Include standard modules
import argparse