FloridaMan - A Florida News Story Google Search Web Scarper
https://floridaman.onrender.com/today Table of ContentsProject Demo

Project Inspiration
This website is my Final Project for CS50 Edx Course 2020. My goal was to create a website that would show a user their "Florida Man Horoscope", which I had learned about years back. A Florida Man Horoscope is created by typing in your date of birth into Google + "Florida Man" and the list of headlines that return are your horoscope. (Here's an example.)
Origin of the Meme: Know Your Meme
Wikipedia: Link
To accomplish this I built a web-scraper that would search for 'Florida Man' headlines and save the results from every day of the year (including leap year). I put those results into a database and any user can query them while searching the website.
Built With
Getting Started
To get a local copy up and running follow these simple example steps.
Prerequisites
Installation
- Clone the repo
sh git clone gh repo clone smhenderson89/FloridaMan - Setup virtual environment:
sh . venv/bin/activate - Install all pip package requirements:
#### Windows
sh pip install -r requirements.txt#### Macsh pip3 install -r requirements.txt - Setup Environmental varialbe:
sh export FLASK_APP=app.py - Launch Website
sh python3 app.py - Go to location host location, should be running at localhost:5000
Roadmap
I'm pretty happy with how the site turned out. There are some sretch goal ideas I have (making a twitter bot to post a new news story everyday, word cloud), but for now it was a great learning experience.
See the open issues for a full list of proposed features (and known issues).
Contact
Scott Henderson Github: https://github.com/smhenderson89
Acknowledgments
- The DigitalCrafts Teachers and Teaching Assistants
[product-screenshot]: images/screenshot.png

Log in or sign up for Devpost to join the conversation.