Metadata-Version: 2.1
Name: snapmap-archiver
Version: 1.1.0
Summary: Download all Snapmaps content from a specific geolocation.
Home-page: https://github.com/king-millez/snapmap-archiver
Author: king-millez
Author-email: millez.dev@gmail.com
License: UNKNOWN
Description: # snapmap-archiver
        
        A tool written in Python to download all Snapmaps content from a specific geolocation.
        
        ![snapmap-archiver splash](/.github/img/Splash.png)
        
        ## Setup
        
        `pip3 install snapmap-archiver`
        
        [View on PyPI](https://pypi.org/project/snapmap-archiver/)
        
        Install dependencies with `pip3`.
        
        ```sh
        pip3 install -r requirements.txt
        ```
        
        Install [aria2c](http://aria2.github.io/)
        
        ## Usage
        
        ```sh
        python3 -m snapmap_archiver -o [OUTPUT DIR] -g="[LATITUDE],[LONGITUDE]"
        ```
        
        Unfortunately you have to use the arbitrary `-g="lat,lon"` rather than just `-g "lat,lon"` when parsing negative numbers as `argsparse` interprets said numbers as extra arguments.
        
        ### Optional Arguments
        
        #### Export JSON
        
        You can export a JSON file with info about downloaded snaps with the `--write-json` argument, which will contain information like the time the Snap was posted, and the Snap location.
        
        #### Snap Radius
        
        The radius from the coordinates you provide that will be included for downloads. `-r 20000` will download all Snaps within a 20km radius of your coordinates.
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
