Problem This code represents my first real Python 3 program. It retrieves flood data from the NWS weather center for […]
Tag: web-scraping
Image downloader for a website v2
Problem This code takes a website and downloads all .jpg images in the webpage. It supports only websites that have […]
Scrape an infinite-scroll page
Problem My algorithm scrapes an infinite-scroll page but it takes too long. It scrolls three times but I’m wondering if […]
Web scraper for Yell
Problem I have created a scraper for yell.com in vba. The scraper is efficient enough to pull data from that […]
Downloading latest monthly files VBA – HTML [closed]
Problem Closed. This question is off-topic. It is not currently accepting answers. Code not implemented or not working as intended: […]
Basic web scrape project written in NodeJS
Problem Here is a short program web scraping program written in Node.js. I’m just getting to grips with node and […]
Scraping and analyzing recent articles on bitcoin
Problem This script scrapes recent articles on bitcoin, does sentiment analysis, and does some mock trading based on the sentiment […]
Extracting necessary records from LinkedIn
Problem I wanted to create a scraper in python which can fetch required data from LinkedIn. I tried with python […]
BFA protected phpmyadmin
Problem I use a Ubuntu 16.04 Nginx server environment with phpmyadmin (PMA). All my ports are closed besides 22, 25, […]
Fetching specific foreign exchange rates from fixer using curl and jsconcpp in C++
Problem I am trying to create my own algorithmic trading system using C++. I have searched the web for a […]