Barq Statistics

Description

Barq is an app for furries to connect with one another based on location. For this project, profile information was collected for a subset of all Barq users. This information was used to perform analytics and statistics. No individual user was singled out in this project. The report included geographical maps, bar charts, pie charts, and more.

How the statistics were compiled:

  1. Android Studio was used used to run the Barq app on a desktop environment
  2. Charles was used to sniff packets sent to the Barq API from the Barq app
  3. The Barq API URLs were analyzed to determine their inputs and outputs
  4. A set of popular locations in the U.S. and other regions around the world were created
  5. For each location, IDs of 10,000 users in the surrounding area were saved
  6. A Raspberry Pi was set up with a fresh Barq account to send GET requests using the algorithm described above
  7. All data was combined and cleaned, and duplicate users were removed

Barq accounts contain information for real furs around the world. By performing statistics on this data, unique geographical and other patterns can be observed for real furs.All data was collected legally and user profiles are stored anonymously by removing usernames and user IDs after all data was collected. Statistics are kept broad. No particular user was singled out in these statistics. All data collected was publicly accessible data.

Last Updated

Jan 2023

Released

Jun 2022

Technologies

Python

Plotly

Pandas

Numpy

Android Studio

Charles