Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Add book integration (#1)
Browse files Browse the repository at this point in the history
* Remove obsolete packages

* Refactor Goodreads scraping

Remove Goodreads API and search methods, move folder into a single file.

* Add book integration

* Refactor error traceback

Replace traceback printing with logger warning message.
  • Loading branch information
bkiac authored Oct 9, 2019
1 parent b8fb94d commit 1972de1
Show file tree
Hide file tree
Showing 9 changed files with 177 additions and 184 deletions.
3 changes: 1 addition & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,12 @@ flake8 = "*"
pep8 = "*"
pylint = "*"
pre-commit = "*"
pipenv-to-requirements = "*"

[packages]
notion = "*"
python-dotenv = "*"
omdb = "*"
simplejson = "*"
goodreads = "*"
beautifulsoup4 = "*"
python-dateutil = "*"
python-telegram-bot = "*"
Expand Down
144 changes: 67 additions & 77 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

45 changes: 45 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
################################################################################
# This requirements file has been automatically generated from `Pipfile` with
# `pipenv-to-requirements`
#
#
# This has been done to maintain backward compatibility with tools and services
# that do not support `Pipfile` yet.
#
# Do NOT edit it directly, use `pipenv install [-d]` to modify `Pipfile` and
# `Pipfile.lock` and then regenerate `requirements*.txt`.
################################################################################

appdirs==1.4.3
aspy.yaml==1.3.0
astroid==2.3.1
attrs==19.2.0
black==19.3b0
certifi==2019.9.11
cfgv==2.0.1
click==7.0
entrypoints==0.3
flake8==3.7.8
identify==1.4.7
importlib-metadata==0.23
isort==4.3.21
lazy-object-proxy==1.4.2
mccabe==0.6.1
more-itertools==7.2.0
nodeenv==1.3.3
pbr==5.4.3
pep8==1.7.1
pipenv-to-requirements==0.8.2
pipenv==2018.11.26
pre-commit==1.18.3
pycodestyle==2.5.0
pyflakes==2.1.1
pylint==2.4.2
pyyaml==5.1.2
six==1.12.0
toml==0.10.0
typed-ast==1.4.0 ; implementation_name == 'cpython' and python_version < '3.8'
virtualenv-clone==0.5.3
virtualenv==16.7.5
wrapt==1.11.2
zipp==0.6.0
Loading

0 comments on commit 1972de1

Please sign in to comment.