8000 GitHub - rlabausa/slackmoji-scraper: Web scraper for slackmojis.com
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

rlabausa/slackmoji-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

slackmoji-scraper

This is a simple program that automates the process of downloading all emojis from https://slackmojis.com/.

Running Locally

Clone the repo and install the required dependencies. This can be done by running the following command from the root of the project directory:

pip3 install -r requirements.txt

Then execute the script with your Python interpreter:

python3 scrape.py

You can also choose to make the file a standalone executable by running:

# make scrape.py executable
chmod +x scrape.py

# run the program (note: this requires setting the absolute path to interpreter in the script)
./scrape.py

About

Web scraper for slackmojis.com

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0