Skip to content

pavelprokhorenko/twitter-parser

Repository files navigation

Twitter parser

Installing

  • pre-commit hook.
$ pre-commit install
  • install requirements.
$ python3 -m venv .venv
$ source .venv/bin/activate
$ pip install -r requirements.txt
  • You should create "settings.yaml" in root, copy "settings.yaml.example" into "settings.yaml" and specify credentials.

Run server

$ python main.py

Documentation

  • API docs (swagger) you can see on http://<Service Host>/docs