-
- Downloads
Create Ajou notice parse using MySQL
HTMLParser + Slack API + MySQL in python First, create a database with a table named "notices". CREATE TABLE notices ( id INT, title VARCHAR(100), date VARCHAR(30), link VARCHAR(101), writer VARCHAR(25) )
python/src/AjouSlackProducerMySQL.py
0 → 100644
python/tests/test_mysql.py
0 → 100644
Please register or sign in to comment