- Notifications
You must be signed in to change notification settings - Fork1
Shorten URLs with bitly.com
License
NotificationsYou must be signed in to change notification settings
cwchentw/bitly
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
bitly
- shorten URLs with the power of bitly.com
$ bitly https://google.com.twhttps://bit.ly/3tf60Kv
- libcurl
- json-c
In addition, the program needs an access token from bitly.com. You need to sign up a bitly.com account and verify your email to get a token. Seethis page for more.
Just runmake
in the root directory of this project. Then, move the executivebitly
to a system executive directory like/usr/local/bin.
- 2022/01/09
- Load Bitly token from
BITLY_TOKEN
the environment variable
- Load Bitly token from
Copyright (c) 2022 Michelle Chen. Licensed under BSD
About
Shorten URLs with bitly.com