Metadata-Version: 2.1
Name: bbcli
Version: 0.2.9
Summary: Browse BBC News like a hacker. (based on pyhackernews)
Home-page: https://github.com/hako/bbcli
Author: Wesley Hill, Calvin Hill
Author-email: wesley@hakobaito.co.uk
License: MIT
Keywords: bbc news console terminal curses urwid
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Terminals
Description-Content-Type: text/markdown
Requires-Dist: urwid (==2.1.1)
Requires-Dist: requests (==2.24.0)
Requires-Dist: arrow (==0.15.8)

# bbcli


Browse BBC News like a hacker. (based on pyhackernews)

![image](https://cloud.githubusercontent.com/assets/2040416/6029751/a176a20a-abea-11e4-8be4-ba435b3b48c0.gif)

# installation & usage:

`pip install bbcli`

or

`pip3 install bbcli`

and then in terminal:

`bbcli`

# configuration:

Custom keybindings can be defined in either:

`$HOME/.bbcli`

Or:

`$HOME/.config/bbcli`

Like so:

    [Keys]
    quit = q
    open = w
    tabopen = O
    refresh = r
    latest = l
    scroll_up = k
    scroll_down = j
    bottom = G

    [Commands]
    ; %URL is a placeholder for where the actual URL will be inserted.
    ; Remove these if unused.

    open = dwbremote :open %URL
    tabopen = dwbremote :tabopen %URL

# credits

Dan Claudiu Pop and Chase Franklin for pyhackernews.


