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) )
Loading
Please register or sign in to comment