Skip to content
master
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

dpmt2trello

  • Dumps DPMT projects to Trello.
  • The goal is to have a better user interface for selecting the project.
  • All of this code is dirty shit that should have never been written. Sorry.
  • It might not work for you. Sorry. Try debugging it.

Setting up

  1. Clone this repository git clone https://github.com/Visgean/dpmt2trello.git

  2. Login to https://dpmt.inf.ed.ac.uk/

  3. Copy the cookies to a new file cookie.txt in the same repository. The content of the file should be similar to file cookie_example.txt.

  4. Get your API keys for trello - https://trello.com/app-key

  5. Export keys to shell:

    export TRELLO_API_KEY=asxasx
    export TRELLO_API_SECRET=asxjasxnjasnx
    export PROJECT_NAME=minf_project
    
  6. Install requirements: pip3 install -r requirements.txt

  7. run python3 dump2trello.py

    • the script will report any projects for which adding failed, add these manually.
  8. the script will save all projects that it added - therefore you should run it every few days after people add new projects, you will likely need to get new cookie though.

About

Dump DPMT projects to Trello.

Resources

Releases

No releases published

Packages

No packages published

Languages