Google Images Search bot written in Next.py (revolt.py fork for next.avanpost20.ru)
Find a file
2024-11-04 17:11:13 +03:00
api.py Add files via upload 2024-11-04 17:11:13 +03:00
creds.py Add files via upload 2024-11-04 17:11:13 +03:00
LICENSE Initial commit 2024-11-04 13:24:35 +03:00
main.py Add files via upload 2024-11-04 17:11:13 +03:00
README.md Create README.md 2024-11-04 17:10:07 +03:00

GImages

Google-Images-Search wrapper bot for Next

Installation:

  1. Download Next.py library 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