Skip to content

magbanum/python-codes

Repository files navigation

python-codes

Prerequisites:

Using GitHub api in Python

Make sure requests package is installed on your system using following command.

pip install requests

Github API Link: https://api.github.com/users/magbanum


Using Hashnode api in Python

Make sure requests and os packages are installed on your system using following command.

pip install requests os

Hashnode API Link: https://api.hashnode.com

Note: You will need to generate your own Personal Access Token to use Hashnode API.

Visit How to use Hashnode APIs in Python to know more about Hasnode APIs.


Using Newsapi in Python

Make sure requests package is installed on your system using following command.

pip install requests

NewsAPI Link: https://newsapi.org/

Note: You will need to generate you own API key using above link to get access to APIs.


Using Youtube api in Python

Make sure os and google-api-python-client packages is installed on your system using following command.

pip install os google-api-python-client

Youtube API: https://developers.google.com/youtube/v3/docs/

Note: You will need to generate you own Youtube API key using above link to get access to APIs.


api_test_programs:

  • github_api_test.py
  • hashnode_api_test.py
  • newsapi_test.py
  • youtube_api_test.py

games:

  • snake-ladder.py

web-scrapping:

  • brainyquote_scrapper.py
  • Vessel finder using IMO number

About

Some python programs I worked on and used in my blogs and videos. Check out the README.md file for more information.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages