Accesses the list of all courses on DataCamp and uploads each course with its link and description to a trello board.
To get dependencies:
pipenv install
Requires a xml file structured like so:
<info>
<key>(key here)</key>
<secret>(secret here)</secret>
</info>
These two values are obtained from here
pipenv shell
python scrape.py