Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 577 Bytes

Readme.md

File metadata and controls

35 lines (26 loc) · 577 Bytes

King Gnu news getter


公式サイトからKing Gnu の ニュースを取得して一覧表示するプログラム

Requirements

  • Python 3
  • requests
  • colorama
  • Usage

    $ git clone https://github.com/atoy322/GnuNews.git
    $ cd GnuNews

    in terminal

    $ python3 gnu.py
    ~ List of news ~
    Screenshot

    screenshot

    in python interpreter or .py file

    >>> from gnu import GetNews
    >>> GetNews()  # return list of news.

    License

    MIT License