48 lines
1.4 KiB
Markdown
48 lines
1.4 KiB
Markdown
# EasyDrop
|
|
|
|

|
|

|
|
[](https://sonar.ms-ds.org/dashboard?id=EasyDrop)
|
|
[](https://www.youtube.com/watch?v=rmV2Ztoh6LY)
|
|
|
|
## Description
|
|
|
|
Get rich quick™ with fully automated dropshipping!
|
|
|
|
## Visuals ✨
|
|
|
|

|
|
|
|
## 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
|
|
- `config/products-config.json` to define product catalogues to use for dropshipping
|
|
- Run `touch persistence.db` in the project's root directory to create a file to host the database
|
|
|
|
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
|
|
```
|
|
|
|
## Contributing 👷♂️👷♀️
|
|
|
|
Contribution guidelines are available in the [project wiki](https://gitlab.ms-ds.org/marvinscham/EasyDrop/-/wikis/Richtlinien/Development)
|