mirror of
https://github.com/Horhik/Instagram2Fedi.git
synced 2025-04-08 13:26:19 +00:00
update image
This commit is contained in:
parent
043739193f
commit
68f475f6e5
3 changed files with 4 additions and 4 deletions
|
@ -18,7 +18,7 @@ source ./run.sh
|
|||
```
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
|
||||
|
|
BIN
img.png
Normal file
BIN
img.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 191 KiB |
|
@ -25,7 +25,7 @@ def get_image(url):
|
|||
|
||||
response = requests.get(url)
|
||||
response.raw.decode_content = True
|
||||
|
||||
|
||||
print(Fore.GREEN + "✨ > Downloaded!")
|
||||
print(Style.RESET_ALL)
|
||||
print(datetime.datetime.now())
|
||||
|
@ -96,9 +96,9 @@ def get_new_posts(mastodon, mastodon_carousel_size, post_limit, already_posted_
|
|||
toot(urls, post.caption, mastodon, fetched_user)
|
||||
else:
|
||||
toot(url_arr, post.caption, mastodon, fetched_user)
|
||||
mark_as_posted(str(post.mediaid), already_posted_path)
|
||||
mark_as_posted(str(post.mediaid), already_posted_path)
|
||||
time.sleep(post_interval)
|
||||
else:
|
||||
else:
|
||||
break
|
||||
print(Fore.GREEN + "✨ > Fetched All")
|
||||
print(Style.RESET_ALL)
|
||||
|
|
Loading…
Add table
Reference in a new issue