0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

50年分のアニメ情報をAPI化してみた。

Posted at

python勉強中なので自分用のメモ

#作成したもの

#50年分のデータをどう作成したか
https://anime.eiga.com/program/

↑をスクレイピングします。
Pythonには「BeautifulSoup」というWEBスクレイピング用の便利なライブラリがあるので、こちらをcronでスクレイピングすることで常に最新の情報がDBに保存されている状態を保ちます。

#api作成
フレームワークはflaskを利用しているのでflask_restfulを使って作成

参考にした記事↓

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?