
All checks were successful
GBCI / build (push) Successful in 2m2s
refactor(GBAdminService): improve folder name extraction logic refactor(ImageProcessingServices): clean up whitespace and enhance image generation options refactor(SystemKeywords): simplify rewrite prompt and logging fix(ChatServices): correct spacing in model invocation delete(marketing.gbai): remove outdated marketing poster template add(marketing.gbai): create new marketing poster template with Instagram posting functionality
12 lines
379 B
QBasic
12 lines
379 B
QBasic
' SET SCHEDULE "* 8 * * * *"
|
|
|
|
|
|
|
|
' Criar a legenda para o post
|
|
caption = REWRITE "Crie um post sobre produtos, no estilo dica do dia, incluindo 10 hashtags, estilo Instagram o texto! Importante, retorne só a saída de texto pronta"
|
|
|
|
' Obter uma imagem relacionada ao conteúdo
|
|
image = GET IMAGE caption
|
|
|
|
' Postar no Instagram
|
|
POST TO INSTAGRAM username, password, image, caption
|