3/08/2024
#suzuri #うさぎ #シーリング 🔗リンクはリプへ🎉 皆様❣おはようございます☀ 人間界の関東地方でまたまた大雪になるかもっていう予報を昨日聞いて、心配だったから世話人と関東にお引越ししたマルガリータ・きなこさんに関東の様子を聞いてみたの✨✨🐰… https://t.co/UAMkduHLM0 https://t.co/uNPas5BYcP
#suzuri #うさぎ #シーリング 🔗リンクはリプへ🎉 皆様❣おはようございます☀ 人間界の関東地方でまたまた大雪になるかもっていう予報を昨日聞いて、心配だったから世話人と関東にお引越ししたマルガリータ・きなこさんに関東の様子を聞いてみたの✨✨🐰… https://t.co/UAMkduHLM0 https://t.co/uNPas5BYcP
— ♥らびこ♥🐰✨RfD✨🍓 (@RabbitflowerD) Mar 7, 2024
from Twitter https://twitter.com/RabbitflowerD
March 08, 2024 at 06:48AM
via IFTTT
Today'smemo/March 08, 2024 at 06:44AM
GM☀ What's the snow like in Kanto? Recently, it often snows suddenly, and when I wake up, I'm surprised to find that the scenery has changed.❄ https://t.co/IynTVPY6rM
— RABIKO-Rabbitflower🐰✨Japanese creator✨🐰 (@RabiHouseSub) Mar 7, 2024
from Twitter IFTTT
3/07/2024
ブルスコへ自動予約投稿[python/初心者向け]
pip install atproto |
from atproto import Client, client_utils, models | |
client = Client(base_url='https://bsky.social/xrpc') | |
client.login('アカウント名', 'アプリパスワード') | |
from atproto import models | |
with open('カードに表示する画像。サイズは1M以内', 'rb') as f: | |
img_data = f.read() | |
thumb = client.upload_blob(img_data) | |
embed = models.AppBskyEmbedExternal.Main( | |
external=models.AppBskyEmbedExternal.External( | |
title='サイトのタイトル', | |
description='サイト説明', | |
uri='サイトのアドレス', | |
thumb=thumb.blob, | |
) | |
) | |
text = client_utils.TextBuilder().text('bluesky掲載文箇所。段落表記は→ \n').tag('#タグ', 'タグ') | |
client.send_post(text,embed=embed) |
from atproto import Client, client_utils, models | |
client = Client(base_url='https://bsky.social/xrpc') | |
client.login('アカウント名', 'アプリパスワード') | |
with open('画像名', 'rb') as f: | |
img_data = f.read() | |
text = client_utils.TextBuilder().text('bluesky投稿テキスト 段落記号→ \n') .link('リンク表示名','リンクアドレス') .tag('#タグ', 'タグ') | |
client.send_image(text,image=img_data,image_alt='altテキスト') |
Today'smemo/March 07, 2024 at 06:36AM
GM☀ Last night I strained a muscle in my leg and it hurts a lot. I'm afraid to move my legs today, but I'll move them so that they heal quickly.😂 https://t.co/Azj8rbH3zq
— RABIKO-Rabbitflower🐰✨Japanese creator✨🐰 (@RabiHouseSub) Mar 6, 2024
from Twitter IFTTT
3/06/2024
Today'smemo/March 06, 2024 at 10:25PM
GM☀GN🌙 Currently, the day is coming to an end in of Japan. ☀️⛅☁️weather tomorrow of Japan.☂️🌧️❄️ Mostly Cloudy with a high of 9 C and a low of 2 C Weather forecast for March 7, 2024 To everyone🐰 Have a great day🥳 https://t.co/UTYYUCUmpW
— RABIKO-Rabbitflower🐰✨Japanese creator✨🐰 (@RabiHouseSub) Mar 6, 2024
from Twitter IFTTT
[お知らせ]♥らびこ♥のNFT
[お知らせ]♥らびこ♥のnote
#suzuri #うさぎ #ピンク 🔗リンクはリプへ↓🎉 皆様❣おはようございます☀ いつも3月末まで開いている、うさのためのチョコレート屋さんへ行ったんだけれど、今年は気温が高めのためかそのチョコレート屋さんが2月で閉店していたの😭… https://t.co/rgUpzv2KgJ https://t.co/wtA7ZMhaWK
#suzuri #うさぎ #ピンク 🔗リンクはリプへ↓🎉 皆様❣おはようございます☀ いつも3月末まで開いている、うさのためのチョコレート屋さんへ行ったんだけれど、今年は気温が高めのためかそのチョコレート屋さんが2月で閉店していたの😭… https://t.co/rgUpzv2KgJ https://t.co/wtA7ZMhaWK
— ♥らびこ♥🐰✨RfD✨🍓 (@RabbitflowerD) Mar 5, 2024
from Twitter https://twitter.com/RabbitflowerD
March 06, 2024 at 06:51AM
via IFTTT