sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
- view themes on: https://github.com/ohmyzsh/ohmyzsh/wiki/Themes; I usually pick
geoffgarside
- Columns:
Job type, Date, Openings
- Rows:
UXR; USA; Remote UXR; USA; Entry level UXR; USA; Associate UXR; USA; Mid-senior level UXR; USA; Director UXR; USA; Executive Seattle, WA, USA UXR; Seattle, WA, USA UXR; Seattle, WA, USA; Entry level UXR; USA
- Add
long-col.csv
withinquant/linkedin/data/
- Set up Python3 and pip
pip3 install pandas
(or pip)pip3 install plotly
- You should be good to go with
python3 manual-linkedin.py
pip3 install bs4
- You should be good to go for
scrape-linkedin.py
pip3 install nltk
pip install geopy
- Make sure you run
df = cleanMapData(df, commaFile)
(in main()) to createlat-long-uxr-jobs.csv
pip3 install --user -U nltk
pip3 install --user -U numpy
pip3 install matplotlib
- Run
python3
, thenimport nltk
,nltk.download('punkt')
,nltk.download('stopwords')
,nltk.download('wordnet')
, and then you should be good!!