Do it your self hobby code

Year: 2020

cURL Support Missing

The optional module, curl, is not installed, or has been disabled. To install this on your server, login on your terminal sudo apt-get install php-curl sudo service apache2 restart If still doesn’t work, we have to install the right version. Find first the version of your php How to fix cURL Support Missing? php –version …

cURL Support Missing Read More »

How to obtain authorization—Python Youtube API

In this tutorial, we will write a simple python program will help you to obtain a user authorization on Youtube API by writing a simple Python program. Requirements: You should have a google account Python 3.5+ Pip management tool Step 1: SETUP GOOGLE API PROJECT Login to google and go to this link: https://console.developers.google.com/start/api?id=youtube Create …

How to obtain authorization—Python Youtube API Read More »