How do I make my live follower count work #348
-
So I am making a live follower count but my code isn't working. The suspect is line 4. I'm not sure if i did this correctly so if you know please help me. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
Anyone know? |
Beta Was this translation helpful? Give feedback.
-
Could you maybe send the script directly (not zipped) |
Beta Was this translation helpful? Give feedback.
-
Just write it as text
snoopythe3 ***@***.***> schrieb am Sa., 22. Feb. 2025, 22:34:
… I can't. The file isn't supported but zip is.
—
Reply to this email directly, view it on GitHub
<#348 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ATCKMZVHTXO6RGO6WREIJ532RDUN5AVCNFSM6AAAAABXTV5MCCVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTEMRYHA2DQOI>
.
You are receiving this because you commented.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
this should work import scratchattach as sa
import time
session = sa.login('snoopythe3', 'password')
cloud = session.connect_scratch_cloud("1137286392")
user = session.connect_linked_user()
while True:
cloud.set_var("Followers", user.follower_count())
time.sleep(2) |
Beta Was this translation helpful? Give feedback.
this should work