Gaana-favourites
For Linux:
1) Run the script "dependencies.sh" in the directory:
Terminal : bash dependencies.sh or ./dependencies.sh
2) Edit the python script 'main.py':
Enter email, password and name of any one song from Gaana favourites inside the empty strings.
Look for comments to find them within the code.
3.Run the python script "main.py":
Terminal : python main.py
For Windows(with python installation):
1) Refer https://www.makeuseof.com/tag/install-pip-for-python/ for installing pip.
2) Run following commands in terminal to install selenium and pynput:
pip install selenium
pip install pynput
3) Edit the python script 'main.py':
Enter email, password and name of any one song from Gaana favourites inside the empty strings.
Look for comments to find them within the code
4) Run the python script "main.py".
Enjoy Gaana!!!