-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Still bug: login needs to be performed when creating
- Loading branch information
1 parent
81c0778
commit 7c4babb
Showing
9 changed files
with
88 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
>>RUBRIC | ||
Děti | ||
|
||
>>CATEGORY | ||
Hračky | ||
|
||
>>TITLE | ||
Plysak Pes | ||
|
||
>>PRICE | ||
1 | ||
|
||
>>DESCRIPTION | ||
Dobrý den, nabízím plysaka. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
name: 'YourName' | ||
phone_number: '+420602856098' | ||
email: '[email protected]' | ||
psc: '60200' | ||
password: '0000' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
#!/bin/bash | ||
|
||
python -m venv venv | ||
source venv/bin/activate | ||
pip3 install -r requirements.txt | ||
pip3 install $(pip3 list --outdated | awk '{print $1}'|tail -n 7) --upgrade | ||
PYTHONPATH=$PWD python3 bazos/__init__.py \ | ||
--items-path $PWD/examples-data/ \ | ||
--credentials-path $PWD/tokens/ \ | ||
--verbose=1 \ | ||
--remote=0 \ | ||
--create-all=1 \ | ||
--delete-all=1 \ | ||
--country cz sk \ | ||
--mode=fast |
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.