Skip to content

Commit cb448c2

Browse files
committed
updated readme
1 parent c2f695f commit cb448c2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2017 realpython
3+
Copyright (c) 2018 Real Python
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

readme.md

+1
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,5 @@
3232
1. **30_fullcontact.py**: Call the [FullcContact](https://www.fullcontact.com/developer/) API
3333
1. **31_youtube_sentiment.py**: Calculate sentiment score from the comments of a Youtube video
3434
1. **32_stock_scraper.py**: Get stock prices
35+
1. **33_country_code.py**: Convert country code to country name
3536
1. **34_git_all_repos.py**: Clone all repositories from a public user or organization on Github. Usage: `python git_all_repos.py users USER_NAME` or `python git_all_repos.py orgs ORG_NAME`

0 commit comments

Comments
 (0)