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

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for AioPTTCrawler-0.0.6.tar.gz
Algorithm Hash digest
SHA256 bd562dffb55d3f3faec4e16d11bedd9f2c1ef094bedd8740176318ecb0fb5f05
MD5 85471c31b4b350d80f5e3c70e8e4bc2b
BLAKE2b-256 6f2115551922c86840421fba828a190ec9c409095d1b72709221932a2a10b797

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for AioPTTCrawler-0.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 e5c63fea1b96e46673d37b51096a143ceb2c9dd3763eedd4c80983765dd9cc2f
MD5 06594019183f7c6d510573900555305f
BLAKE2b-256 202142ab70c1bbc2e5f1ae503cb4e6f1df5837809735f7b288a9c32603e0c1ed

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