No project description provided
Project description
Setup
$ pip install navercafe
Usage
from navercafe import NaverCafe
# 1. setup
cafe_name = 'wikibookstudy'
club_id = '30853297'
cafe = NaverCafe(cafe_name, club_id)
# 2. (optional) enter user id and pw
# This is semi-automatic (needs manual authentication)
cafe.enter_id_pw('your_id', 'your_pw')
# 3. get article board
board_id = 28
df1 = cafe.articleboard(board_id)
print(len(df1))
print(df1.head())
# 4. get comments
article_id = 139
df2 = cafe.comments(article_id)
print(len(df2))
print(df2.head())
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
navercafe-0.2.1.tar.gz
(2.3 kB
view hashes)
Built Distribution
Close
Hashes for navercafe-0.2.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3e171ec8d77e17e8c36a434e3aebb7368f664f24499868f5238eee02fc1a6201 |
|
MD5 | 26ad00bb4a603f6a053292eeb58b8108 |
|
BLAKE2b-256 | 68cf8bc6a1793cf7a82295b3e77c26203ccdc9cb654a5cc9f762f0c312ca65d9 |