Skip to main content

PTT crawler using asyncio

Project description

AioPTTCrawler (PTT 網路版爬蟲)

This is Python Package use to crawl PTT's article data by using asyncio.

Documentation

PyPi Page

pip install AioPTTCrawler
from AioPTTCrawler import AioPTTCrawler
ptt_crawler = AioPTTCrawler()

Usage

get data from PTT

ptt_crawler = AioPTTCrawler()

BOARD = "Gossiping"
ptt_data = ptt_crawler.get_board_articles(board=BOARD, page_count=10)

ptt_data is a PTTData object. To extract data you need to use get_article_dict(), get_article_dataframe(), etc


get dict from PTTData

article_dict = ptt_data.get_article_dict()
comment_dict = ptt_data.get_comment_dict()

article's dict format

[
    {
        "article" : "Article's ID. ex:M.1663144920.A.A6E",
        "article_title" : "Article's title. ex:[公告] 批踢踢27週年活動宣導公告更新",
        "user_id" : "Author's ID. ex: ubcs",
        "user_name" : "Author's name. ex:(覺★青年超冒險蓋)",
        "board" : "BBS Board ex: Gossiping",
        "datetime" : "Post time. ex: Wed Sep 14 16:41:58 2022.",
        "context" : "Context of article. ex: PTT 27 周年活動開始囉,本篇為置底宣導,詳情參閱下面資料...",
        "ip_address" : "IP address. ex: 59.120.192.119",
        "comment_list" : [
            {"comment_dict"},
            {"comment_dict"},
        ]
    }, {"..."}
]

comment's dict format

[
    {
        "article_id" : "Article's ID. ex:M.1663144920.A.A6E",
        "tag" : "comment's reaction. ex: 推 噓 →",
        "user_id" : "User's ID. ex: bill403777",
        "comment_order" : "order of comment. ex: 1",
        "context" : "Context of comment. ex: 錢",
        "datetime" : "Post time. ex: 09/14 16:42",
        "ip_address" : "27.53.96.42",
    }, {"..."}
]

use this article for example

Comparsion

Used time difference between normal method and async method

time diff

(unit: second)

Support

You may report bugs, ask for help and discuss various other issues on the issuse

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

AioPTTCrawler-0.0.10.tar.gz (11.7 kB view details)

Uploaded Source

Built Distribution

AioPTTCrawler-0.0.10-py3-none-any.whl (14.3 kB view details)

Uploaded Python 3

File details

Details for the file AioPTTCrawler-0.0.10.tar.gz.

File metadata

  • Download URL: AioPTTCrawler-0.0.10.tar.gz
  • Upload date:
  • Size: 11.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.5

File hashes

Hashes for AioPTTCrawler-0.0.10.tar.gz
Algorithm Hash digest
SHA256 1644ace1900cefeea3a4709e3d84e699029ba58498d8b9575e04e9b2fe1bd5b9
MD5 6fc080acad9864b7ea4b7cae353bbb79
BLAKE2b-256 7f9ce9595dae6cb0dec5d2eefad33d91ef48a63adfc749c7b23f9cd4fa068a92

See more details on using hashes here.

File details

Details for the file AioPTTCrawler-0.0.10-py3-none-any.whl.

File metadata

File hashes

Hashes for AioPTTCrawler-0.0.10-py3-none-any.whl
Algorithm Hash digest
SHA256 8143948f8c30997b7c21289979c71000e0c874e93c9da2e84bd593cbbd1e17cd
MD5 0cd4700eec86f2bfa2f0c6f7b58edada
BLAKE2b-256 288c32ab7b821ca1959a18c36d084ea584b896ad594f5028d5dd1b7e3ad46a38

See more details on using hashes here.

Supported by

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