https://github.com/silveda-dev/dames-of-code-scraper
A web app providing scraped information on early women in technology. Coded in Python, using Flask and BeautifulSoup.
https://github.com/silveda-dev/dames-of-code-scraper
beautifulsoup flask python scraper webapp
Last synced: about 1 month ago
JSON representation
A web app providing scraped information on early women in technology. Coded in Python, using Flask and BeautifulSoup.
- Host: GitHub
- URL: https://github.com/silveda-dev/dames-of-code-scraper
- Owner: Silveda-dev
- Created: 2025-01-27T09:20:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-03T14:28:08.000Z (about 1 year ago)
- Last Synced: 2025-08-04T20:19:52.290Z (11 months ago)
- Topics: beautifulsoup, flask, python, scraper, webapp
- Language: Python
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dames-of-code-scraper



Dames of Code is a web-app designed to share the stories of early women in technology. Using BeautifulSoup, it scrapes and formats content from their Wikipedia profiles and then, using Flask, renders this information in a HTML template. All of the women featured in DoC were sourced from the book _Broad Band_ by Claire L. Evans.
**INSTRUCTIONS TO RUN YOUR OWN DEMO (FOR LINUX USERS)**
1) Download this repo
2) If you don't already have virtualenv installed, you can install it with the command `pip install virtualenv`
3) Create (`virtualenv venv`) and then activate (`source ./venv/bin/activate`) a virtual environment
4) If you don't already have Flask installed, you can install it with `pip install Flask`
5) Run the file dame-scraper.py
6) With your browser, open the address indicated in the terminal (this will usually be http://127.0.0.1:5000/)