Code Monkey home page Code Monkey logo

gdinfo's Introduction

GDInfo

made-with-python Open in Visual Studio Code Latest release

Geometry Dash swiss knife

โš  This project is not developed anymore.

But what can it do?

  1. check full info about a level (including stars requested by creator, link to raw song MP3 and more)
  2. check full info about an account (including unique Player ID)
  3. export to JSON
  4. download user's icons to PNG

How to install?

  • Ensure Python 3 is installed on your machine.
  • Clone the repository (or download as ZIP)
  • Go to the project directory
  • Execute pip3 install -r requirements.txt (this is done only once)
  • Execute python GDInfo.py to run the script.

2.1 is out!

  • Cleaner code
  • CLI mode
  • OS autodetect
  • Better error handling

CLI mode

GDInfo.py accepts arguments to skip all the boring mode selection.

1st argument

Always should be cli.

2nd argument

Either level or account.

3rd argument

Account: info for account info, json to export info to JSON, icon to download player's icon.

4th argument

Player or level's name, unless you want to download an icon. If you're downloading an icon, 4th argument should be:

1 for Cube

2 for Ship

3 for Ball

4 for UFO

5 for Wave

6 for Robot

7 for Spider

5th argument

Only used if you're downloading an icon. Otherwise not needed.

Examples

python GDInfo.py cli level info bloodbath to retrieve Bloodbath info

python GDInfo.py cli account json trusta to export Trusta's info in JSON

python GDInfo.py cli account icon 2 kelptaken to download script creator's ship icon.

If no arguments were passed, script will use interactive selector.

Bugs

Wow, you found it? Issues tab is for you!

Under the hood

GDInfo is using GDBrowser.com's API

gdinfo's People

Contributors

kelptaken avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

gdinfo's Issues

Handling official songs

Using the version from next branch and trying to search for a level with official songs (Level Easy, for example) it returns a KeyError.

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.