All Projects → sa7mon → Venmo Data

sa7mon / Venmo Data

Venmo trasaction dataset for data analysis/visualization/anything

Projects that are alternatives of or similar to Venmo Data

Twitwork
Monitor twitter stream
Stars: ✭ 133 (-18.9%)
Mutual labels:  osint, dataviz
Osint collection
Maintained collection of OSINT related resources. (All Free & Actionable)
Stars: ✭ 809 (+393.29%)
Mutual labels:  dataset, osint
Evoskeleton
Official project website for the CVPR 2020 paper (Oral Presentation) "Cascaded Deep Monocular 3D Human Pose Estimation With Evolutionary Training Data"
Stars: ✭ 154 (-6.1%)
Mutual labels:  dataset
Nlp bahasa resources
A Curated List of Dataset and Usable Library Resources for NLP in Bahasa Indonesia
Stars: ✭ 158 (-3.66%)
Mutual labels:  dataset
Osint Tools
👀 Some of my favorite OSINT tools.
Stars: ✭ 155 (-5.49%)
Mutual labels:  osint
Isic Archive Downloader
A script to download the ISIC Archive of lesion images
Stars: ✭ 153 (-6.71%)
Mutual labels:  dataset
Omr Datasets
Collection of datasets used for Optical Music Recognition
Stars: ✭ 158 (-3.66%)
Mutual labels:  dataset
Sherlock Js
Find usernames across over 170 social networks - Fast & flexible remake of sdushantha/sherlock
Stars: ✭ 153 (-6.71%)
Mutual labels:  osint
Whylogs Java
Profile and monitor your ML data pipeline end-to-end
Stars: ✭ 164 (+0%)
Mutual labels:  dataset
Rt gene
RT-GENE: Real-Time Eye Gaze and Blink Estimation in Natural Environments
Stars: ✭ 157 (-4.27%)
Mutual labels:  dataset
Reuters Full Data Set
Full dataset of Reuters composed of 8,551,441 news titles, links and timestamps (Jan 2007 - Aug 2016). Generate your own up to today!
Stars: ✭ 159 (-3.05%)
Mutual labels:  dataset
Gta Im Dataset
[ECCV-20] 3D human scene interaction dataset: https://people.eecs.berkeley.edu/~zhecao/hmp/index.html
Stars: ✭ 157 (-4.27%)
Mutual labels:  dataset
Dem.net
Digital Elevation model library in C#. 3D terrain models, line/point Elevations, intervisibility reports
Stars: ✭ 153 (-6.71%)
Mutual labels:  dataset
Pytorch Nlp
Basic Utilities for PyTorch Natural Language Processing (NLP)
Stars: ✭ 1,996 (+1117.07%)
Mutual labels:  dataset
Karma
Find leaked emails with your passwords
Stars: ✭ 154 (-6.1%)
Mutual labels:  osint
Dspp Keras
Protein order and disorder data for Keras, Tensor Flow and Edward frameworks with automated update cycle made for continuous learning applications.
Stars: ✭ 160 (-2.44%)
Mutual labels:  dataset
Awesome Biomechanics
A curated, public list collecting resources for biomechanics and human motion: datasets, processing tools, software for simulation, educational videos, lectures, etc.
Stars: ✭ 154 (-6.1%)
Mutual labels:  dataset
Scylla
The Simplistic Information Gathering Engine | Find Advanced Information on a Username, Website, Phone Number, etc.
Stars: ✭ 154 (-6.1%)
Mutual labels:  osint
Weihanli.npoi
NPOI Extensions, excel/csv importer/exporter for IEnumerable<T>/DataTable, fluentapi(great flexibility)/attribute configuration
Stars: ✭ 157 (-4.27%)
Mutual labels:  dataset
Pandas Datareader
Extract data from a wide range of Internet sources into a pandas DataFrame.
Stars: ✭ 2,183 (+1231.1%)
Mutual labels:  dataset

Venmo Transaction Dataset

What is this?

This is a dataset of over 7,000,000 transactions scraped from the Venmo public API. Venmo is an app which allows users to easily send and receive money.

This data was collected as part of a data analysis project and was scraped during the following date ranges:

  • July 2018 - September 2018
  • October 2018
  • Jan 2019 - Feb 2019

I am releasing this dataset in order to bring attention to Venmo users that all of this data is publicly available for anyone to grab without even an API key. There is some very valuable data here for any attacker conducting OSINT research.

Protect Yourself

I would highly encourage all users to switch their Venmo account to private by going to Settings > Privacy and selecting "Private" as well as Past Transactions > Change All to Private. Screenshot instructions are available here.

Dataset Info

The dataset is in BSON form as it was exported from a MongoDB database. It has been compressed with xz to allow for faster transfers.

  • Compressed size: 1.03 GB
  • Uncompressed size: 10.87 GB
  • Transaction Count: 7,076,585

Each transaction contains lots of information about the sender and receiver, but does not include dollar amounts. A sample transaction .json file is included as sample.json

Download Dataset

Use This Dataset

This dataset was exported from a MongoDB instance with the following settings:

  • Database name: test
  • Collection name: venmo
  1. Install MongoDB
    • sudo apt install mongodb
  2. Extract .xz
    • tar xf venmo.tar.xz
    • or with progress: pv venmo.tar.xz | tar xf - -C extracted/ --xz
  3. Restore dump
    • mongorestore --collection venmo --db test venmo.bson

Citation

APA

Salmon, Dan. (2019). Venmo Transaction Dataset [Dataset]. Retrieved from https://github.com/sa7mon/venmo-data

MLA

Venmo Transaction Dataset. Dan Salmon, June 2019, https://github.com/sa7mon/venmo-data. Accessed (date here). Dataset.

Press

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].