Photo by Parchaco, CC0. Please ping @loleg if you have something to add, or just fork away!
ImmoScout24 API - https://api.immobilienscout24.de/
Photo by Parchaco, CC0. Please ping @loleg if you have something to add, or just fork away!
ImmoScout24 API - https://api.immobilienscout24.de/
#!/usr/bin/python | |
from xml.dom import minidom | |
import csv, os, re, string, subprocess | |
from argparse import ArgumentParser | |
import tempfile | |
# Create a SVG file with nodes having at least one of: | |
# name_black | |
# name_white |
Listed Tasks Type | |
-Coding skills | |
-Proxeus | |
-Certification Issue |
#!/usr/bin/python3 | |
import csv | |
import getpass | |
import numpy as np | |
import optparse | |
import smtplib | |
import sys | |
from email.mime.multipart import MIMEMultipart |
⚠️ Note 2023-01-21
Some things have changed since I originally wrote this in 2016. I have updated a few minor details, and the advice is still broadly the same, but there are some new Cloudflare features you can (and should) take advantage of. In particular, pay attention to Trevor Stevens' comment here from 22 January 2022, and Matt Stenson's useful caching advice. In addition, Backblaze, with whom Cloudflare are a Bandwidth Alliance partner, have published their own guide detailing how to use Cloudflare's Web Workers to cache content from B2 private buckets. That is worth reading,
gunicorn run:app --workers=9
gunicorn run:app --workers=9 --worker-class=meinheld.gmeinheld.MeinheldWorker
Macbook Pro 2015 Python 3.7
Framework | Server | Req/s | Max latency | +/- Stdev |
---|
Tested on a standard $5/mo DigitalOcean VPS running Ubuntu 16.04.