-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
98e2ff8
commit 0563c82
Showing
1 changed file
with
29 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,30 @@ | ||
# Pony/Furry image finder | ||
|
||
Вы можете найти любую картинку используя лишь теги и магию запросов. | ||
|
||
## Установка | ||
|
||
``` | ||
git clone https://github.com/PincessWoona/PonyFurryFinder.git | ||
cd PonyFurryFinder | ||
pip install requests flask | ||
vim app.py | ||
``` | ||
Отредактируйте строки связанные с api: | ||
``` | ||
DERPIBOORU_API_KEY = "**************" | ||
FURBOORU_API_KEY = "**************" | ||
``` | ||
|
||
Вместо звездочек должны быть ваши API-ключи, которые вы можете получить на сайтах furbooru.org и derpibooru.org. | ||
В разделе `/registrations/edit` | ||
|
||
## Запуск | ||
|
||
``` | ||
python app.py | ||
``` | ||
|