Metadata-Version: 2.1
Name: slow-start-rewatch
Version: 0.1.8
Summary: Make cute things happen!
Home-page: https://github.com/slow-start-fans/slow-start-rewatch
License: MIT
Requires-Python: >=3.6,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: anyconfig (>=0.9.11,<0.10.0)
Requires-Dist: click (>=7.1.2,<8.0.0)
Requires-Dist: colorama (>=0.4.3,<0.5.0)
Requires-Dist: flask (>=1.1.2,<2.0.0)
Requires-Dist: importlib_metadata (>=1.6.0,<2.0.0)
Requires-Dist: praw (>=7.0.0,<8.0.0)
Requires-Dist: ruamel.yaml (>=0.16.10,<0.17.0)
Requires-Dist: scalpl (>=0.4.1,<0.5.0)
Requires-Dist: structlog (>=20.1.0,<21.0.0)
Project-URL: Repository, https://github.com/slow-start-fans/slow-start-rewatch
Description-Content-Type: text/markdown

<p align="center">
  <img src="https://raw.githubusercontent.com/slow-start-fans/slow-start-rewatch/master/assets/happy_shion.gif" width="384" height="360" />
</p>


# Slow Start Rewatch

[![Build Status](https://travis-ci.org/slow-start-fans/slow-start-rewatch.svg?branch=master)](https://travis-ci.org/slow-start-fans/slow-start-rewatch)
[![Coverage](https://coveralls.io/repos/github/slow-start-fans/slow-start-rewatch/badge.svg?branch=master)](https://coveralls.io/github/slow-start-fans/slow-start-rewatch?branch=master)
[![Python Version](https://img.shields.io/pypi/pyversions/slow-start-rewatch.svg)](https://pypi.org/project/slow-start-rewatch/)
[![wemake-python-styleguide](https://img.shields.io/badge/style-wemake-000000.svg)](https://github.com/wemake-services/wemake-python-styleguide)


## Missions

Make cute things happen!

Provide a command-line utility for hosting an awesome Slow Start Rewatch.


## Features

- Schedule a submission of Reddit posts
- Templates-based posts
- Reddit authorization via OAuth2 using a local HTTP server with cute GIFs
- Storing the refresh token locally to keep the authorization active
- Submitting text posts with thumbnails
- Fully typed with annotations and checked with mypy, [PEP561 compatible](https://www.python.org/dev/peps/pep-0561/)


## Installation

```bash
pip install slow-start-rewatch
```


## Usage

Launch the program from the command line:

```bash
slow-start-rewatch
```

## License

[MIT](https://github.com/slow-start-fans/slow-start-rewatch/blob/master/LICENSE)


## Credits

This project was generated with [`wemake-python-package`](https://github.com/wemake-services/wemake-python-package).

