Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/thoth2357/giphy-downloader
- Owner: thoth2357
- Created: 2021-10-29T09:58:34.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-31T15:51:12.000Z (about 3 years ago)
- Last Synced: 2024-03-19T10:41:24.673Z (8 months ago)
- Topics: automation, selenium, web-scraping
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.txtNote: 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"