Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/athul/archie.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorathul <athul8720@gmail.com>2020-04-11 17:46:04 +0300
committerathul <athul8720@gmail.com>2020-04-11 17:46:04 +0300
commit10fb447b012e259f22a1105de06f5a7004a4bb52 (patch)
tree81fdb0543dfb6b71697d67091d4d1c90a597f103
parent8bc6c41116f71ba728d471fea1382d084fdd8b4d (diff)
Removed Drafts
-rw-r--r--content/posts/post-1.md1
-rw-r--r--content/posts/tg-gh.md1
2 files changed, 0 insertions, 2 deletions
diff --git a/content/posts/post-1.md b/content/posts/post-1.md
index f59fc62..a470d98 100644
--- a/content/posts/post-1.md
+++ b/content/posts/post-1.md
@@ -3,7 +3,6 @@ title: "Primer: When You Have Too Much to Do"
date: 2020-04-10
description: "You have a to-do list that scrolls on for days. You are managing multiple projects, getting lots of email and messages on different messaging systems, managing finances and personal health habits and so much more."
tags: [Primer, todo]
-draft: true
---
You have a to-do list that scrolls on for days. You are managing multiple projects, getting lots of email and messages on different messaging systems, managing finances and personal health habits and so much more.
diff --git a/content/posts/tg-gh.md b/content/posts/tg-gh.md
index 75a655b..4400148 100644
--- a/content/posts/tg-gh.md
+++ b/content/posts/tg-gh.md
@@ -3,7 +3,6 @@ title: Telegram Bot for GitHub Actions
date: "2020-04-01"
description: Make a Telegram bot with Node.js and use it with GitHub Actions for sending notifications to you about the repo.
tldr: Making GitHub Actions with Js Code
-draft : true
---
## Telegram
[Telegram](https://telegram.org/) is a cloud-based mobile and desktop messaging app with a focus on security and speed. It is free to use and extensively hackable. It also has a good bot support system. The API is also easy to implement and has many wrappers for building bots with the API.