35 skills found · Page 1 of 2
shengqiangzhang / Examples Of Web Crawlers一些非常有趣的python爬虫例子,对新手比较友好,主要爬取淘宝、天猫、微信、微信读书、豆瓣、QQ等网站。(Some interesting examples of python crawlers that are friendly to beginners. )
psf / Requests HtmlPythonic HTML Parsing for Humans™
gawel / PyqueryA jquery-like library for python
yodhcn / Dlsite Doujin Renamer「DLsite 同人作品重命名工具」依据 RJ|VJ|BJ 号从 dlsite.com 爬取 "标题" 和 "社团" 等信息,按照自定义模板对文件夹批量格式化命名,并将文件夹封面修改为作品封面。
matiasb / DemiurgePyQuery-based scraping micro-framework.
dsc / PyqueryA jQuery-like library for Python (fork of https://bitbucket.org/olauzanne/pyquery/)
kenshinx / Second Spiderone more spider based on gevent requests pyquery
dateolive / Python Crawler爬虫学习仓库,适合零基础的人学习,对新手比较友好
qiaofei32 / YunCrawler智能云爬虫Demo
flyyang / Medical Newsspider for chinese medical websites with wechat notification enabled
kkman2008 / Webcrawler一个比价系统爬虫方案。基本思路: 1:利用selenium驱动chrome浏览器进入淘宝网站,输入关键词“美食”,并点击搜索按钮,得到商品查询后的列表; 2:加载搜索结果页面完成后,分析页码,得到商品的页码数,模拟翻页,得到后续页面的商品列表; 3:利用pyquery解析页面,分析获取商品信息; 4:将获取到的商品信息存储到mongodb中,供后续分析使用。
ShahzaibWaseem / FreeSpringerBooksDownloader for Free Books from Springer COVID-19 Package
myounus96 / Stock Market Prediction Using Sentiment Analysisstock market predictions using sentiment analysis, a deep learning project(data and news based on pakistani stock exchange and news(Dawn news))
willingc / Pyquery QlQuery GitHub API v4 using GraphQL
lleans / Lyricfind ScrapperSimple API scrapper on LyricFInd 🎹
RodrigoRosmaninho / TimeTableParser UaPython tool for scraping any timetable page on the University of Aveiro's academic portal (PACO) and exporting it to different formats
wenguonideshou / Spider Collection各种爬虫的集合,包括requests、pyquery、bs4、代理池、selenium、appium、mitmproxy等的使用
shivammathur / TwitterScraperTwitter Scraper - Scrape tweets for a user or a #hashtag.
starenka / EmeryEmery is a simple wrapper on top of requests, pyquery, beautifulsoup and tablib which simplifies basic web page scraping. Did you ever bumped into a webpage containing precious data you desperatly needed to get as CSV? Get all links? Yes, you can easily make this using libraries mentioned above or with Python's stdlib. But why bother?
Rohith-2 / Url Classification DlURL Feature extraction and Engineering aided with Classification via Neural Networks