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/).
- Host: GitHub
- URL: https://github.com/digitdesign/synopsis
- Owner: digitdesign
- License: mit
- Created: 2018-03-24T06:20:15.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-30T04:15:02.000Z (almost 8 years ago)
- Last Synced: 2025-02-10T09:42:17.203Z (12 months ago)
- Topics: auto, batch, google, link, python, python3, script, shortener, url
- Language: Python
- Homepage: https://godigit.design/projects/synopsis/
- Size: 53.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
### 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)