Skip to content

Neptuniam/Dribbble-Crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dribbble-slack

A simple python web scraper to pull the top daily Dribbble content into slack.

Installing

Install all of the required dependencies:

pipenv install

Running

Execute the crawler manually by running:

pipenv python3 main.py <slackHook>

or

Set up an environment variable file to use the included makefile

*create/open a file called '.env' that contains the following*
HOOK='<INSERT YOUR MAIN HOOK HERE>'
DEVHOOK='<INSERT YOUR DEV HOOK HERE (OPTIONAL, USED FOR make toMe)>'

Run the script

make

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Web Crawler for the Dribbble top posts to streamline to Slack (ripped off: https://github.com/carterbourette/instagram-slack)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published