Naver is currently the biggest search engine in South Korea. Naver Cafe platform is a platform that allows its members to share common ideas by posting their thoughts. This Django web application scrapes Naver IDs of members registered for a certain Cafe and sends emails to the members.
pip install requirements.txt
*Set .secrets folder at the same level as account and config folders *Add secrets.json file to the folder *The json file should resemble something like below
{
"SECRET_KEY": "**************************************'"
}
*Run it on local server
python manage.py runserver
- This application uses selenium module when scraping the Naver IDs so it takes quite a bit of time when attempting to scrape multiple post board pages.
- Pycharm
- Django
- Jae Hyun Moon

