All Projects → requestsR → Similar Projects or Alternatives

309 Open source projects that are alternatives of or similar to requestsR

Email-Crawler-Lead-Generator
This email crawler will visit all pages of a provided website and parse and save emails found to a csv file.
Stars: ✭ 47 (+291.67%)
Mutual labels:  requests, webscraping
image-crawler
An image scraper that scraps images from unsplash.com
Stars: ✭ 12 (+0%)
Mutual labels:  requests, webscraping
Proxy requests
a class that uses scraped proxies to make http GET/POST requests (Python requests)
Stars: ✭ 357 (+2875%)
Mutual labels:  requests, webscraping
fBrowser
Helpful Selenium functions to make web-scraping easier and faster
Stars: ✭ 16 (+33.33%)
Mutual labels:  webscraping
web full stack application
show full stack technology applications : Scrapy + webservice[restful] + websocket + VueJS + MongoDB
Stars: ✭ 16 (+33.33%)
Mutual labels:  requests
mkm-sdk
Python SDK for Magickartenmarkt API
Stars: ✭ 33 (+175%)
Mutual labels:  requests
ebayMarketAnalyzer
Scrape all eBay sold listings to determine average/median pricing, plot listings over time with trend lines, and extract to excel
Stars: ✭ 116 (+866.67%)
Mutual labels:  webscraping
aiohttp-client-cache
An async persistent cache for aiohttp requests
Stars: ✭ 63 (+425%)
Mutual labels:  requests
resto
🔗 a CLI app can send pretty HTTP & API requests with TUI
Stars: ✭ 113 (+841.67%)
Mutual labels:  requests
python web scraping
Web scraping using python, requests and selenium
Stars: ✭ 40 (+233.33%)
Mutual labels:  requests
CoWin-Vaccine-Notifier
Automated Python Script to retrieve vaccine slots availability and get notified when a slot is available.
Stars: ✭ 102 (+750%)
Mutual labels:  webscraping
dnevnikru
dnevnik.ru parser
Stars: ✭ 20 (+66.67%)
Mutual labels:  requests
covid-19
Data ETL & Analysis on the global and Mexican datasets of the COVID-19 pandemic.
Stars: ✭ 14 (+16.67%)
Mutual labels:  requests
91 Python Mini Projects
No description or website provided.
Stars: ✭ 212 (+1666.67%)
Mutual labels:  webscraping
Geolocator-2
Learn how to find and work with locations in Django, the Yelp API, and Google Maps api.
Stars: ✭ 24 (+100%)
Mutual labels:  requests
pyitau
Unofficial client to access your Itaú bank data
Stars: ✭ 28 (+133.33%)
Mutual labels:  requests
robotstxt
robots.txt file parsing and checking for R
Stars: ✭ 65 (+441.67%)
Mutual labels:  webscraping
crypto-watcher
Real-time cryptocurrencies prices.
Stars: ✭ 25 (+108.33%)
Mutual labels:  requests
weibo topic
微博话题关键词,个人微博采集, 微博博文一键删除 selenium获取cookie,requests处理
Stars: ✭ 28 (+133.33%)
Mutual labels:  requests
BookingScraper
🌎 🏨 Scrape Booking.com 🏨 🌎
Stars: ✭ 68 (+466.67%)
Mutual labels:  webscraping
get LibSeat
利昂图书馆预约系统自动预约&签到程序。支持包括中国人民大学、北京师范大学、济南大学、哈尔滨工业大学等在内的38所高校的图书馆系统
Stars: ✭ 39 (+225%)
Mutual labels:  requests
youtube-audio
extract videos from youtube in audio format using webscraping techniques 🎶
Stars: ✭ 68 (+466.67%)
Mutual labels:  webscraping
toronto-apartment-finder
[really old and probably doesn't work] Slack bot to post relevant Toronto apartment listings from Kijiji & Craigslist
Stars: ✭ 23 (+91.67%)
Mutual labels:  webscraping
Tieba-Birthday-Spider
百度贴吧生日爬虫,可抓取贴吧内吧友生日,并且在对应日期自动发送祝福
Stars: ✭ 28 (+133.33%)
Mutual labels:  requests
fennch
Modern fetch-based axios-like HTTP client for the browser and node.js
Stars: ✭ 12 (+0%)
Mutual labels:  requests
pymae
Materials for the book "Python for Mechanical and Aerospace Engineering"
Stars: ✭ 56 (+366.67%)
Mutual labels:  requests
Sneakers Project
Using Selenium, Neha scraped data about 35 top selling sneakers of Nike and Adidas from stockx.com. She used this data to draw insights about sneaker resales.
Stars: ✭ 32 (+166.67%)
Mutual labels:  webscraping
gists
Methods for working with the GitHub Gist API. Node.js/JavaScript
Stars: ✭ 96 (+700%)
Mutual labels:  requests
TSdownloader
Template for downloading segmented video (.m3u8/.ts) from streaming websites
Stars: ✭ 17 (+41.67%)
Mutual labels:  requests
crawler
requests+lxml爬虫,简单爬虫架构
Stars: ✭ 72 (+500%)
Mutual labels:  requests
selenium-grid-docker-swarm
web scraping in parallel with Selenium Grid and Docker
Stars: ✭ 32 (+166.67%)
Mutual labels:  webscraping
cpr
C++ Requests: Curl for People, a spiritual port of Python Requests.
Stars: ✭ 5,005 (+41608.33%)
Mutual labels:  requests
ioweb
Web Scraping Framework
Stars: ✭ 31 (+158.33%)
Mutual labels:  webscraping
non-api-fb-scraper
Scrape public FaceBook posts from any group or user into a .csv file without needing to register for any API access
Stars: ✭ 40 (+233.33%)
Mutual labels:  webscraping
info-bot
🤖 A Versatile Telegram Bot
Stars: ✭ 37 (+208.33%)
Mutual labels:  requests
android-web-scraping-app-jsoup
Sometimes we need to scrap web data from our Android App. To achieve this goal jsoup library is a good option. I wrote a blog post on this topic in my personal blog. If you know Bengali language then you can visit this link.
Stars: ✭ 26 (+116.67%)
Mutual labels:  webscraping
browser-automation-api
Browser automation API for repetitive web-based tasks, with a friendly user interface. You can use it to scrape content or do many other things like capture a screenshot, generate pdf, extract content or execute custom Puppeteer, Playwright functions.
Stars: ✭ 24 (+100%)
Mutual labels:  webscraping
SD-streams
Anime streaming without ads using Beautifulsoup and requests Python
Stars: ✭ 18 (+50%)
Mutual labels:  requests
python3-concurrency
Python3爬虫系列的理论验证,首先研究I/O模型,分别用Python实现了blocking I/O、nonblocking I/O、I/O multiplexing各模型下的TCP服务端和客户端。然后,研究同步I/O操作(依序下载、多进程并发、多线程并发)和异步I/O(asyncio)之间的效率差别
Stars: ✭ 49 (+308.33%)
Mutual labels:  requests
animeflv
Animeflv is a custom API that has the entire catalog of the animeflv.net website. You can enjoy all the content with subtitles in Spanish and the latest in the world of anime for free.
Stars: ✭ 37 (+208.33%)
Mutual labels:  webscraping
option chain analysis
NSE Nifty Option chain analysis on the web page.
Stars: ✭ 63 (+425%)
Mutual labels:  requests
torequests
Async wrapper for requests / aiohttp, and some crawler toolkits. Let synchronization code enjoy the performance of asynchronous programming.
Stars: ✭ 22 (+83.33%)
Mutual labels:  requests
angular-http-cache
Speed up your remote requests by automatically caching them on client and add support for offline navigation.
Stars: ✭ 25 (+108.33%)
Mutual labels:  requests
medium-scrapper
Scrap Medium Articles using tags.
Stars: ✭ 34 (+183.33%)
Mutual labels:  webscraping
usim800
usim800 is a Python driver module for SIM800 GSM/GPRS .
Stars: ✭ 36 (+200%)
Mutual labels:  requests
Jawbreaker
A Python obfuscator using HTTP Requests and Hastebin.
Stars: ✭ 50 (+316.67%)
Mutual labels:  requests
gotor
This program provides efficient web scraping services for Tor and non-Tor sites. The program has both a CLI and REST API.
Stars: ✭ 97 (+708.33%)
Mutual labels:  webscraping
valorant.py
Complete Python interface for the Valorant API. Works right out of the box!
Stars: ✭ 84 (+600%)
Mutual labels:  requests
feupy
The sigarra scraping library no one asked for
Stars: ✭ 13 (+8.33%)
Mutual labels:  requests
red-alert
Israeli Pikud Haoref missile detection API
Stars: ✭ 21 (+75%)
Mutual labels:  requests
PacPaw
Pawn package manager for SA-MP
Stars: ✭ 14 (+16.67%)
Mutual labels:  webscraping
Instagram Stalker Scraper
(UNMAINTAINED) Fetch data of any public Instagram profile, without using api
Stars: ✭ 39 (+225%)
Mutual labels:  requests
PT-Tracking
Aplicação para registo e acompanhamento de encomendas da CTT Expresso, automatiza a consulta online do estado de tracking para várias remessas e mantém um registo dos pagamentos referentes aos envios à cobrança. As remessas que requerem atenção, devido a atrasos na entrega ou na receção do pagamento correspondente, bem como os cheques cuja data …
Stars: ✭ 18 (+50%)
Mutual labels:  requests
google scraper live view
Application for extracting large amounts of data from the Google search results page
Stars: ✭ 17 (+41.67%)
Mutual labels:  webscraping
python-crawler
爬虫学习仓库,适合零基础的人学习,对新手比较友好
Stars: ✭ 37 (+208.33%)
Mutual labels:  requests
Pyrez
(ON REWRITE) An easy to use (a)sync wrapper for Hi-Rez Studios API (Paladins, Realm Royale, and Smite), written in Python. 🐍
Stars: ✭ 23 (+91.67%)
Mutual labels:  requests
TeslaPy
A Python module to use the Tesla Motors Owner API
Stars: ✭ 216 (+1700%)
Mutual labels:  requests
premeStock
Monitors for restocks
Stars: ✭ 53 (+341.67%)
Mutual labels:  requests
requests
http requests lib for golang
Stars: ✭ 67 (+458.33%)
Mutual labels:  requests
Catalyst
A VS code Extension to accelerate the process of solving problems on Codeforces.
Stars: ✭ 69 (+475%)
Mutual labels:  webscraping
1-60 of 309 similar projects