Skip to content
Snippets Groups Projects
Unverified Commit 1d5a67d1 authored by Seok Won's avatar Seok Won
Browse files

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)
)
parent 78c8c9e0
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment