Google Apps Script
  1. Read the most recent email in Gmail and add the sender and subject to a new row in Google Sheets.
  2. Gets all unread emails from Gmail and adds the sender and subject to a new row in a Google Sheets spreadsheet.
  3. Saves all Gmail attachments to Google Drive.
  4. Searches for a given String in Gmail and returns emails that contain the searched String.
  5. Gets all messages received from a given sender in Gmail.
  6. Gets all messages sent in Gmail.
  7. Gets all unread emails from Gmail.
  8. Saves all unread attachments from a given Gmail sender to Google Drive.
  9. Send email.
  10. Reads all unread emails marked as "important" in Gmail.
  11. Download the file via a URL and save it to Google Drive.
  12. Gets feeds in XML format from a YouTube channel.
  13. Convert XML to JSON.
  14. Generates MD5 Hash from a String.
  15. Gets a YouTube channel's feed and inserts a new row in the Google Sheets spreadsheet with the feed data.
  16. Rename files in a Google Drive folder with regex.
  17. Gets data from a YouTube video.
  18. HTTP requests with error handling.
  19. Translates the text of all rows in the spreadsheet.
  20. Generates QR codes from data in column “A” of the spreadsheet and inserts the image link in column “B”.
  21. Send email to all contacts in the spreadsheet.
  22. Adds email to spreadsheet.
  23. Bookmark - Gets the links from the Google Sheets spreadsheet and displays them on an HTML page.
  24. Send data from HTML form to Google Spreadsheet.
  25. Google Sheets integration with Facebook.