This is a demo website for a Power price tracking system. The system scrape power price daily, save to database, and display on the website.
System summary
This is a demo website for a power price tracking system. There are 2 main modules.
- The first is a scraping bot which is written in Python with Scrapy. The bot is scheduled to run daily to get power price and store to Mysql database.
- The second is a admin website which is written in Python with Django. We can view, filter the result
Technology
The system is written in Python with Scrapy, Django framework. It could be deployed on Linux server (1CPU, 1Gb of RAM).
Demo website
The demo system at: http://prating.etuannv.com/
Username: viewer, Password: etuannv2019demo
Contact
If you’d like to build a similar system, let contact me at url: https://etuannv.com/en/contact/
Thanks for your reading!