Skip to content
View sam-heller's full-sized avatar

Block or report sam-heller

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 Loading

  1. facebook-archiver facebook-archiver Public

    Utility to archive facebook discussion threads and conversations

    Ruby 1

  2. Is-Called Is-Called Public

    Playing around with Cloudflare pages and workers to expose animal facts.

    JavaScript 1

  3. masochistic-lighting masochistic-lighting Public

    Masochistic Lighting Automation

    Python 1

  4. svg2heavym svg2heavym Public

    Import an SVG into the HeavyM Project of your choice

    Python

  5. twitter-analytics-on-cloudflare twitter-analytics-on-cloudflare Public

    Workers to pull and report analytics information from twitter

    JavaScript

  6. Provision Migadu Email to a Cloudfla... Provision Migadu Email to a Cloudflare domain via Postman
    1
    //Parent Request to https://api.cloudflare.com/client/v4/zones/**zone_id**/dns_records?type=mx,txt,cname,srv
    2
    const current_zone = '';  //Zone ID
    3
    const verify_code = '';  //value from the hosted-email-verify TXT entry supplied by Migadu
    4
    const host = ''; //Hostname
    5
    const cloudflare_token = ''; //Cloudflare API Token