Skip to content
View LarryWachira's full-sized avatar
Block or Report

Block or report LarryWachira

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. heroku-buildpack-wkhtmltopdf heroku-buildpack-wkhtmltopdf Public

    Forked from turicas/heroku-buildpack-wkhtmltopdf

    Shell 1 1

  2. cp2-bucketlist-frontend cp2-bucketlist-frontend Public archive

    Chum: A bucket list web app built with a flask backend and an Angular 4.0 front-end. PART TWO: The frontend

    TypeScript

  3. Working with python-crontab Working with python-crontab
    1
    import os
    2
    import sys
    3
    
                  
    4
    from crontab import CronTab  # naturally, this needs to be pip installed
    5
    
                  
  4. Fetch recent google news articles ma... Fetch recent google news articles matching a keyword
    1
    ''' Script to fetch recent google news articles matching a keyword
    2
            * Utilizes Google News RSS feed
    3
    4
        Requirements:
    5
            requests - pip install requests