Code Monkey home page Code Monkey logo

money-trail's Introduction

Money Trail

##How do I install this? You can get this extension on the Chrome webstore here: https://chrome.google.com/webstore/detail/money-trail/pfapkinkogbekmajdmmdiificmnkeflm

To install this extension from source simply download it as a zip file and unzip it somewhere on your computer. Go to chrome://extensions, ensure that Developer Mode is enabled and click "Load unpacked extension...". Navigate to the root folder (which contains manifest.json) and select it. For a sligtly more detailed walkthrough look here: https://www.mattcutts.com/blog/how-to-install-a-chrome-extension-from-github/

##Where did this come from? This chrome extension was developed to accompany this Medium post (https://medium.com/@arankhanna/d3676d624310) and this paper (http://techscience.org/a/2015102901/). It is meant as a demonstration of how much transaction data Venmo defaults users into sharing through its increasingly popular mobile payment app.

##What does this code do? A video demonstration of the code is available here: https://youtu.be/WBsgZ_jbYaY

This code runs on any user's newsfeed page on https://venmo.com/ (once the extension user is logged into the site). It aggregates all the available transaction data for that user and provide a chart as well as a bubble graph visualization on top of it.

This is not meant to be used as a tool to creep on your friends, rather a demonstration of the scary amount of information you can gather on someone just by looking through their Venmo transactions. Furthermore it is important to note that this extension is simply automating the process of gathering and plotting public data, which can be even done with a pencil and a piece of paper.

You can review the source code here to see how it works. Most of the action happens in src/bg which has the background javascript file for the extension and src/venmo which has the content script which runs on venmo's site. You can see that none of the data scraped by this extension ever leaves your local browser.

money-trail's People

Contributors

arank avatar

Watchers

Maggie Yang 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.