Extract salary from TG messages with vacancy proposal to three columns: salary_from, salary_to and currency.
Сsv file with column "text" which contains telegram messages is expected.
- Prepare virtual environment:
python3 -m venv venv
. /venv/bin/activate
pip install -U pip
pip install -r requirements.txt
- Enter the path to csv file - line 153 of extract.py
- Run the script:
python extract.py
Result will be written to extracted.csv in current directory