mit-cml / aiatools

Python 3 library for querying content of App Inventor projects
https://mit-cml.github.io/aiatools/
GNU General Public License v3.0
11 stars 14 forks source link

Support META file #3

Open ewpatton opened 4 years ago

ewpatton commented 4 years ago

Some of our datasets have a META file with creation and modification information for a project. If present, we should read the META file and expose its information as attributes on the project.

anirudhRowjee commented 3 years ago

Hi! will a PR be welcome for this issue?

ewpatton commented 3 years ago

Sure. The META file just contains some JSON, e.g.,:

{"name": "HelloPurr", "modified": 1425816210734, "created": 1425816110312}

where name is the project name and created and modified are UNIX timestamps.

anirudhRowjee commented 3 years ago

Thank you! I'll get to work on this.

anirudhRowjee commented 3 years ago

Sorry to ping once again, but I just wanted to communicate my thanks. I owe a lot of my current career path in computer science to App Inventor, which contributed to a large amount of my learning :smile: