從零打造我的telegram翻譯機器人Telegram在大群組的流暢讓我青睞,幣圈資訊相當依賴社群平台,如何將資訊的篩選與串流自動化,會是時機的關鍵,佈建自動翻譯機器人將是解方。本文期待可以自動化看到幣圈的一手消息,從串接Twitter爬蟲 → Telegram → 自動翻譯機器人 →…Mar 2, 2022Mar 2, 2022
Published inFAUN — Developer Community 🐾AWS FireLens Stream ECS Log GracefullyECS Log stream to ELK with FireLensFeb 5, 20223Feb 5, 20223
Published inPython in Plain EnglishAutomatic Test with Python Robot FrameworkA brief comparison of several automatic test frameworks in Python. And a demonstration using Selenium with the Robot Framework.Dec 26, 20211001Dec 26, 20211001
Published inPython in Plain EnglishFlask with Celery Start From ZeroHow to integrate celery to Flask and introduce flower which is the celery monitor toolMar 31, 202115Mar 31, 202115
Published in我想要變強AWS Certified Solutions Architect — Associate (SAA) C02 簡介與準備規劃分享AWS SAA是AWS推薦使用經驗約一年的運維工程師參與的認證,2020年六月C01版本走入歷史,現在的考生只能選考C02,本文將分享本次準備三個月的讀書規劃,以及準備資源。Mar 30, 2021291Mar 30, 2021291
Published inAnalytics VidhyaKibana Brings the Data to LifeKibana is a data visualizer tool of ELK. As a beginner of KLK, you have to know this tool inevitably. However, Kibana isn’t the only tool…Jul 12, 2020Jul 12, 2020
Published inPython in Plain EnglishCommonly used Decorators in Python ClassAs a Python developer, using decorators is our daily life. However, we only use a few of them most of time. In this article, let’s talk…Jul 8, 2020Jul 8, 2020
Published inAnalytics VidhyaHow Elasticsearch Search So Fast?When searching big data by Elaticsearch, it is high efficient, which contrast with database. How did it work? The core of high speed is…Jul 1, 2020Jul 1, 2020
Scrapy圖片抓取筆記Scrapy,Python爬蟲工程師最強力的爬蟲框架之一,配置文件強大的功能,以及各種middlewares協助完善request的前後處理,並透過twisted達到異步IO,因此靜態頁面上的爬蟲任務,相信Scrapy會是Python工程師的首選(對於動態渲染頁面,Scrapy開…May 23, 2020May 23, 2020
Published inAnalytics VidhyaFrom Crontab to AirflowAs a developer, there’s a high probability that you need set many cronjobs to execute regular tasks. However, Cronjobs will increase more…Dec 22, 2019Dec 22, 2019
Published inAnalytics VidhyaQuick Start Elasticsearch with PythonSearching is a very common scenario in web browsing. Of course, you can search things by database(SQL or noSQL), but there is a tool to…Dec 8, 20192Dec 8, 20192
Scrapy-splash 實戰筆記splash是一個協助加載Javascript渲染的server,scrapy在靜態頁面的爬蟲基本上算是非常強大的利器,簡單調整concurrent…Nov 23, 2019Nov 23, 2019
JWT 實踐api認證,安全嗎?最近看了JWT (JSON Web Token) (in)security,內文在討論JWT加密安全性是否足夠信賴。僅以此文記錄下讀後重點,並重新檢視下目前的api認證機制流程安全性。Nov 15, 20191Nov 15, 20191
中文轉阿拉伯數字相信超多狀況下有這個需求,最近要透過中文數字排序小說輸出成文件,發現其實已經有現成package可以處理,但裝了第一個就限定Python3.6+ ,之後看到一段代碼,改了下發現可用,而且兼容Python2以及Python3,以此紀錄一下。Nov 8, 2019Nov 8, 2019
Start AutocompleteAutocomplete search is a really common service in the variety search engines or learning apps, like as dictionary and others. Recently, I…Nov 4, 2019Nov 4, 2019