Giter Site home page Giter Site logo

joyreactor_stats's Introduction

joyreactor_stats

PyPI PyPI - License PyPI - Python Version

Получение статистики по публикациям аккаунта на joyreactor


Установка пакета

Установка пакета с PyPi

$ pip install joyreactor-stats

Установка пакета из исходного кода

Исходный код размещается на GitHub.
Скачайте его и установите пакет:

$ git clone https://github.com/Genzo4/joyreactor_stats
$ cd joyreactor_stats
$ pip install .

Использование пакета

  • Подключаем:

from joyreactor_stats import JoyreactorStats
  • Создаём экземпляр

Создаём экземпляр JoyreactorStats. Нужно указать основной параметр:

  • account - аккаунт на Joyrector, для которого собирается статистика.

Можно указать дополнительные параметры:

  • open_xls - открывать в excel полученный отчёт. Значение по умолчанию: True
  • show_progress - показывать прогресс поиска. Значение по умолчанию: True
  • quiet - не выводить никаких сообщений на экран. Значение по умолчанию: False
joy_stats = JoyreactorStats('AccountName')
  • Запускаем получение отчёта

joy_stats.work()

Пример использования модуля см. в файле main.py


Joyreactor Stats

На основе пакета joyreactor_stats сделана программа Joyreactor Stats. Готовые билды программы можно взять в релизах на сайте Github (https://github.com/Genzo4/joyreactor_stats/releases)

  • Билд под Windows

pip install -r requirements_build.txt
pyinstaller -F -n joyreactor_stats -i favicon.ico main.py --version-file version.txt

Готовый исполняемый файл появляется в папке dist.

P.S. Для Windows 7 делать билд максимум под Python 3.8

Помощь по параметрам командной строки можно узнать выполнив:

joyreactor_stats.exe -h

Changelog

joyreactor_stats's People

Contributors

genzo4 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.