Crawler to get the list of professor from Shanghai Jiao Tong University, Link to medium article : https://medium.com/@salahudinmalik/heres-what-you-can-do-with-node-js-crawler-and-google-auto-email-4a71599257f0
I was frustated with searching for every professor and there research interest so I thought why whouldn't I make a crawler for me.
Clone and run npm install.
GOOGLE_ID='######'
GOOGLE_SECRET='#######'
GOOGLE_REFRESH_TOKEN='######'
GOOGLE_SPREADSHEET_ID='#######'
What things you need to install the software and how to install them
Nodejs
A step by step series of examples that tell you how to get a development env running
Clone project
git clone https://github.com/SalahudinMalik/nodejs_crawler.git
Planned features & enhancements are:
- Send auto emails to professors
- Nodejs - Nodejs
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
- Salahudin Malik - Initial work - SalahudinMalik
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details
- Thanks to my friend Abdul Hafeez for crawler idea