Skip to content
View samiujan's full-sized avatar
  • Islamabad, Pakistan

Organizations

@BahriaTechTalks

Block or report samiujan

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. kazoo_couchdb2mongo kazoo_couchdb2mongo Public

    Script(s) to convert data is to convert as json from couchDB, into correct datetime and number formats

    Python

  2. How to install Scrapy on Ubuntu How to install Scrapy on Ubuntu
    1
    [Scrapy](http://scrapy.org/) is the web-scraper's scraper - it handles typical issues like distributed, asynchronous crawling, retrying during down-time, throttling download speeds, pagination, image downloads, generates beautiful logs and does much much more
    2
    
                  
    3
    You need a few modules to run scrapy on a Ubuntu/Debian machine (I used a cloud-based Ubuntu 14.04.4 LTS)
    4
    
                  
    5
    Following are the steps (and some recommendations)
  3. web-scraper web-scraper Public

    Python script for scraping websites

    Python 7 3