Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/avbolsh/bitly
Browse files Browse the repository at this point in the history
  • Loading branch information
avbolsh committed Sep 21, 2019
2 parents d9f4f99 + a099a50 commit c2b1be5
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
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

0 comments on commit c2b1be5

Please sign in to comment.