Files
EasyDrop/README.md
2023-06-24 23:34:13 +00:00

51 lines
1.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# EasyDrop
![Version](https://img.shields.io/badge/version-0.3.0SNAPSHOT-orange)
![Pipeline](https://gitlab.fbe-adswen.rwu.de/team1/sandbox2/badges/main/pipeline.svg)
[![Coverage](https://sonar.fbe-adswen.rwu.de/api/project_badges/measure?project=de.rwu%3Aeasydrop&metric=coverage&token=sqb_2fe80aed361468170aaef32a0ff96d596456cdd1)](https://sonar.fbe-adswen.rwu.de/dashboard?id=de.rwu%3Aeasydrop)
![JAMANN](https://img.shields.io/badge/Auszahlung-Letzte%20Woche-brightgreen)
## Description
Get rich quick™ with fully automated dropshipping!
## Visuals ✨
![Demo Image](Docs/DemoImage.png)
## Installation/Usage ⚙
- Install Docker + Compose
- Clone this repository
Set up the required configuration files, use the corresponding demo files for orientation.
- `config/config.properties` for API authorization
- `products-config.json` to define product catalogues to use for dropshipping
Create the container
```bash
docker-compose build
```
Then run it!
```bash
docker-compose up
```
To run it on a fixed schedule, install a cron job, e.g.
```bash
*/30 * * * * cd /home/user/easydrop && docker-compose up -d
```
## Roadmap 🏁
- Access transaction log
## Contributing 👷‍♂️👷‍♀️
Contribution guidelines are available in the [project wiki](https://gitlab.fbe-adswen.rwu.de/team1/sandbox2/-/wikis/Richtlinien/Development)