Skip to content
View LarryWachira's full-sized avatar

Block or report LarryWachira

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  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