Skip to content
Snippets Groups Projects
Select Git revision
  • 1d5a67d166dc8f1c7ca639bc28ccff98a8277880
  • main default protected
2 results

python

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
..