An open API service indexing awesome lists of open source software.

https://github.com/digitdesign/synopsis

Python3 solution for URL shortening using Google’s URL Shortener API (https://goo.gl/).
https://github.com/digitdesign/synopsis

auto batch google link python python3 script shortener url

Last synced: 10 months ago
JSON representation

Python3 solution for URL shortening using Google’s URL Shortener API (https://goo.gl/).

Awesome Lists containing this project

README

          


Synopsis

Python3 solution for batch URL shortening using Google’s URL Shortener API.







### Prerequisites
- Python 3.xx
- 'Pandas' module for Python
```sh
pip3 install pandas
```

### Installation
Synopsis can be installed via the command-line with either curl or wget.

##### Via cURL
```sh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/digitdesign/synopsis/master/tools/install.sh)"
```

##### Via Wget
```sh
sh -c "$(wget https://raw.githubusercontent.com/digitdesign/synopsis/master/tools/install.sh -O -)"
```

### Creator(s)
- Shaan Shivanandan
- Vineet Bhardwaj
- Satyanarayana Nalluri

### Contributing
Feel free to dive in! [Open an issue](https://github.com/digitdesign/synopsis/issues/new/) or submit a PR.

### License
Copyright (c) Go Digit General Insurance Ltd. or its affiliates

### Acknowledgement
This project is created and maintained by [Shaan Shivanandan](https://github.com/shaanshivanandan/).

### Support
[Send support request →](mailto:shaan.shivanandan@godigit.com?Subject=Support%3A%20Synopsis)