WingofaGriffin / pridebot-glitch

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

Home Page:https://glitch.com/~pridebot-glitch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Made by Griffin Solot-Kehl

About

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

https://glitch.com/~pridebot-glitch


Languages

Language:JavaScript 51.5%Language:HTML 24.6%Language:CSS 23.9%