https://github.com/jackson-nestelroad/lc-instagram-images
Web server to grab the most recent Life.Church Instagram quotes.
https://github.com/jackson-nestelroad/lc-instagram-images
Last synced: 7 months ago
JSON representation
Web server to grab the most recent Life.Church Instagram quotes.
- Host: GitHub
- URL: https://github.com/jackson-nestelroad/lc-instagram-images
- Owner: jackson-nestelroad
- Created: 2020-04-19T19:18:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T09:36:34.000Z (almost 3 years ago)
- Last Synced: 2025-02-12T08:54:10.957Z (8 months ago)
- Language: Python
- Homepage: http://lc.ig.nestelroad.com/
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Life.Church Instagram Image Web Server
This repository is a very small web server that returns the Instagram images for the current Life.Church sermon series.
The server scrapes the Life.Church and Open Network websites each day and updates a PostgreSQL database.This web server was produced over two coding sessions.
**Version 1**
- Flask server that scrapes for the images on each request.
- Images presented in simple HTML.**Version 2**
- Web scraping was moved to a background script run once a day.
- Image links are stored in a PostgreSQL database and retrieved on GET requests.