May 20, 2025
positive senior man in eyeglasses showing thumbs up and looking at camera

Latest bookmarks for May 12

Download DOCX from SharePoint

from docx import Document
from io import BytesIO

binary_data = $binary[‘data’][‘data’] # base64 encoded .docx
docx_bytes = BytesIO(Buffer.from(binary_data, ‘base64’))

document = Document(docx_bytes)
full_text = “\n”.join([p.text for p in document.paragraphs])

return [{‘json’: {‘text’: full_text}}]

link: https://chatgpt.com/share/681eb65a-7fa0-8002-be8f-1c61a77fe8fd
——————————————-

AI Skills Fest | Home

link: https://aiskillsfest.event.microsoft.com/
——————————————-

✨🤖Automate Multi-Platform Social Media Content Creation with AI | n8n workflow template

link: https://n8n.io/workflows/3066-automate-multi-platform-social-media-content-creation-with-ai/
——————————————-

Introducing Researcher and Analyst in Microsoft 365 Copilot | Microsoft 365 Blog

link: https://www.microsoft.com/en-us/microsoft-365/blog/2025/03/25/introducing-researcher-and-analyst-in-microsoft-365-copilot/
——————————————-

Researcher agent in Microsoft 365 Copilot | Microsoft Community Hub

link: https://techcommunity.microsoft.com/blog/microsoft365copilotblog/researcher-agent-in-microsoft-365-copilot/4397186
——————————————-

OpenRouter

Open router
The unified interface for LLMs. Find the best models & prices for your prompts

link: https://openrouter.ai/
——————————————-

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.