Skip to content

kitspace/stock-alert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Kitspace Stock Alert

work in progess

This is a webapp to notify via email when a part is back in stock at your PCB assembler. The initial version will support JLC Assembly only.

This project consists of a Scrapy crawler and an Elasticsearch instance to hold/index/search the data and set up "alerts" that send out emails depending on stock levels.

Development

Set Up

  1. Get all the source code
git clone https://github.com/kitspace/stock-alert
cd stock-alert
  1. Install Docker and docker-compose (on Ubuntu: snap install docker and apt install docker-compose)

  2. Build and run the docker containers:

docker-compose up
  1. To run the crawler do:
docker-compose run crawler

About

*WIP* Stock alerts for PCB assembly services

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published