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.8.tar.gz (11.8 kB view details)

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: AioPTTCrawler-0.0.8.tar.gz
  • Upload date:
  • Size: 11.8 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.8.tar.gz
Algorithm Hash digest
SHA256 9e89624f6149270b51ac02de9bc48a49d0e3e9e5f3f7bbfc97f932e59056adb6
MD5 36831ae74238028f85e3364a3063f428
BLAKE2b-256 90fbe89aba6df931d6781182ce66dfb87e5bfbe46f427e5f8db4eb4928faa417

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for AioPTTCrawler-0.0.8-py3-none-any.whl
Algorithm Hash digest
SHA256 1a0ac03b09ccb3bee45d656edd767213623cdefaa09e29eb2ef26e14932af6af
MD5 471797f049d160785b0cef52a8d9a06e
BLAKE2b-256 794567bd41cf5917119b04023ca8a0280986899f49569ac5c8bb2bf53e4739eb

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