You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*You can get your session id from your browser's cookies. [More information](https://github.com/TimMcCool/scratchattach/wiki/Get-your-session-id)*
48
+
*You can get your session id from your browser's cookies. [More information](Get-your-session-id.md)*
49
49
50
50
```python
51
51
session = sa.login_by_id("session", username="username") #Returns a sa.Session object. The username field is case sensitive and optional (you only need to set it when you're on replit)
@@ -137,7 +137,7 @@ cloud.disconnect()
137
137
logs = cloud.logs() # returns the clouddata logs as list of sa.CloudActivity objects
@@ -251,7 +251,7 @@ Scratchattach provides a Cloud Requests Framework (inspired by discord.py) that
251
251
252
252
*This makes it possible to access data like message counts, user stats and more from Scratch projects! Uses cloud variables to transmit data.*
253
253
254
-
**[Click here to go to Cloud Requests documentation](https://github.com/TimMcCool/scratchattach/wiki/Cloud-Requests)**
254
+
**[Click here to go to Cloud Requests documentation](Cloud-Requests.md)**
255
255
256
256
If you want to access external information in Scratch projects or store data on an external database, scratchattach's Cloud Requests are ideal for your project:
257
257
- Similar to cloud events, but send back data to the project
@@ -264,7 +264,7 @@ Scratchattach also provides a Cloud Storage Framework that makes it easy to stor
264
264
265
265
*This makes it possible to connect a database to your Scratch project!*
266
266
267
-
**[Click here to go to Cloud Storage documentation](https://github.com/TimMcCool/scratchattach/wiki/Cloud-Storage)**
267
+
**[Click here to go to Cloud Storage documentation](Cloud-Storage.md)**
268
268
269
269
If you need a simple key-value storage for storing highscores or user data, scratchattach's Cloud Storages are ideal for your project.
270
270
@@ -443,7 +443,7 @@ events.stop()
443
443
444
444
Scratchattach provides a filterbot framework that can be used to automatically delete spam comments. You can either use pre-made filter profiles (like *f4f filter* or *advertising filter*) or set up your own, custom filter rules. (Based on Message Events)
445
445
446
-
**[Click here to go to Filterbot documentation](https://github.com/TimMcCool/scratchattach/wiki/Filterbot)**
446
+
**[Click here to go to Filterbot documentation](Filterbot.md)**
-[Migrating to v2](https://github.com/TimMcCool/scratchattach/wiki/Migrating-to-v2)
36
+
-[Migrating to v2](Migrating-to-v2.md)
37
37
38
38
Report bugs by opening an issue on this repository. If you need help or guideance, leave a comment in the [official forum topic](https://scratch.mit.edu/discuss/topic/603418/
39
39
). Projects made using scratchattach can be added to [this Scratch studio](https://scratch.mit.edu/studios/31478892/).
40
40
41
41
# Helpful for contributors
42
42
43
-
-**[Structure of the library](https://github.com/TimMcCool/scratchattach/wiki/Structure-of-the-library)**
43
+
-**[Structure of the library](Structure-of-the-library.md)**
`login()` returns a `Session` object that saves your login and can be used to connect objects like users, projects, clouds etc.
91
91
92
-
**Logging in with a sessionId:***You can get your session id from your browser's cookies. [More information](https://github.com/TimMcCool/scratchattach/wiki/Get-your-session-id)*
92
+
**Logging in with a sessionId:***You can get your session id from your browser's cookies. [More information](Get-your-session-id.md)*
93
93
```python
94
94
import scratchattach as sa
95
95
@@ -128,4 +128,4 @@ project.love()
128
128
project.post_comment('Great project!')
129
129
```
130
130
131
-
**All scratchattach features are documented in the [documentation](https://github.com/TimMcCool/scratchattach/wiki/Documentation).**
131
+
**All scratchattach features are documented in the [documentation](Documentation.md).**
0 commit comments