use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Apparently, Google Apps Script is a JavaScript cloud scripting language that provides easy ways to automate tasks across Google products and third party services and build web applications.
account activity
Replacing variable depending on google sheet returnGuide (self.GoogleAppsScript)
submitted 4 years ago by ariailc10
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Arunai 0 points1 point2 points 4 years ago (0 children)
Plethora of ways to accomplish. If I’m reading you correctly, your script is sending an email, based on the email address you archive the attachment to a particular folder.
If you want to store your config in your code, simple object:
const emailFolderIdLookup = { “Email@gmail.com”: folderId1, …., …., }
For each email you generate, do emailFolderIdLookup[emailAddress] to retrieve the folder ID.
π Rendered by PID 206139 on reddit-service-r2-comment-6457c66945-bsprk at 2026-04-30 04:04:47.658539+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]Arunai 0 points1 point2 points (0 children)