Skip to content

Crawls a movie theather website in order to get new movies via slack

Notifications You must be signed in to change notification settings

Diogo-Ferreira/TheaterCrawler

Repository files navigation

TheaterCrawler

This script crawls a movie theather website periodically in order to detect new movies.

New movies are sent via a slack channel.

Config

Get your slack webhook url and set it inside .env, see .env-example

Deployment on Kubernetes

  1. Create secret
kubectl create secret generic slack-web-hook --from-env-file=.env
  1. Deploy
kubectl apply -f deployment.yml 

About

Crawls a movie theather website in order to get new movies via slack

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published