Scrapes Every Email Address of Every Society in Every University
society-email-scrape
Scrapes Every Email Address of Every Society in Every University.
How to automatically generate new data
- Go to
unis.yml
- Add your uni
- Create a Pull Request
- GitHub Actions bot will automatically update as per your PR
- When I approve the PR your Uni will automatically be loaded into the website
- https://kcsoc.github.io/society-email-scrape/
How to run yourself
Add any URLs to unis.yml
PS: Don’t forget to leave a trailing newline at the end of the file
git clone https://github.com/kcsoc/society-email-scrape.git
cd society-email-scrape
./main.sh
How to test for a single university
- Choose a university (on your own or from unis.yml)
- Run
python main.py UNIVERSITY_URL
To run with debug mode
The program features a debug mode. To enable it, simply preface the python