Skip to content
This repository has been archived by the owner on Dec 31, 2021. It is now read-only.

A python script that accesses the list of all courses from DataCamp and then uploads each course in card form to trello

Notifications You must be signed in to change notification settings

t-taylor/datacamp-trello-scrape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python DataCamp to Trello scrape

Accesses the list of all courses on DataCamp and uploads each course with its link and description to a trello board.

Installation and configuration

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

Running

pipenv shell
python scrape.py

About

A python script that accesses the list of all courses from DataCamp and then uploads each course in card form to trello

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages