Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thoth2357/giphy-downloader

Automated scripts that logs users into giphy and downloads all gifs that user has favourited
https://github.com/thoth2357/giphy-downloader

automation selenium web-scraping

Last synced: 4 days ago
JSON representation

Automated scripts that logs users into giphy and downloads all gifs that user has favourited

Awesome Lists containing this project

README

        

![](https://img.shields.io/badge/Tools-selenium-informational?style=flat&logo=python&logoColor=white&color=2bbc8a)
![](https://img.shields.io/badge/Tools-requests-informational?style=flat&logo=python&logoColor=white&color=2bbc8a)
![](https://img.shields.io/badge/Tools-BeautifulSoup-informational?style=flat&logo=python&logoColor=white&color=2bbc8a)
![](https://img.shields.io/badge/Code-Python-informational?style=flat&logo=python&logoColor=white&color=2bbc8a)

**SCRIPT INFO**
Script logins user to the giphy websites and scrapes and downloads all gifs in the user favourites

**REQUIREMENTS**

Use the below command to install the required python modules
pip -r requirements.txt

Note: On running script if you skip the above command the script would help in installing the missing modules/libraries.

**RUN SCRIPTS**

Navigate to the directory the script is stored and run the below command
python script.py

**INFORMATION REQUIRED BY SCRIPT**

The following infomation would be asked by the scripts and below are example formats.. Note passwords and login details are not stored...So privacy is ensured.

email = "[email protected]"

password = "#########"

path = "giphy-images"