Replies: 1 comment
-
|
Ultimately, URL will be used to extract post_url = bot.album_upload(
album_path,
caption = text + '\n'.join(cap)
)
media_id = json.loads(post_url.json())['id'] |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a smarter way to do this:
Because I keep getting ratelimited despite it being to set to every 60 seconds
(I just want to get a post's id/link from a list of users as soon as they upload)
Beta Was this translation helpful? Give feedback.
All reactions