-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/avbolsh/bitly
- Loading branch information
Showing
1 changed file
with
6 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,22 @@ | ||
#Bitly url shorterer | ||
# Bitly url shorterer | ||
|
||
[TODO: This script allow create short url and count clicks on bitly-links. Script uses service https://bitly.com/] | ||
|
||
###How does it work | ||
If you'll input a not-bitly-url script put bitly-link in stdout. | ||
### How does it work | ||
If you'll input a not-bitly-url script puts bitly-link in stdout. | ||
If you'll input a bitly-link script counts how many times it was clicked. | ||
|
||
|
||
###How to install | ||
### How to install | ||
|
||
Python3 should be already installed | ||
|
||
Then use 'pip' to install dependencies: | ||
|
||
``` | ||
pip install -r requpip install -r requirements.txt | ||
pip install -r requirements.txt | ||
``` | ||
###Project Goals | ||
### Project Goals | ||
|
||
This sript is written for educational purposes on online-course dvmn.org | ||
|
||
# bitly |