Skip to content
This repository was archived by the owner on May 20, 2020. It is now read-only.

hyphacoop/spreadsheet2shortlinks

Repository files navigation

spreadsheet2shortlinks

CLI tool for syncing Rebrandly shortlinks from a spreadsheet.

This command-line tool takes data from a spreadsheet, and uses it to create/update shortlinks managed on Rebrandly. (For examples, see "Data Sources", under Supported Platforms below.)

Supported Platforms

Usage

For full usage instructions:

# Don't forget to prefix with `pipenv run` if using pipenv!
$ spreadsheet2shortlinks --help

Technologies Used

  • Python.
    • Click.

Installation

$ pip install git+https://github.com/hyphacoop/spreadsheet2shortlinks#egg=spreadsheet2shortlinks

You may also choose to use pipenv, if you have it installed. It allows for better isolation of Python projects.

# To use `pipenv` and an isolated project environment via `pipenv run`:
$ pipenv install --editable git+https://github.com/hyphacoop/spreadsheet2shortlinks#egg=spreadsheet2shortlinks
$ pipenv run spreadsheet2shortlinks --help

# You can set config via a dot-env file
$ cp sample.env .env

Development

$ cd path/to/spreadsheet2shortlinks
$ git submodule update --init
$ pipenv install

About

CLI tool for syncing Rebrandly shortlinks from a spreadsheet

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages