Metadata-Version: 2.1
Name: rss2gab
Version: 1.0.0
Summary: Auto posts updates to the rss feed to gab
Home-page: https://github.com/zackees/rss2gab
Author: Zach Vorhies
Author-email: dont@email.me
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Environment :: Console
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
Requires-Dist: gabposter (==1.2.7)
Requires-Dist: feedparser (==6.0.9)
Requires-Dist: garc (==2.1)
Requires-Dist: requests
Requires-Dist: moment
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'

# rss2gab
Takes an RSS feed and auto posts to gab

There is 100% test coverage on this codebase. So if the unit tests pass on your platform then
the system will work correctly.

# Tests

To run all linting and unit test, please install `tox` and run it, like so:

Install:
```
> python -m pip install tox
```

Then run `tox`:
```
> tox
```


## Platform Unit Tests

[![Actions Status](https://github.com/zackees/rss2gab/workflows/MacOS_Tests/badge.svg)](https://github.com/zackees/rss2gab/actions/workflows/test_macos.yml)
[![Actions Status](https://github.com/zackees/rss2gab/workflows/Win_Tests/badge.svg)](https://github.com/zackees/rss2gab/actions/workflows/test_win.yml)
[![Actions Status](https://github.com/zackees/rss2gab/workflows/Ubuntu_Tests/badge.svg)](https://github.com/zackees/rss2gab/actions/workflows/test_ubuntu.yml)


# Building an app

`pythony build_app.py` and follow the prompts

