Coder Social home page Coder Social logo

trello-scraper's Introduction

Trello

This is a small Python application that interacts with the Trello API. It pulls and parses all the cards in my 'Monthly Food Expenses' board then displays my monthly spending habits in a bar graph, tracks my yearly spending average and plots location frequency in a circular pie graph. It helps me visualize what months I'm spending more money and at what locations. This project can be adapted to any board that has numerical data that needs to be computed and displayed.

Requirements:

Add a file, in the root directory called keys.txt with your token and api_key in the following format: token = alphanumeric api_key = alphanumeric

Python 2.x

pip install trollop pip install seaborn pip install matplotlib

Sample Trello Board with cards

alt tag

Sample Graph

alt tag

TODO:

  • Integrate testing framework
  • Use algorithm to determine how much of a difference their is between names for clustering/binning
  • Use VCR to reproduce API calls
  • Parse name fields and graph in pie graph
  • Integrate USD and MXN currencies
  • Add line for yearly running average
  • Add new year
  • Migrate away from any print statements and use only logging
  • Add list creation functionality to API wrapper (or make my own :) )

trello-scraper's People

Contributors

211217613 avatar

Watchers

ceidion avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.