Pull application data and files from EconJobMarket API.
- Get your API credentials at backend.econjobmarket.org
- Create a folder for your application packages and change to that.
- Clone this repo:
git clone https://github.com/korenmiklos/econjobmarket-applications.git
and saveget_applications.py
andsettings.py
. - You need
requests
andlxml
as dependencies, so if you don't have them installed,pip install requests
andpip install lxml
. - Set your credential parameters in
settings.py
- Run
python3 get_applications.py
. It will create folders with candidate names (lowercased) and save all attached files and recommendation letters there.