Skip to content
This repository has been archived by the owner on Oct 13, 2020. It is now read-only.
/ pairs Public archive

Amazon-eBay item pairs manager for small teams.

Notifications You must be signed in to change notification settings

AverHLV/pairs

Repository files navigation

AE Pairs

Amazon-eBay pairs manager for small teams.

Apps

  • pairs: main app, implements Pair and Order models.
  • users: contains User model, managing users specific parameters like profit, minimum pairs count, etc.
  • stats: displaying users and orders statistics by tables and interactive matplotlib figures.
  • repricer: offers prices monitoring and setting by reprice strategy.
  • logs: displays pages with celery workers logs from main admin page.
  • finder: asynchronous Amazon and eBay items info finder
  • buyer: eBay items automated buyer, powered by selenium

Tasks

Backend tasks powered by celery and django-celery-beat scheduler.

REST API endpoints