Metadata-Version: 2.1
Name: snapmap-dl
Version: 1.0.0
Summary: Download stories from SnapMap with and without filter/overlay
Home-page: https://github.com/sdushantha/gitdir
Author: Siddharth Dushantha
Author-email: siddharth.dushantha@gmail.com
License: UNKNOWN
Description: <p align="center"><img src="https://user-images.githubusercontent.com/27065646/68083391-79f8b480-fe28-11e9-835c-346af77733a2.png"><br></p>
        <p align="center">✨Download stories from SnapMap with and without filter/overlay✨</p>
        
        ## Installation
        ### Pip Install
        
        ```pip3 install --user snapmap-dl```
        
        ### Git Install
        
        ```bash
        # clone the repo
        $ git clone https://github.com/sdushantha/snapmap-dl.git
        
        # change the working directory to snapmap-dl
        $ cd qr-filetransfer
        
        # install the requirements
        $ pip3 install -r requirements.txt
        ```
        
        ## Usage
        ```
        usage: snapmap-dl.py [-h] url
        
        A SnapMap story downloader
        
        positional arguments:
          url         The url to the story on SnapMap
        
        optional arguments:
          -h, --help  show this help message and exit
        ```
        
        ## License
        MIT License
        
        Copyright © 2019 Siddharth Dushantha
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
