Skip to content

Instantly share code, notes, and snippets.

View n1tram1's full-sized avatar

Martin Schmidt n1tram1

  • France
View GitHub Profile
@n1tram1
n1tram1 / scraper.py
Last active February 19, 2021 13:10
#!/usr/bin/python
from collections import deque
from urllib.parse import urljoin
import requests
from bs4 import BeautifulSoup
from multiprocessing import Process, Queue, Pool, Manager
import queue
@n1tram1
n1tram1 / index.html
Last active April 17, 2019 09:53
This is a test
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<title>Baddass test.</title>
</head>
<body>
Awsome stuff of life.