diff --git a/main.py b/main.py index a910669..19610fd 100644 --- a/main.py +++ b/main.py @@ -1,7 +1,5 @@ from ScraGet import ScraGet import time -#change studio_comments class to studio_extras in studio and ScraGet file????? -#change get_users_extrss similarly to user_extras?? comment = ScraGet.studio_extras() comment.get_projects(30909939) print(comment.project_count,comment.projects_response_objects) diff --git a/setup.py b/setup.py index 57b96db..a5da21b 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setuptools.setup( name="ScraGet", - version="0.2.3", + version="0.2.4", #author="QuantumCodes", #author_email="author@example.com", description="A package that makes interacting with Scratch API easier", @@ -18,6 +18,7 @@ install_requires=["requests"], keywords="Scratch, ScraGet, API, ScratchAPI, Scratch-API, Scratch3, ScratchCloud, Cloud", project_urls={ + "Get help": "https://github.com/Quantum-Codes/ScraGet/discussions", "Source": "https://github.com/Quantum-Codes/ScraGet/tree/master/ScraGet", "Bug Tracker": "https://github.com/Quantum-Codes/ScraGet/issues", "Documentation": "https://github.com/Quantum-Codes/ScraGet/wiki"