Repository for ChatPub services.
How to run scraper.py?
conda create -n scraper python=3.10
conda activate scraper
pip install -r requirements.txt
python scraper.py
There is DDL for database.
The create_DDL.ipynb file is for creating database tables.
TODO : Update requirements.txt !!!