Metadata-Version: 2.1
Name: rss-cli
Version: 0.1.3.1
Summary: A terminal rss feed.
Home-page: https://github.com/MohammedSaudAlsahli/rss-cli
License: MIT
Keywords: terminal,RSS
Author: Mohammed Alsahli
Author-email: mohammed.saud.alsahli@gmail.com
Requires-Python: >=3,<4
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: beautifulsoup4 (>=4.12.2,<5.0.0)
Requires-Dist: feedparser (>=6.0.11,<7.0.0)
Requires-Dist: requests (>=2.31.0,<3.0.0)
Requires-Dist: rich (>=13.7.0,<14.0.0)
Description-Content-Type: text/markdown

<div align=center >
<img src=readme/rss-cli_logo.png>
</div>
### Features

- [x] Support rss feeds
- [ ] support twitter
- [ ] support youtube

### Install

Simply run:
`brew install rss-cli`
Or
`pip install rss-cli`

### TODO:

- [ ] support twitter
- [ ] support youtube
- [ ] speed the process

### Options

| Options          | Description    |
| ---------------- | -------------- |
| (No option)      | Run the app    |
| `-a`, `--add`    | Add a link     |
| `-r`, `--remove` | Remove a link  |
| `-l`, `--list`   | Show all links |

