A website for tracking changelogs.
- Parse update logs from softwares' website.
- Store update logs to database.
- A web page to show details of softwares.
- A user center that allow users to subscribe.
- Integrate RSS feed/Mail Notification / Text Notification / Slack Bot / Telegram Bot.
- Python3 + BeautifulSoup4
- MySQL
- Redis
- PHP
- BootStrap 4
- Redis Server
- MySQL 5.x
- Python 3
- PHP 7.3.x
git clone https://github.com/maoyuwang/ChangeLogger
cd ChangeLogger
python3 -m pip install -r requirements.txt
mysql -u MYSQL_USERNAME -pMYSQL_PASSWORD < init.sql # Import database
vim config.py.example # Config database and API keyscd Website
cp config.php.example config.php
vim config.php # Config database and RedisThe 3-Clause BSD License



