Metadata-Version: 2.1
Name: concat-stories
Version: 0.1.0
Summary: Concatenate Snapchat stories.
Home-page: https://github.com/ayoubdya/concat-stories
Author: Ayoub Dya
Author-email: ayoubdya@gmail.com
License: MIT
Keywords: concat-stories
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: loguru
Requires-Dist: requests
Requires-Dist: ffmpeg-python

# Concat Stories

Concat Stories is a Python package that allows you to download Snapchat stories and merge them into a single video file.

## Features

- Download Snapchat stories
- Merge multiple stories into one video
- Easy to use

## Installation

You can install Concat Stories using pip:

```bash
pip install concat-stories
```

## Usage

Here is an example of how to use Concat Stories:

```bash
concat-stories -u <username> -o <output_file>
```

## Contributing

Contributions are welcome! Please open an issue or submit a pull request on GitHub.

## License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
