Data-driven engineering physicist • Data Engineer • Data Platforms & Data Products • Python, Pandas, Spark, SQL, AWS, Azure, Snowflake, Databricks, DBT
- Germany
Pinned Loading
-
AutoScraper with Request Randomization
AutoScraper with Request Randomization 1#!/usr/bin/env python
2# -*- coding: utf-8 -*-
3"""
4Use [AutoScraper](https://github.com/alirezamika/autoscraper) in combination with scraping randomization, provided by [Fake-Useragent](https://pypi.org/project/fake-useragent/) and [Free-Proxy](https://pypi.org/project/free-proxy/)
5"""
-
Helper for local web scraper develop...
Helper for local web scraper development 1#!/usr/bin/env python
2# -*- coding: utf-8 -*-
3"""
4Helper for web scraper development to cleanup irrelevant html content from local copy of target webpage
5"""
-
Webpage Contact Details Encryption (...
Webpage Contact Details Encryption (with **HTML**, **Vanilla JavaScript** and/or **jQuery**) 1# Webpage Contact Details Encryption
2## Encrypted `tel:` / `mailto:` action for contact to work *on click*:
3- **HTML** implementation:
4```html
5<a class="cryptedphone" href="#" data-area="0123" data-line="456 789" target="_blank" title="Contact by phone">Phone</a>
-
Find key(s) or value(s) in given jso...
Find key(s) or value(s) in given json-like data dictionary by given target string 1#!/usr/bin/env python
2# -*- coding: utf-8 -*-
3"""
4Snippet for searching target string in key(s) or value(s) of nested dictionary
5"""
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.