公式サイトからKing Gnu の ニュースを取得して一覧表示するプログラム
$ git clone https://github.com/atoy322/GnuNews.git
$ cd GnuNews
$ python3 gnu.py
~ List of news ~
>>> from gnu import GetNews
>>> GetNews() # return list of news.
公式サイトからKing Gnu の ニュースを取得して一覧表示するプログラム
$ git clone https://github.com/atoy322/GnuNews.git
$ cd GnuNews
$ python3 gnu.py
~ List of news ~
>>> from gnu import GetNews
>>> GetNews() # return list of news.