Coder Social home page Coder Social logo

sm64's Introduction

Objective

Crawl https://sm64romhacks.com for zips and catalogue versions and their metadata

Pre-requisites:

Python3

pip install pandas
pip install lxml

To Investigate:

  • How do we determine the most recent / supported version of a romhack when dates are missing?
    • Some version names are a bit more complex than simply incrementing a number(s)
  • Can we automate unzipping, folder structure, patching, and checksumming with our own backup ROM?
  • How do we decide filenames for romhacks which were named with illegal characters?
    • \ / ? : " < > |
  • Which characters does EverDrive, Project64, etc support?

Notes:

Pandas documentation on DataFrames

DataFrame Examples:

df.info()
df.count()
df[['Hackname','Version','Creator', 'Starcount', 'Date (Format: yyyy-mm-dd)']]# df1 = df[df.columns[:2]]
df1.join(df2)
df2.rename({'Starcount': '⭐', 'Date (Format: yyyy-mm-dd)': 'Date'}, axis=1)

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.