Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ids1024/wikicurses
A simple curses interface for MediaWiki sites such as Wikipedia.
https://github.com/ids1024/wikicurses
Last synced: 3 months ago
JSON representation
A simple curses interface for MediaWiki sites such as Wikipedia.
- Host: GitHub
- URL: https://github.com/ids1024/wikicurses
- Owner: ids1024
- License: mit
- Created: 2014-10-03T00:07:49.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-10-02T02:41:12.000Z (over 5 years ago)
- Last Synced: 2024-10-14T09:35:42.446Z (3 months ago)
- Language: Python
- Homepage:
- Size: 232 KB
- Stars: 84
- Watchers: 8
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-browserless - wikicurses - A simple curses interface for MediaWiki sites such as Wikipedia. (Wikipedia / Misc)
README
Wikicurses
==========A simple curses interface for MediaWiki sites such as Wikipedia.
This was originally a fork of [cliwiki](https://github.com/AnirudhBhat/cliWiki.py).
Dependencies
------------
- [Python 3](http://www.python.org)
- [Urwid](http://www.urwid.org)
- [Beautiful Soup 4](http://www.crummy.com/software/BeautifulSoup)
- [lxml](http://lxml.de/)Installation
------------On Arch Linux, wikicurses is in the Community repository and can be installed with `pacman -S wikicurses`.
Otherwise, it can be installed like other Python projects with `pip install wikicurses`, or by cloning the repository and calling `./setup.py install`.