Files
EasyDrop/README.md
2023-09-22 21:01:54 +02:00

1.4 KiB

EasyDrop

Version Pipeline Coverage JAMANN

Description

Get rich quick™ with fully automated dropshipping!

Visuals

Demo Image

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

docker-compose build

Then run it!

docker-compose up

To run it on a fixed schedule, install a cron job, e.g.

*/30 * * * * cd /home/user/easydrop && docker-compose up -d

Contributing 👷‍♂️👷‍♀️

Contribution guidelines are available in the project wiki