Skip to content

Commit

Permalink
readme, todo edit
Browse files Browse the repository at this point in the history
  • Loading branch information
Prototype-X committed Oct 5, 2016
1 parent bb7fa3d commit c90dab4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,18 @@ Python версии 3.4.0 и выше
2. chmod a+x /opt/blacklist-rkn-tool/bl-rkn.py
3. Установите пакеты:

pip3 install -r requirements.txt
OR
pip3 install peewee lxml suds-jurko

Для работы достаточно установить один Database Adapter, для типа БД который будет использоваться (SQLite установлен по умолчанию):

pip3 install psycopg2 #для PostgreSQL
OR
pip3 install pymysql #для MySQL


Установить все пакеты:

pip3 install -r requirements.txt

4. Запустите скрипт, затем отредактируйте **bl-rkn.cfg**
5. Настройте запуск по cron

Expand Down
1 change: 0 additions & 1 deletion TODO
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ todo добавить поддержку PostgreSQL +
todo использовать в таблицах Foreign keys +
todo миграция на другую библиотеку SOAP например: async-suds, suds-py3
todo за год дамп увеличился в три раза, в один поток очень медленно парсит дамп, решение async и multiprocessing
todo push

todo class DB - для работы с DB +
todo class Core - для получения данных выгрузки и парсинга в БД +
Expand Down

0 comments on commit c90dab4

Please sign in to comment.