1.4 KiB
1.4 KiB
EasyDrop
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.propertiesfor API authorizationconfig/products-config.jsonto define product catalogues to use for dropshipping- Run
touch persistence.dbin 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
