You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,6 +104,7 @@ This is a repository of all the tutorials of [The Python Code](https://www.thepy
104
104
-[How to Use Github API in Python](https://www.thepythoncode.com/article/using-github-api-in-python). ([code](general/github-api))
105
105
-[How to Use Google Drive API in Python](https://www.thepythoncode.com/article/using-google-drive--api-in-python). ([code](general/using-google-drive-api))
106
106
-[How to Translate Text in Python](https://www.thepythoncode.com/article/translate-text-in-python). ([code](general/using-google-translate-api))
107
+
-[How to Make a URL Shortener in Python](https://www.thepythoncode.com/article/make-url-shortener-in-python). ([code](general/url-shortener))
# [How to Make a URL Shortener in Python](https://www.thepythoncode.com/article/make-url-shortener-in-python)
2
+
To run this:
3
+
-`pip3 install -r requirements.txt`
4
+
- Edit your account credentials for both `bitly_shortener.py` and `cuttly_shortener.py` and run the scripts along with URL you want to shorten, example:
0 commit comments