Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit04ad500

Browse files
committed
update readme
1 parent2265963 commit04ad500

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎README.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,15 +201,15 @@ More info about Heroku [Scheduler](https://devcenter.heroku.com/articles/schedul
201201

202202
Build your image
203203
```
204-
docker build -t niqdev/packtpub-crawler:1.3.0 .
204+
docker build -t niqdev/packtpub-crawler:1.4.0 .
205205
```
206206

207207
Run manually
208208
```
209209
docker run \
210210
--rm \
211211
--name my-packtpub-crawler \
212-
niqdev/packtpub-crawler:1.3.0 \
212+
niqdev/packtpub-crawler:1.4.0 \
213213
python script/spider.py --config config/prod.cfg --upload drive
214214
```
215215

@@ -218,7 +218,7 @@ Run scheduled crawler in background
218218
docker run \
219219
--detach \
220220
--name my-packtpub-crawler \
221-
niqdev/packtpub-crawler:1.3.0
221+
niqdev/packtpub-crawler:1.4.0
222222
223223
# useful commands
224224
docker exec -i -t my-packtpub-crawler bash

‎script/spider.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def main():
1616
parser=argparse.ArgumentParser(
1717
description='Download FREE eBook every day from www.packtpub.com',
1818
formatter_class=argparse.ArgumentDefaultsHelpFormatter,
19-
version='1.3.0')
19+
version='1.4.0')
2020

2121
parser.add_argument('-c','--config',required=True,help='configuration file')
2222
parser.add_argument('-d','--dev',action='store_true',help='only for development')

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp