mirror of
https://github.com/Horhik/Instagram2Fedi.git
synced 2024-11-22 00:11:26 +00:00
Compare commits
No commits in common. "44783e0343b914035d1bd77f4b510bf3182acc1f" and "e7b8423dc885ca4cacdddb7923a19c0afa22b6d9" have entirely different histories.
44783e0343
...
e7b8423dc8
|
@ -62,7 +62,7 @@ def toot(urls, title, mastodon, fetched_user ):
|
|||
ids = []
|
||||
for url in urls:
|
||||
ids.append(upload_image_to_mastodon(url, mastodon))
|
||||
post_text = str(title) + "\n" + "crossposted from https://instagram.com/"+fetched_user # creating post text
|
||||
post_text = str(title) + "\n" + "crosposted from https://instagram.com/"+fetched_user # creating post text
|
||||
post_text = post_text[0:1000]
|
||||
if(ids):
|
||||
print(ids)
|
||||
|
|
Loading…
Reference in a new issue