Create README.md

This commit is contained in:
Andrew Linim 2024-11-04 17:10:07 +03:00 committed by GitHub
parent 534b3b8c99
commit d7b9566c77
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

10
README.md Normal file
View file

@ -0,0 +1,10 @@
# GImages
## Google-Images-Search wrapper bot for Next
### Installation:
1. Download [Next.py library](https://autumn.avanpost20.ru/attachments/download/WL1PuZrNahl8rSzi7xItxrbd5GHwn47kdQyHG6f1rF) and install downloaded file with Pip (pip install ./next.py-0.2.0-py3-none-any.whl)
2. Install Google-Images-Search library via Pip: pip install google-images-search
3. If you using a Windows, install a windows-curses library via Pip: pip install windows-curses
4. Set up your Next and Google credentials in creds.py file
5. All done! Now, you can run your own instance of bot by running main.py