f0c62da3f4aef8304566c474dc8ce1e540a9036c
Merge feature branches Offers/Transactions See merge request team1/sandbox2!11
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 authorizationproducts-config.jsonto define product catalogues to use for dropshipping
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
Roadmap 🏁
- Access transaction log
Contributing 👷♂️👷♀️
Contribution guidelines are available in the project wiki
Description
Languages
Java
98%
Shell
1.6%
Dockerfile
0.4%
