Skip to content
View BlakeStevenson's full-sized avatar

Organizations

@artex-development

Block or report BlakeStevenson

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. reddit-image-scraper reddit-image-scraper Public

    Download memes or images from Reddit automatically.

    JavaScript

  2. cs-labs cs-labs Public

    Quick and dirty CS labs that do not follow code-quality standards.

    Java 1 1

  3. populartimes.js populartimes.js Public

    Find the popular times of a location by scraping Google Maps with Puppeteer.

    JavaScript 9 1

  4. Create an appointment at the Texas D... Create an appointment at the Texas DPS at the closest location, soonest time, programatically.
    1
    const axios = require('axios');
    2
    async function getLocations() {
    3
        const locationsData = await axios.post("https://publicapi.txdpsscheduler.com/api/AvailableLocation", {
    4
            "TypeId": 71,
    5
            "ZipCode": "10001",