Skip to content

Commit

Permalink
v0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Quantum-Codes committed Jan 20, 2022
1 parent d74707d commit be6e0ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setuptools.setup(
name="ScraGet",
version="0.2.3",
version="0.2.4",
#author="QuantumCodes",
#author_email="[email protected]",
description="A package that makes interacting with Scratch API easier",
Expand All @@ -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"
Expand Down

0 comments on commit be6e0ec

Please sign in to comment.