Code Monkey home page Code Monkey logo

news_to_notion's Introduction

概要

自分の見たい記事・ニュースなどをNotionのデータベースにまとめてくれる自動化ツールである。

実際のNotionデータベース画面

alt text

目的

  • 毎日に記事・ニュースを見る習慣をつけたい
  • 気になる記事・ニュースだけを見たい

使い方

pythonの仮想環境venvの構築

  1. 本リポジトリのホームディレクトリに移動する。
  2. python -m venv envを実行する。
  3. source env/bin/activateを実行して仮想環境を起動する。
  4. pip install feedparser requestsを実行して必要なライブラリをインストールする。

ジョブスケジューリングツールcrontabの時間設定

定時で自動的に記事・ニュースを取ってくれるための設定である。

  1. crontab -eを実行する。

  2. 表示してくれたファイルの一番下に以下の1行を追加する。

    0 7 * * * /bin/bash /path_to_your_repository/run_script.sh
    

    「分 時 日 月 曜日 bashパス コマンド」

    ここでは、毎日の70分に自動的にbashrun_script.shを実行するとなっている。

  3. 保存する。

その他

後ほど更新する。

news_to_notion's People

Contributors

shi615 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.