diff --git a/README.md b/README.md index 24c63f2..aa50047 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@
Future releases: Additional tests to verify integrity, file that automatically obtains all metadata and stores a local copy of all responses in JSON format.
+Future releases: Additional tests to verify integrity, work on profile requests.
+Version 1.2: Added getmeta.py and a copy of my current local metadata JSON files. Just run getmeta.py and it will automatically create an up-to-date local copy of all the available meta data for you. NOTE: I provided a copy of all my current JSON files for you to save to make the process easier. You will still need to change the paths used to open and write into all the JSON files in the getmeta file.
Version 1.1: Added testfile.py that gives a demo on how to use all of the request functions, and has some more in-depth explanations about various nuances in the API. Also repaired a few bugs in the parameters used in functions with optional parameters. Much more stable and usable than 1.0.
Version 1.0: Cleaned up a few pieces of the code and added some documentation.
Version 0.2: Fixed most of the major bugs and issues, added the rate limit and error classes to have a more operational program. Updated rate limits to support 343's new 1 request per second rate.