Easy Code Share > Python > Scraping

3 Steps Line Notify API Inform Group Member by Token

3 Steps Line Notify API Inform Group Members by Token

Line Notify API with an authorized token allows web applications to occasionally fire information to registered people. If web applications act as services, these services are no longer passive. Services can actively pass messages to users on conditional events or by scheduled jobs. We use Python scripts to implement Line Notify in the post. Line … Read more

Easy Code Share > Python > Scraping

Python Web Scraping using BeautifulSoup in 3 Steps

Python Web Scraping using BeautifulSoup in 3 Steps

Web Scraping means navigating structured elements on a website, and deeply going to next layers. Incoming big data will be retrieved and formated in desired styles. We apply Python BeautifulSoup to a simple example for scraping with step-by-step tutorials. All codes here are not complicated, so you can easily understand even though you are still … Read more