Goalist Developers Blog

2021-01-01から1年間の記事一覧

Get and Send messages to Chatwork with Python

This is Peng. Today I want to talk about how to get and send messages to Chatwork with python. It is simple to realize with python library requests and Chatwork API support. Chatwork API Chatwork API is an API provided for developers to pr…

Using Selenium to crawl & Compare difference between files

In this blog, I would like to introduce how Selenium library can help us get the content from website and compare files according to different format in the Oz plan content checker project. The goal of Oz plan content checker project is to…