Skip to content

Commit

Permalink
Update copyright to 2025
Browse files Browse the repository at this point in the history
  • Loading branch information
whatsmate committed Jan 2, 2025
1 parent 928daa8 commit d242829
Show file tree
Hide file tree
Showing 191 changed files with 191 additions and 191 deletions.
2 changes: 1 addition & 1 deletion _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
 • 
<!-- Need to refresh this yearly: 2021 -->
<!-- {{ site.time | date: '%Y' }} -->
2024
2025
{% if site.url-pretty %}
&nbsp;&bull;&nbsp;
<a href="{{ site.url }}">{{ site.url-pretty }}</a>
Expand Down
2 changes: 1 addition & 1 deletion _posts/2016-02-16-send-whatsapp-message-shell-script.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: post
title: How to send WhatsApp Messages from shell script
subtitle: Using the WhatsMate WA Gateway REST API
published: true
last_modified_at: 2024-04-17T00:00:00+08:00
last_modified_at: 2025-01-02T00:00:00+08:00
---

This article shows you how to send a WhatsApp message from a shell script.
Expand Down
2 changes: 1 addition & 1 deletion _posts/2016-02-17-send-whatsapp-message-java.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: post
title: How to send WhatsApp Messages in Java
subtitle: Using the WhatsMate WA Gateway REST API
published: true
last_modified_at: 2024-04-17T00:00:00+08:00
last_modified_at: 2025-01-02T00:00:00+08:00
---

This article shows you how to send a WhatsApp message in `Java`.
Expand Down
2 changes: 1 addition & 1 deletion _posts/2016-02-17-send-whatsapp-message-nodejs.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: post
title: How to send WhatsApp Messages in Node.js
subtitle: Using the WhatsMate WA Gateway REST API
published: true
last_modified_at: 2024-04-17T00:00:00+08:00
last_modified_at: 2025-01-02T00:00:00+08:00
---

This article shows you how to send a WhatsApp message in `Node.js`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: post
title: How to send WhatsApp Messages from PowerShell script
subtitle: Using the WhatsMate WA Gateway REST API
published: true
last_modified_at: 2024-04-17T00:00:00+08:00
last_modified_at: 2025-01-02T00:00:00+08:00
---

This article shows you how to send a WhatsApp message from a PowerShell script.
Expand Down
2 changes: 1 addition & 1 deletion _posts/2016-02-20-send-whatsapp-message-php.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: post
title: How to send WhatsApp Messages from PHP
subtitle: Using the WhatsMate WA Gateway REST API
published: true
last_modified_at: 2024-04-17T00:00:00+08:00
last_modified_at: 2025-01-02T00:00:00+08:00
---

This article shows you how to send a WhatsApp message from PHP.
Expand Down
2 changes: 1 addition & 1 deletion _posts/2016-02-24-send-whatsapp-message-csharp.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: post
title: How to send WhatsApp Messages in C# using Visual Studio 2019
subtitle: Using the WhatsMate WA Gateway REST API
published: true
last_modified_at: 2024-04-17T00:00:00+08:00
last_modified_at: 2025-01-02T00:00:00+08:00
---

This article shows you how to send a WhatsApp message in Microsoft's .net language: C#.
Expand Down
2 changes: 1 addition & 1 deletion _posts/2016-02-24-send-whatsapp-message-vb.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: post
title: How to send WhatsApp Messages in VB.NET
subtitle: Using the WhatsMate WA Gateway REST API
published: true
last_modified_at: 2024-04-17T00:00:00+08:00
last_modified_at: 2025-01-02T00:00:00+08:00
---

This article shows you how to send a WhatsApp message in Microsoft's .net language: VB.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: post
title: How to send WhatsApp Messages from Google Apps Script
subtitle: Using the WhatsMate WA Gateway REST API
published: true
last_modified_at: 2024-04-17T00:00:00+08:00
last_modified_at: 2025-01-02T00:00:00+08:00
---

This article shows you how to send a WhatsApp message from a Google Apps Script.
Expand Down
2 changes: 1 addition & 1 deletion _posts/2016-08-18-translate-text-java.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: post
title: How to translate text in Java
subtitle: Using the WhatsMate Translation API
published: true
last_modified_at: 2024-04-17T00:00:00+08:00
last_modified_at: 2025-01-02T00:00:00+08:00
---

This article shows you how to translate textual natural languages in `Java`.
Expand Down
2 changes: 1 addition & 1 deletion _posts/2016-08-18-translate-text-nodejs.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: post
title: How to Translate Text in Node.js
subtitle: Using the WhatsMate Translation REST API
published: true
last_modified_at: 2024-04-17T00:00:00+08:00
last_modified_at: 2025-01-02T00:00:00+08:00
---

This article shows you how to translate text in `Node.js`.
Expand Down
2 changes: 1 addition & 1 deletion _posts/2016-08-18-translate-text-python.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: post
title: How to Translate Text in Python
subtitle: Using the WhatsMate Translation REST API
published: true
last_modified_at: 2024-04-17T00:00:00+08:00
last_modified_at: 2025-01-02T00:00:00+08:00
---

This article shows you how to translate text in Python.
Expand Down
2 changes: 1 addition & 1 deletion _posts/2016-08-18-translate-text-shell-script.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: post
title: How to Translate Text from shell script
subtitle: Using the WhatsMate Translation REST API
published: true
last_modified_at: 2024-04-17T00:00:00+08:00
last_modified_at: 2025-01-02T00:00:00+08:00
---

This article shows you how to translate text from a shell script.
Expand Down
2 changes: 1 addition & 1 deletion _posts/2016-08-19-translate-text-php.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: post
title: How to Translate Text in PHP
subtitle: Using the WhatsMate Translation REST API
published: true
last_modified_at: 2024-04-17T00:00:00+08:00
last_modified_at: 2025-01-02T00:00:00+08:00
---

This article shows you how to translate natural languages in PHP.
Expand Down
2 changes: 1 addition & 1 deletion _posts/2016-08-20-translate-text-powershell.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: post
title: How to Translate Text in PowerShell script
subtitle: Using the WhatsMate Translation REST API
published: true
last_modified_at: 2024-04-17T00:00:00+08:00
last_modified_at: 2025-01-02T00:00:00+08:00
---

This article shows you how to translate natural languages from a PowerShell script.
Expand Down
2 changes: 1 addition & 1 deletion _posts/2016-08-22-translate-text-csharp.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: post
title: How to translate natural languages in C#
subtitle: Using the WhatsMate Translation REST API
published: true
last_modified_at: 2024-04-17T00:00:00+08:00
last_modified_at: 2025-01-02T00:00:00+08:00
---

This article shows you how to translate text in Microsoft's .net language: C#.
Expand Down
2 changes: 1 addition & 1 deletion _posts/2016-08-23-translate-text-vb.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: post
title: How to translate natural languages in VB.NET
subtitle: Using the WhatsMate Translation REST API
published: true
last_modified_at: 2024-04-17T00:00:00+08:00
last_modified_at: 2025-01-02T00:00:00+08:00
---

This article shows you how to translate textual natural languages in Microsoft's .net language: VB.
Expand Down
2 changes: 1 addition & 1 deletion _posts/2016-09-04-send-telegram-message-shell-script.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: post
title: How to send Telegram Messages from shell script
subtitle: Using the WhatsMate Telegram Gateway REST API
published: true
last_modified_at: 2024-04-17T00:00:00+08:00
last_modified_at: 2025-01-02T00:00:00+08:00
---


Expand Down
2 changes: 1 addition & 1 deletion _posts/2016-09-05-send-telegram-message-java.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: post
title: How to send Telegram Messages in Java
subtitle: Using the WhatsMate Telegram Gateway REST API
published: true
last_modified_at: 2024-04-17T00:00:00+08:00
last_modified_at: 2025-01-02T00:00:00+08:00
---


Expand Down
2 changes: 1 addition & 1 deletion _posts/2016-09-06-send-telegram-message-nodejs.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: post
title: How to send Telegram Messages from Node.js script
subtitle: Using the WhatsMate Telegram Gateway REST API
published: true
last_modified_at: 2024-04-17T00:00:00+08:00
last_modified_at: 2025-01-02T00:00:00+08:00
---


Expand Down
2 changes: 1 addition & 1 deletion _posts/2016-09-07-send-telegram-message-php.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: post
title: How to send Telegram Messages from PHP
subtitle: Using the WhatsMate Telegram Gateway REST API
published: true
last_modified_at: 2024-04-17T00:00:00+08:00
last_modified_at: 2025-01-02T00:00:00+08:00
---


Expand Down
2 changes: 1 addition & 1 deletion _posts/2016-09-08-send-telegram-python.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: post
title: How to send Telegram Messages in Python
subtitle: Using the WhatsMate Telegram Gateway REST API
published: true
last_modified_at: 2024-04-17T00:00:00+08:00
last_modified_at: 2025-01-02T00:00:00+08:00
---


Expand Down
2 changes: 1 addition & 1 deletion _posts/2016-09-09-send-telegram-message-csharp.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: post
title: How to send Telegram Messages in C#
subtitle: Using the WhatsMate Telegram Gateway REST API
published: true
last_modified_at: 2024-04-17T00:00:00+08:00
last_modified_at: 2025-01-02T00:00:00+08:00
---


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: post
title: How to send Telegram Messages from PowerShell script
subtitle: Using the WhatsMate Telegram Gateway REST API
published: true
last_modified_at: 2024-04-17T00:00:00+08:00
last_modified_at: 2025-01-02T00:00:00+08:00
---


Expand Down
2 changes: 1 addition & 1 deletion _posts/2016-09-12-send-telegram-message-vb.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: post
title: How to send Telegram Messages in VB.NET
subtitle: Using the WhatsMate Telegram Gateway REST API
published: true
last_modified_at: 2024-04-17T00:00:00+08:00
last_modified_at: 2025-01-02T00:00:00+08:00
---


Expand Down
2 changes: 1 addition & 1 deletion _posts/2016-09-19-schedule-send-telegram-daily.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: post
title: How to Send Yourself the Exchange Rate of a Currency Daily
subtitle: Using the WhatsMate Telegram Gateway REST API
published: true
last_modified_at: 2024-04-17T00:00:00+08:00
last_modified_at: 2025-01-02T00:00:00+08:00
---

<img src="/img/yen_small.jpg"/>
Expand Down
2 changes: 1 addition & 1 deletion _posts/2016-09-20-send-stock-price-alert-via-telegram.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: post
title: How to Send Yourself a Stock Price Alert via Telegram
subtitle: Using the WhatsMate Telegram Gateway REST API
published: true
last_modified_at: 2024-04-17T00:00:00+08:00
last_modified_at: 2025-01-02T00:00:00+08:00
---

<img src="/img/chart-small-hd.png" height="100" width="100" />
Expand Down
2 changes: 1 addition & 1 deletion _posts/2016-09-21-send-weather-info-via-telegram.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: post
title: How to Send Yourself Weather Info of a City via Telegram
subtitle: Using the WhatsMate Telegram Gateway REST API
published: true
last_modified_at: 2024-04-17T00:00:00+08:00
last_modified_at: 2025-01-02T00:00:00+08:00
---

<img src="/img/sun-cloud2.png"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: post
title: How to Build an Interactive Price Quoting Application over Telegram in Node.js
subtitle: Using the WhatsMate Telegram Gateway REST API
published: true
last_modified_at: 2024-04-17T00:00:00+08:00
last_modified_at: 2025-01-02T00:00:00+08:00
---

This article shows you how to build an interactive price quoting application over Telegram in Node.js. The application responds to user's requests for price quotes interactively. Don't know what I am talking about? The following screenshot should explain it more clearly:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: post
title: How to Build an Interactive Price Quoting Application over Telegram in Python
subtitle: Using the WhatsMate Telegram Gateway REST API
published: true
last_modified_at: 2024-04-17T00:00:00+08:00
last_modified_at: 2025-01-02T00:00:00+08:00
---

This article shows you how to build an interactive price quoting application over Telegram in Python. The application responds to user's requests for price quotes interactively. Don't know what I am talking about? The following screenshot should explain it more clearly:
Expand Down
2 changes: 1 addition & 1 deletion _posts/2017-02-03-send-telegram-message-vba.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: post
title: How to send Telegram Messages in VB Script / VBA
subtitle: Using the WhatsMate Telegram Gateway REST API
published: true
last_modified_at: 2024-04-17T00:00:00+08:00
last_modified_at: 2025-01-02T00:00:00+08:00
---


Expand Down
2 changes: 1 addition & 1 deletion _posts/2017-02-04-send-whatsapp-message-vba.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: post
title: How to send WhatsApp Messages in Visual Basic Script / VBA
subtitle: Using the WhatsMate WA Gateway REST API
published: true
last_modified_at: 2024-04-17T00:00:00+08:00
last_modified_at: 2025-01-02T00:00:00+08:00
---

This article shows you how to send a WhatsApp message in VBA / Visual Basic Script.
Expand Down
2 changes: 1 addition & 1 deletion _posts/2017-03-23-interesting-explanation-ip-address.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: post
title: An Interesting way to explain what an IP address is
published: true
last_modified_at: 2024-04-17T00:00:00+08:00
last_modified_at: 2025-01-02T00:00:00+08:00
---

I came across an interesting article that explains what an IP address is in such a way that even a 12-year-old would understand it.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: post
title: How to send messages to a WhatsApp group from shell script
subtitle: Using the WhatsMate WA Gateway REST API
published: true
last_modified_at: 2024-04-17T00:00:00+08:00
last_modified_at: 2025-01-02T00:00:00+08:00
---

This article shows you how to send a message to a WhatsApp group from a shell script.
Expand Down
2 changes: 1 addition & 1 deletion _posts/2017-04-10-send-whatsapp-group-message-java.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: post
title: How to send messages to a WhatsApp group in Java
subtitle: Using the WhatsMate WA Gateway REST API
published: true
last_modified_at: 2024-04-17T00:00:00+08:00
last_modified_at: 2025-01-02T00:00:00+08:00
---

This article shows you how to send a message to a WhatsApp group in Java.
Expand Down
2 changes: 1 addition & 1 deletion _posts/2017-04-11-send-whatsapp-group-message-php.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: post
title: How to send messages to a WhatsApp group from PHP
subtitle: Using the WhatsMate WA Gateway REST API
published: true
last_modified_at: 2024-04-17T00:00:00+08:00
last_modified_at: 2025-01-02T00:00:00+08:00
---

This article shows you how to send a message to a WhatsApp group from PHP
Expand Down
2 changes: 1 addition & 1 deletion _posts/2017-04-12-send-whatsapp-group-message-nodejs.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: post
title: How to send messages to a WhatsApp group in Node.js
subtitle: Using the WhatsMate WA Gateway REST API
published: true
last_modified_at: 2024-04-17T00:00:00+08:00
last_modified_at: 2025-01-02T00:00:00+08:00
---

This article shows you how to send a message to a WhatsApp group in Node.js
Expand Down
2 changes: 1 addition & 1 deletion _posts/2017-04-13-send-whatsapp-group-message-csharp.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: post
title: How to send messages to a WhatsApp group in C# using Visual Studio 2019
subtitle: Using the WhatsMate WA Gateway REST API
published: true
last_modified_at: 2024-04-17T00:00:00+08:00
last_modified_at: 2025-01-02T00:00:00+08:00
---

This article shows you how to send a message to a WhatsApp group in Microsoft’s .net language: C# using Visual Studio 2019.
Expand Down
2 changes: 1 addition & 1 deletion _posts/2017-04-14-send-whatsapp-group-message-vb.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: post
title: How to send messages to a WhatsApp group in VB.NET
subtitle: Using the WhatsMate WA Gateway REST API
published: true
last_modified_at: 2024-04-17T00:00:00+08:00
last_modified_at: 2025-01-02T00:00:00+08:00
---

This article shows you how to send a message to a WhatsApp group in Microsoft’s .net language: Visual Basic.
Expand Down
2 changes: 1 addition & 1 deletion _posts/2017-04-15-send-whatsapp-group-message-vba.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: post
title: How to send messages to a WhatsApp group in Visual Basic Script / VBA
subtitle: Using the WhatsMate WA Gateway REST API
published: true
last_modified_at: 2024-04-17T00:00:00+08:00
last_modified_at: 2025-01-02T00:00:00+08:00
---

This article shows you how to send a message to a WhatsApp group in VBA / Visual Basic Script.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: post
title: How to send messages to a WhatsApp group from PowerShell script
subtitle: Using the WhatsMate WA Gateway REST API
published: true
last_modified_at: 2024-04-17T00:00:00+08:00
last_modified_at: 2025-01-02T00:00:00+08:00
---

This article shows you how to send a message to a WhatsApp group from a PowerShell script.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: post
title: How to send messages to a WhatsApp group from Google Apps Script
subtitle: Using the WhatsMate WA Gateway REST API
published: true
last_modified_at: 2024-04-17T00:00:00+08:00
last_modified_at: 2025-01-02T00:00:00+08:00
---

This article shows you how to send a message to a WhatsApp group from a Google Apps Script.
Expand Down
2 changes: 1 addition & 1 deletion _posts/2017-06-04-convert-pdf-to-text-shell-script.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: post
title: How to Convert a PDF file to text in Shell Script
subtitle: Using the WhatsMate PDF-to-Text REST API
published: true
last_modified_at: 2024-04-17T00:00:00+08:00
last_modified_at: 2025-01-02T00:00:00+08:00
---

This article shows you how to extract text from an online PDF document using a shell script.
Expand Down
2 changes: 1 addition & 1 deletion _posts/2017-06-06-convert-pdf-to-text-python.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: post
title: How to Convert a PDF file to text in Python
subtitle: Using the WhatsMate PDF-to-Text REST API
published: true
last_modified_at: 2024-04-17T00:00:00+08:00
last_modified_at: 2025-01-02T00:00:00+08:00
---

This article shows you how to extract text from an online PDF document in Python.
Expand Down
Loading

0 comments on commit d242829

Please sign in to comment.