news-scrapping

所属分类:Web服务器
开发工具:Python
文件大小:0KB
下载次数:0
上传日期:2021-08-22 06:15:46
上 传 者sh-1993
说明:  使用Python并发进行新闻删除,
(News scrapping using Python concurrent,)

文件列表:
.idea/ (0, 2021-08-21)
.idea/inspectionProfiles/ (0, 2021-08-21)
.idea/inspectionProfiles/Project_Default.xml (1046, 2021-08-21)
.idea/inspectionProfiles/profiles_settings.xml (174, 2021-08-21)
.idea/misc.xml (185, 2021-08-21)
.idea/modules.xml (280, 2021-08-21)
.idea/news-scrapping.iml (284, 2021-08-21)
.idea/vcs.xml (180, 2021-08-21)
.idea/workspace.xml (9665, 2021-08-21)
__pycache__/ (0, 2021-08-21)
__pycache__/supporters.cpython-38.pyc (2191, 2021-08-21)
main.py (3259, 2021-08-21)
plan.txt (633, 2021-08-21)
supporters.py (3126, 2021-08-21)

# Crypto-related News Scrapping Python application to scrap articles in cryptocurrency categories from different sources ## Article Sources - Market Watch - Investopedia - Money Control ## Technology Used - Python ***3.8.0*** -> to ensure any version => 3.8.0 will perform correctly - IDE: ***PyCharm 2020.2.5*** ## Imports and Install - BeautifulSoup from bs4: - Only if missing, open terminal in working directory and type ***"pip3 install bs4"*** - ***"from bs4 import BeautifulSoup"*** to used - re (Regular Expression): - Only if missing, open terminal in working directory and type ***"pip3 install re"*** - ***"import re"*** to used - sys and time: - ***"import sys, time"*** to used - requests: - Only if missing, open terminal in working directory and type ***"pip3 install requests"*** - ***"import requests"*** to used - concurrent: - Only if missing, open terminal in working directory and type ***"pip3 install concurrent"*** - ***"import concurrent"*** to used - futures: - Only if missing, open terminal in working directory and type ***"pip3 install futures"*** - ***"from concurrent import futures"*** to used

近期下载者

相关文件


收藏者