aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/track_status.py (unfollow)
Commit message (Collapse)Author
2021-05-03move scripts from bin/ to vk/Egor Tensin
This is done in preparation to moving to PyPI. TODO: * update docs, * merge/rename some scripts.
2019-12-23pylint/pep8 fixesEgor Tensin
2018-03-03fix Pylint warningsEgor Tensin
2018-03-03switch to VK API version 5.73Egor Tensin
2017-01-28vk: move file i/o to a separate moduleEgor Tensin
2017-01-26refactoringEgor Tensin
Context managers everywhere!
2017-01-22fix Pylint warningsEgor Tensin
2016-10-11revert most of the recent Pylint fixesEgor Tensin
I know better how to name my things.
2016-10-10fix Pylint warningsEgor Tensin
2016-10-01fix licensing noticesEgor Tensin
2016-07-19refactoringEgor Tensin
2016-07-19track_status.py: interface updateEgor Tensin
2016-06-24code styleEgor Tensin
2016-06-21track_status.py: skip deactivated usersEgor Tensin
2016-06-20track_status.py: refactoringEgor Tensin
2016-06-19move files to subdirectoriesEgor Tensin
2016-06-18vk.utils.tracking -> vk.trackingEgor Tensin
2016-06-18bugfixEgor Tensin
2016-06-18put format-specific db writers/readers togetherEgor Tensin
2016-06-17ignore connection errors in the db loggerEgor Tensin
2016-06-17make the status logger a database writerEgor Tensin
2016-06-16add CSV database readerEgor Tensin
2016-06-16track_status.py: move stuff to the packageEgor Tensin
2016-06-15track_status.py: add a database of statusesEgor Tensin
2016-06-15move API wrappers to a packageEgor Tensin
2016-06-10api.ConnectionError -> api.APIConnectionErrorEgor Tensin
To avoid clashes with the standard library.
2016-06-09refactoringEgor Tensin
2016-06-09track_status.py: ignore connection errorsEgor Tensin
This closes (hopefully) #1.
2016-06-09refactoringEgor Tensin
2016-02-13bugfixEgor Tensin
2016-02-12refactoringEgor Tensin
2016-02-12rename the scriptsEgor Tensin
2016-02-12refactoringEgor Tensin
2016-02-12use the standard logging module & refactoringEgor Tensin
Including more command line parameters & better usage messages.
2015-07-17bugfixEgor Tensin