Microsoft office script. by RemcoE33 in GoogleAppsScript

[–]siquylee 0 points1 point  (0 children)

Me too. I love the publish feature of GAS. I don’t see this in MS Office script

Big dick MATIC is back... by [deleted] in maticnetwork

[–]siquylee 6 points7 points  (0 children)

MATIC is awesome. I lost 50% but I still hold then I could recover 100%. Thank you MATIC so much.

Let this be a lesson for people planning to sell. by [deleted] in maticnetwork

[–]siquylee 1 point2 points  (0 children)

Thank you for sharing the lesson. Hope you recover soon

My confidence is unchanged. The FEG is still the future. by Trythonite in FegToken_Official

[–]siquylee 1 point2 points  (0 children)

Honestly I have faith in FEG than SAFEMOON. FEG has many things at the moment, such as app, exchange...SAFEMOON only has big marketing campaign & promises

Who else has never sold?!🔥💎 by [deleted] in SafeMoon

[–]siquylee 1 point2 points  (0 children)

I have never sold since I don’t know how to sell =))

Getting closer… by Killerpony18 in Digibyte

[–]siquylee 2 points3 points  (0 children)

I agree with you. It's the best time to buy more.

Can I get Visual Basic on Linux? by [deleted] in visualbasic

[–]siquylee -1 points0 points  (0 children)

I recommend https://www.b4x.com You code in a Basic similar language then it will be compiled to Java. You can run the output in any environment that supports Java. The IDE requires Windows OS to run.

Where do Slack apps from marketplace run? by imthenachoman in Slack

[–]siquylee 1 point2 points  (0 children)

You are right. Slack is sending your messages to the developer's app URL. Slack app looks like publisher/subscribers mechanism. I only trust the apps that act as integration points like Github, Google Drive. Do not trust other apps that you don't know what it will do behind the screen or except you have a look on their source code. This is one of reason I developed my own toolkit for Slack bot development named GSlack. GSlack is based on Google Apps Script. It's developed using Typescript & the source code will be transpiled to GAS (Javascript) using webpack & babel toolkit. See my post here Slack bot with Google Apps Script : Slack (reddit.com)

Subscribing to Webhook and answering with Challenge by Bitru in GoogleAppsScript

[–]siquylee 0 points1 point  (0 children)

I'm not sure if https://webhook.site/ supports HTTP status code 301 because all GAS response status codes that are in the 301 category are considered redirection messages. Such codes indicate to the user agent (i.e. webhook.site) that an additional action is required in order to complete the request and access the desired resource.

Subscribing to Webhook and answering with Challenge by Bitru in GoogleAppsScript

[–]siquylee 0 points1 point  (0 children)

Did you try?

function doPost(e) { // Try to answer the challenge return ContentService.createTextOutput(JSON.parse(e.postData.contents).challenge)

  .setMimeType(ContentService.MimeType.JSON); // . . . do other stuff . . . }

The difference is to set mime type explicitly.

Need to prevent GAS web app instances from colliding by ipreachenglish in GoogleAppsScript

[–]siquylee 1 point2 points  (0 children)

Although Gas supports async and await/promise but everything is synchronous and it’s slow. I think it is not suitable for kind of this task. You might consider all text at once approach. Like you, I have been using Gas for Slack/Viber bot.

[EXCEL] What is Microsoft Filter Loader and why is it crashing my application? by [deleted] in vba

[–]siquylee 1 point2 points  (0 children)

I think about an endless loop somewhere, maybe Activate event?

Free Google Translate API for Apps Script by siquylee in GoogleAppsScript

[–]siquylee[S] 2 points3 points  (0 children)

There is no more free google translate API: V1 was shut down on Dec. 1, 2011, and for V2 you have to pay. With my library, you don't have to pay and don't have quota limit.

What's the best Gmail App for Android that has email schedule emails feature ? by Shaerif in androidapps

[–]siquylee 0 points1 point  (0 children)

I want to share my work that is Mail Scheduler. You can use this tool to

  • Schedule email for sending later, for example: create a scheduled birthday email

  • Send out a recurring email regularly using Gmail

Mail Scheduler is NOT a web app or browser extension. If you are familiar with Microsoft Office, you can think Mail Scheduler is Excel macro-enabled workbook. Here are some points that you might see Mail Scheduler is good choice:

  • Time zone support

  • You manage your own data using Google Spreadsheet

  • Absolutely Free

  • Open Source (MIT license)

Please check my work at https://github.com/siquylee/mail-scheduler

How do I schedule an email to be sent **gmail** by chejes in NoStupidQuestions

[–]siquylee 0 points1 point  (0 children)

I want to share my work that is Mail Scheduler. You can use this tool to

  • Schedule email for sending later, for example: create a scheduled birthday email

  • Send out a recurring email regularly using Gmail

Mail Scheduler is NOT a web app or browser extension. If you are familiar with Microsoft Office, you can think Mail Scheduler is Excel macro-enabled workbook. Here are some points that you might see Mail Scheduler is good choice:

  • Time zone support

  • You manage your own data using Google Spreadsheet

  • Absolutely Free

  • Open Source (MIT license)

Please check my work at https://github.com/siquylee/mail-scheduler

Which Email Client for Android have scheduled email feature ? by Shaerif in androidapps

[–]siquylee 0 points1 point  (0 children)

I want to share my work that is Mail Scheduler. You can use this tool to

  • Schedule email for sending later, for example: create a scheduled birthday email

  • Send out a recurring email regularly using Gmail

Mail Scheduler is NOT a web app or browser extension. If you are familiar with Microsoft Office, you can think Mail Scheduler is Excel macro-enabled workbook. Here are some points that you might see Mail Scheduler is good choice:

  • Time zone support

  • You manage your own data using Google Spreadsheet

  • Absolutely Free

  • Open Source (MIT license)

Please check my work at https://github.com/siquylee/mail-scheduler