https://github.com/slaveofcode/rebrandly-export-csv
Simple project to backup / export your rebrandly links data into csv file
https://github.com/slaveofcode/rebrandly-export-csv
Last synced: 8 months ago
JSON representation
Simple project to backup / export your rebrandly links data into csv file
- Host: GitHub
- URL: https://github.com/slaveofcode/rebrandly-export-csv
- Owner: slaveofcode
- License: mit
- Created: 2018-12-27T08:51:12.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-27T10:34:49.000Z (almost 7 years ago)
- Last Synced: 2025-01-20T15:23:34.735Z (10 months ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rebrandly Exporter CSV
This is a simple project to export your rebrandly links through API provided by rebrandly.
You will need an `API Key` to use this. then simply put on `.env` file. There is a sample `.env.example` to guide you what to do.
This project only created in about 30 minutes to support my job, so don't expect rich features. You are free to modify or develop this project.
## How to Run
After you create `.env` file, then run `npm i` to install dependencies and run `node index.js` to start the process. The result will be on `results` folder.