Skip to content
Snippets Groups Projects
user avatar
Seok Won authored
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)
)
1d5a67d1
History
Name Last commit Last update