Skip to content
View iam-mhaseeb's full-sized avatar
🧑‍💻
Passionate Software Engineer
🧑‍💻
Passionate Software Engineer
Block or Report

Block or report iam-mhaseeb

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Skytrax-Data-Warehouse Skytrax-Data-Warehouse Public archive

    A full data warehouse infrastructure with ETL pipelines running inside docker on Apache Airflow for data orchestration, AWS Redshift for cloud data warehouse and Metabase to serve the needs of data…

    Python 132 26

  2. StandupMonkey StandupMonkey Public archive

    A self hosted slack bot to conduct standups & generate reports.

    Python 71 11

  3. Djano-Anti-Crawler Djano-Anti-Crawler Public archive

    A light weight anti crawler app for Django.

    Python 16 1

  4. Data-Streaming-Pipeline Data-Streaming-Pipeline Public archive

    A step by step guide to building a highly scalable data streaming pipeline in Python.

    Python 3 5

  5. scraping_framework_in_python.py scraping_framework_in_python.py
    1
    import re
    2
    import logging
    3
    import requests
    4
    from bs4 import BeautifulSoup
    5
    from collections import deque
  6. A simple XSS vulnerability scanner t... A simple XSS vulnerability scanner tool in Python.
    1
    import sys
    2
    import requests
    3
    from pprint import pprint
    4
    from bs4 import BeautifulSoup as bs
    5
    from urllib.parse import urljoin