Skip to content

TomTkacz/gli99

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1678306298287

This was created as an alternative to the official GifCities API and was mostly just a personal practice project for Selenium WebDriver. The GifCities server is simply slow to serve image data, so either way will yield about the same result. But hey, it's Python :D


## Installation1678407448911

Run the following to install:

pip install gli99

## Usage1678407713226

from gli99.tools import GifScraper

gs = GifScraper(browser="firefox")
gs.load(query="brazil",amount=5)
gs.download()

currently supported browsers:

  • Edge
  • Chrome
  • Firefox

1678475501350