Bitcointalk.org scrape
收藏NIAID Data Ecosystem2026-05-01 收录
下载链接:
https://zenodo.org/record/7924638
下载链接
链接失效反馈官方服务:
资源简介:
Bitcoin scrape (April-may 2023) or board 1 (https://bitcointalk.org/index.php?board=1.0) with within this board/list
"PostID": post_id,
"Username": username_element.text,
"PostDate": post_date_element.text,
"PostContent": post_content_element.text,
"PostTitle": post_title_element.text,
"PostURL": post_url
for all pages per post/topic
File name : output_file_name = output_folder + url.split('=')[1].replace('.', '_') + ".csv" (from the list of url's per topic)
创建时间:
2023-05-11



