0
0

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 3 years have passed since last update.

通信をするボットの開発

Posted at

勉強の記録

通信をするボットの開発 2/7

勉強した内容

  • crontab プログラムの自動実行をスケージュールの設定

何をベースに勉強してるか

内容の詳細

  • HTTP 通信

わかったことについて

  • 数行書くだけで自動化BOTが作れるとは思わなかった
  • これってもしかしてyoutubeの自動再生BOTも作れるのでは??

むずかしかったよ

mkdir -p $dirname
filename="${dirname}/hourly-ranking-`date +'%Y%m%d%H%M'`.xml"

この辺りは少し難しい

次回やる予定のこと

  • GIThubを使うらしい…
0
0
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
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?