2023-09-22 21:01:02 +02:00
2023-06-22 16:31:54 +00:00
2023-06-28 06:11:51 +02:00
2023-06-24 23:34:13 +00:00
2023-06-28 04:31:26 +02:00
2023-09-22 21:01:02 +02:00
2023-09-22 20:56:32 +02:00
2023-05-19 15:09:34 +02:00
2023-07-04 02:52:09 +02:00
2023-07-04 02:55:16 +02:00

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

Description
Get rich quick™ with fully automated dropshipping!
Readme 1.6 MiB
Languages
Java 98%
Shell 1.6%
Dockerfile 0.4%