Proof of concept solution to create Market site for private Lineage2 server without server administration cooperation
- Market Scanning (./tower)
- L2Tower Bot cycling through some towns
- In towns Bot will roam on the predefined way
- While on the way, it will scan every single trader
- Scan means - get the info about items, quantity, price, etc
- And save this data to disk
- RawData translation to MongoDB (./worker)
- Gulp task with watcher to process data from disk
- Gulp task to fill the data with average prices, item titles, item images
- Email alerts
- Site to show data from MongoDB (./site)
- NodeJS on server - side
- AngularJS, Jade, SCSS on the client
- Filters, predefined data sets
- Admin template
##Complete step by step tutorial to get working copy of this here