Metadata-Version: 2.4
Name: collectors-channel-cli
Version: 1.8.5
Summary: Monitor your favorite shops in search of disc titles launches and promotions
License-File: LICENSE
Author: Paulo Salgado
Author-email: pjosalgado@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: dnspython (>=2.1.0,<3.0.0)
Requires-Dist: pymongo (>=3.11.3,<4.0.0)
Requires-Dist: python-dotenv (>=0.15.0,<0.16.0)
Requires-Dist: typer[all] (>=0.3.2,<0.4.0)
Description-Content-Type: text/markdown

# collectors-channel-cli

Built with ❤️ using [Typer](https://typer.tiangolo.com)

## How to use it

Create a properties file at `$HOME/.collectors/my.properties` using this as an example:

```
# MongoDB
MONGO_URL=mongodb+srv://user:password@url/database
```

Or pass `--props` to the CLI with the file location.

Check out the project at GitLab: https://gitlab.com/collectors-channel.

