Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

QuiteAFancyEmerald/Geometry-Dash-History-Graph

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Geometry Dash ID History Graphing Utility

Upon researching for a video I created a tool that allows you to graph level IDs from the game Geometry Dash on a monthly, weekly or yearly basis. It fetches approximate ID values attached to a certain date from the GDHistory API site.

This tool uses matplotlib for the graph view and also supports an organized CSV export table for those who wish to export data.

API: https://history.geometrydash.eu/

Interaction: https://history.geometrydash.eu/api/v1/date/date/{random_date}

Geometry ID History Graph Utility SS

Configuration

start_date = datetime(2013, 7, 1)
end_date = datetime.now()
date_list = [generate_random_date(date.year, date.month) for date in pd.date_range(start=start_date, end=end_date, freq='MS')]

Setup

  1. Clone this repository
  2. Run pip install -r requirements.txt
  3. Run either the main run.py file for a graph view or spreadsheet.py for a quick CSV export
  4. Tweak the configuration as needed for use case

About

This tool that allows you to graph or export level IDs from the game Geometry Dash on a monthly, weekly or yearly basis. It fetches approximate ID values attached to a certain date from the GDHistory API site.

Topics

Resources

Stars

Watchers

Forks

Used by

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.