GreenFluxblog.greenflux.us·Feb 8, 2025Anti-Spam Agent: OpenAI Assistant Email Filter Using Google Apps ScriptI get a LOT of spam email that make it passed Google’s spam detection, and I’m constantly marking emails as spam and blocking senders. It’s a never-ending battle. Most of them end with something like “if this isn’t for you, just reply STOP”.“P.S. Not...57 readsGoogle Apps Scriptgoogle apps script
GreenFluxblog.greenflux.us·Feb 3, 2025Export & Sync All Images from a Google Doc to Drive Folder using Apps ScriptAdding images to a Google Doc is no problem, but getting them back out can be a pain. I’ve written about this before with Five Ways to Extract All Images From a Google Doc, and more recently, with this method using Python in Google Colab. However, al...36 readsGoogle Apps Scriptgoogle apps script
Raghavendhra Yarlagaddaminerva18.hashnode.dev·Dec 25, 2024Project Chameleonhttps://youtu.be/8ecZ4XLgRDw Want to add it to your Google Calendar? GitHub Repo & Setup Steps - https://github.com/Minerva18/project-chameleon Why did I build it? Planning tasks and time has always been a balancing act for me. I’m a huge fan of to...ProjectsAPIs
KazooTTTkazoottt.hashnode.dev·Dec 15, 2024使用google sheet + api定时获取油管播放量起因是想要记录一下 milklove 的二搭剧 Whale Store xoxo 在油管上的预告片的播放量的 คุณวาฬร้านชำ (Whale Store xoxo) | GMMTV 2025 - YouTube 于是先搜了一下有没有可以直接使用的开源项目或者接口,然后在 批量统计YouTube视频播放量方法 - 杨哥的出海营销笔记 这篇文章中了解到了可以使用 google sheet 的 apps 脚本 直接获取油管的播放量。 不过这篇文章中的脚本更多的获取当前的播放量,而不是定时获取,...milklove
Shikhar Shuklashikhar99.hashnode.dev·Dec 9, 2024Automate Gmail Attachments to Google Drive Using JavaScript in Apps ScriptManaging email attachments manually is tedious, but with Google Apps Script, you can automate the process in just a few lines of JavaScript. In this article, I’ll walk you through how to create a script that saves attachments from specific Gmail send...JavaScript
Arham Abroarhamabro.hashnode.dev·Oct 17, 2024How to Link Google Sheets with Discord Webhooks Using Apps ScriptDiscord Webhooks gives you the ability to post messages to a specific channel automatically. The main thing is that you don’t need a bot login to use Webhook—just a URL. As for the Google Apps Script, it is a powerful tool that you can use to automat...30 readsgoogle apps script
GreenFluxblog.greenflux.us·Oct 5, 2024Building A Data-Driven Organizational Chart In Apps ScriptOrganizational charts help visualize the reporting structure of a company in a tree-like graph. They are usually created with a design tool, and lots of manual data entry. Then, every time an employee changes, the graphic has to be updated again manu...330 readsgoogle-sheetsgoogle sheets
GreenFluxblog.greenflux.us·Sep 6, 2024Talk To Your SpreadSheet: Apps Script + Cohere AIAI can be a huge productivity boost, but it can also become a new bottleneck if it doesn't have existing access to your data. Bouncing back and forth between tabs and pasting sheets data into ChatGPT might solve one problem, but it creates another. I...1 like·182 readsllm
GreenFluxblog.greenflux.us·Sep 3, 2024FeaturedBuilding an Interactive XY Image Plot with Google Apps Script and Leaflet.jsGoogle Maps has a ton of features for plotting points on a map, but what if you want to plot points on an image? These XY Image Plot maps are commonly used for floor maps, job site inspections, and even games. In this guide, I'll show you how to crea...22 likes·479 readsgoogle-sheetsgoogle apps script
GreenFluxblog.greenflux.us·Aug 27, 2024Generating Heatmaps in Google Sheets using Apps Script and EChartsHeatmaps are a great way to visualize aggregate data so you can easily see trends and spikes in the data. They can summarize data across a range of time, display traffic and weather patterns, or any other series of data comparing two axis. One popula...96 readsecharts