Skip to content

evi1ghost/get_salaries_from_tg_messages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

get_salaries_from_tg_messages

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.

Usage:

  1. Prepare virtual environment:
python3 -m venv venv
. /venv/bin/activate
pip install -U pip
pip install -r requirements.txt
  1. Enter the path to csv file - line 153 of extract.py
  2. Run the script:
python extract.py

Result will be written to extracted.csv in current directory

About

Extract salary from TG messages with vacancy proposual

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages