Code Monkey home page Code Monkey logo

jobbot's Introduction

Job Bot

Telegram bot for vacancies search. Implementation is based on HNSW algorithm from hnswlib.

Data was crawled from HH api and consist of 117375 vacancies from the fields of IT, medicine and marketing by almost all Russian regions. The data is preferably on the Russian language.

  1. The original crawled data in .JSON format is available at: https://yadi.sk/d/4p2kfG-1ilbH1g
  2. The preprocessed data is available at: https://yadi.sk/d/mrh5x9CzvmWq4w
  3. The search index built is available at: https://yadi.sk/d/Kd-Q7A2UOyseLg

Installation:

In order to run and test the bot, please follow the steps below:

  1. Clone this repository into your local machine. You should have Python 3.6+ and pip installed.
  2. Insert following commands in the Bash terminal: pip install -r requirements.txt
  3. Download pre-built Search Index and all additional data structures, then put it inside ser_structures directory, which is in the root of the repository.
  4. Register your unique Telegram bot, then create token.txt in the root of the repository and put your token inside it.
  5. Run launching script in the Bash terminal . run_bot.sh. That's all, after that you can find your bot in the Telegram and test it!

Instead of downloading pre-built index and structures you also can launch the Crawler and all the preprocessing pipeline in your machine. In this case you collects fresher vacancies, but of course be ready to wait, it is not fast process in general.

Run . run_pipeline.sh in your terminal if you want to test the crawler and the pipeline. Finally, when the script finishes, search index and all the structures will build. Just put your token and run . run_bot.sh after that to test it.

jobbot's People

Contributors

m-abyzov avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.