/pridebot-glitch

A Twilio bot that sends you info on the soonest pride event in a given city

Primary LanguageJavaScript

Pridebot

A Twilio bot that sends you info on the soonest pride event in a given city. Adapted from Transposit and Glitch Basic Twilio SMS

This bot uses a custom scraper made in Apify to specifically scrape https://www.nighttours.com/gaypride/ for their events. The code for this scraper can be found here.

Project Overview

On the front-end,

  • public/style.css is the app's style
  • views/index.html is the app's UI

On the back-end,

  • server.js is run when the project starts
  • package.json contains the app's dependencies
  • .env contains variables custom to the app we don't want other users to see

More Info