Skip to content

A python script to play your favourite playlist from Gaana.com with one command using selenium webdriver

Notifications You must be signed in to change notification settings

vishaaaljagtap/Gaana-favourites

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!!!

About

A python script to play your favourite playlist from Gaana.com with one command using selenium webdriver

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published