https://github.com/rainygirl/rterm
Twitter / RSS reader client for CLI(Command Line Interface).
https://github.com/rainygirl/rterm
ascii cli command-line-interface python python3 rss-reader terminal-based twitter-client
Last synced: 5 months ago
JSON representation
Twitter / RSS reader client for CLI(Command Line Interface).
- Host: GitHub
- URL: https://github.com/rainygirl/rterm
- Owner: rainygirl
- License: mit
- Created: 2020-04-05T07:25:07.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2022-10-01T13:33:15.000Z (over 3 years ago)
- Last Synced: 2025-09-12T18:20:51.568Z (10 months ago)
- Topics: ascii, cli, command-line-interface, python, python3, rss-reader, terminal-based, twitter-client
- Language: Python
- Size: 4.89 MB
- Stars: 15
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
=====
Rterm
=====
Rterm is Twitter / RSS reader client for CLI(Command Line Interface).
Rterm requires Python version 3.5 and above.
----------
Screenshot
----------
.. image:: https://raw.githubusercontent.com/rainygirl/rterm/master/screenshot.gif
---------------
Getting Started
---------------
Try it with::
pip3 install rterm
rterm
You can clone the git repo::
git clone https://github.com/rainygirl/rterm
cd rterm
python3 setup.py install
rterm
You may need to get your own Twitter consumer key (API key) and consumer secret key. Go to `https://dev.twitter.com/apps/new `_ and copy to terminal.
---------
RSS feeds
---------
You can add/modify RSS feeds on src/config.py
-------------
Shortcut keys
-------------
* [H], [?] : Help
* [Up], [Down], [W], [S], [J], [K] : Select from list
* [Shift]+[Up], [Shift]+[Down], [PgUp], [PgDn] : Quickly select from list
* [Space] : Open attached image or URL
* [O] : Open canonical link
* [:] : Select by typing a number from list
* [Tab], [Shift]+[Tab] : Change the category tab
* [Q], [Ctrl]+[C] : Quit
------------
Contributing
------------
Feel free to fork & contribute!
-------
License
-------
Rterm is released under the MIT license.
-------
Credits
-------
* `Lee JunHaeng aka rainygirl `_.