Skip to main content

Notion news mecro

Project description

Notion-News-Crawler

Notion News Crawler is a Python library that collects news from Notion and uploads it to a database.

News can be collected using Naver Search API, so only Naver and Notion API keys can be used by putting them in environment variables.

Table of Contents

  1. Install
  2. Supported Python Version
  3. APIs
  4. Result

Install

$ pip3 install notion-news-crawler

Supported Python version

Library Supported Version
Notion News Crawler 3.8, 3.9, 3.10, 3.11, 3.12

Quick Start

from notion_news_crawler import NaverAPI, UploadToDataBase, ResetDatabase


if __name__=='__main__':
    reset_database = ResetDatabase()
    reset_database.delete_all_pages()

    for subject in ['Economy', 'Science', 'Society', 'Politics', 'Stock']:
        naver_api = NaverAPI(subject, 100)
        news_data = naver_api.parse_data(naver_api.get_news())

        upload_to_database = UploadToDataBase(news_data)
        upload_to_database.add_to_notion()

APIs

To use this library, Notion and Naver API are required.

Just enter the two API Key values ​​in the environment variables.

Environment parameters

You can create an environment variable .env file and use it by entering the following.

.env file format

# Notion
NOTION_TOKEN='YOUR NOTION TOKEN'
NOTION_DATABASE_ID='YOUR NOTION DATABASE ID'

# Naver
X_NAVER_CLIENT_ID='YOUR NAVER CLIENT ID'
X_NAVER_SECRET='YOUR NAVER SECRET KEY'

Notion API

The Notion API can be found at: Notion API
Enter the Notion application token value in the environment variable. Create a Notion application, register the Notion application in the database you will use, and then use it.

Naver API

You can create a Naver application and obtain the API key value.
More detail on NAVER API docs

The Naver API result values ​​are as follows, and when uploading to Notion, you can refine and use the data as you wish.

{
    "title": "article title",
    "originallink": "original news link",
    "link": "naver news link",
    "description": "article description",
    "pubDate": "published date"
}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

notion-news-crawler-0.0.9.tar.gz (6.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

notion_news_crawler-0.0.9-py3-none-any.whl (8.3 kB view details)

Uploaded Python 3

File details

Details for the file notion-news-crawler-0.0.9.tar.gz.

File metadata

  • Download URL: notion-news-crawler-0.0.9.tar.gz
  • Upload date:
  • Size: 6.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.10.12

File hashes

Hashes for notion-news-crawler-0.0.9.tar.gz
Algorithm Hash digest
SHA256 84daa1aa7f3d51cb477349163d2fef8a2b74a68298646856c810cfa2ca4a9470
MD5 7d62501e1a5dc9704a845feefc769fa6
BLAKE2b-256 726049c5afc9a5f6536960f5f941a3496c21976d13e3394131543b2a9c27761c

See more details on using hashes here.

File details

Details for the file notion_news_crawler-0.0.9-py3-none-any.whl.

File metadata

File hashes

Hashes for notion_news_crawler-0.0.9-py3-none-any.whl
Algorithm Hash digest
SHA256 5c5472d9a621384febd80626eba7ae4787ecbd9d73a10379c852162e60969eb7
MD5 a820bc28909cce9229ebf5ebda8e4704
BLAKE2b-256 b440f6816c294f1fe1cf8d37fe094b6ee2b2f0dbcd9f049968225d52f23f1a80

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page