Metadata-Version: 2.1
Name: getsome
Version: 0.1.1
Summary: Get something interesting to consume on internet
Home-page: https://github.com/ranuzz/getsome
Author: shekhar chandra
Author-email: ranuzz@outlook.com
License: MIT license
Keywords: getsome
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Requires-Dist: Babel (==2.9.1)
Requires-Dist: Jinja2 (==3.0.3)
Requires-Dist: MarkupSafe (==2.0.1)
Requires-Dist: PyYAML (==6.0)
Requires-Dist: Pygments (==2.11.2)
Requires-Dist: SQLAlchemy (==1.4.29)
Requires-Dist: SecretStorage (==3.3.1)
Requires-Dist: Sphinx (==1.8.5)
Requires-Dist: alabaster (==0.7.12)
Requires-Dist: appdirs (==1.4.4)
Requires-Dist: argh (==0.26.2)
Requires-Dist: attrs (==21.4.0)
Requires-Dist: black (==21.7b0)
Requires-Dist: bleach (==4.1.0)
Requires-Dist: bump2version (==0.5.11)
Requires-Dist: certifi (==2021.10.8)
Requires-Dist: cffi (==1.15.0)
Requires-Dist: charset-normalizer (==2.0.10)
Requires-Dist: click (==7.1.2)
Requires-Dist: colorama (==0.4.4)
Requires-Dist: cryptography (==36.0.1)
Requires-Dist: distlib (==0.3.4)
Requires-Dist: docutils (==0.18.1)
Requires-Dist: entrypoints (==0.3)
Requires-Dist: feedparser (==6.0.8)
Requires-Dist: filelock (==3.4.2)
Requires-Dist: flake8 (==3.7.8)
Requires-Dist: greenlet (==1.1.2)
Requires-Dist: idna (==3.3)
Requires-Dist: imagesize (==1.3.0)
Requires-Dist: importlib-metadata (==4.10.1)
Requires-Dist: iniconfig (==1.1.1)
Requires-Dist: jeepney (==0.7.1)
Requires-Dist: keyring (==23.5.0)
Requires-Dist: mccabe (==0.6.1)
Requires-Dist: mypy-extensions (==0.4.3)
Requires-Dist: packaging (==21.3)
Requires-Dist: pathspec (==0.9.0)
Requires-Dist: pkginfo (==1.8.2)
Requires-Dist: platformdirs (==2.4.1)
Requires-Dist: pluggy (==0.13.1)
Requires-Dist: py (==1.11.0)
Requires-Dist: pycodestyle (==2.5.0)
Requires-Dist: pycparser (==2.21)
Requires-Dist: pyflakes (==2.1.1)
Requires-Dist: pyparsing (==3.0.6)
Requires-Dist: pytest (==6.2.4)
Requires-Dist: pytz (==2021.3)
Requires-Dist: readme-renderer (==32.0)
Requires-Dist: regex (==2021.11.10)
Requires-Dist: requests-toolbelt (==0.9.1)
Requires-Dist: requests (==2.27.1)
Requires-Dist: rfc3986 (==2.0.0)
Requires-Dist: six (==1.16.0)
Requires-Dist: snowballstemmer (==2.2.0)
Requires-Dist: sphinxcontrib-serializinghtml (==1.1.5)
Requires-Dist: sphinxcontrib-websupport (==1.2.4)
Requires-Dist: toml (==0.10.2)
Requires-Dist: tomli (==1.2.3)
Requires-Dist: tox (==3.14.0)
Requires-Dist: tqdm (==4.62.3)
Requires-Dist: twine (==3.7.1)
Requires-Dist: urllib3 (==1.26.8)
Requires-Dist: virtualenv (==20.13.0)
Requires-Dist: webencodings (==0.5.1)
Requires-Dist: zipp (==3.7.0)

# getsome

Get something interesting to consume on internet. A cli tool that works like StumbleUpon.

run the command:

`getsome` or `gs`

and get an interesting link to browse.

## Ideas

### Server Requirements

* A repository to keep all the links

### Other Functionalities

* Add a link:
    * `gs add LINK [tags]`
* Remove a link:
    * `gs rm LINK`
* upvote a link:
    * `gs upvote LINK`
* downvote a link:
    * `gs downvote LINK`
* add a favourite
    * `gs likes add/rm TAG`
* rm a favorites
    * `gs dislikes add/rm TAG`

## Tasks

* create a seed list of RSS feed links
* create a basic feedbarser and display result

=======
History
=======

0.1.0 (2022-01-07)
------------------

* First release on PyPI.

0.1.1 (2022-01-17)
------------------

* Updating requirements.


