Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PincessWoona committed May 7, 2024
1 parent 98e2ff8 commit 0563c82
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions README.md
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
```

0 comments on commit 0563c82

Please sign in to comment.