Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 656 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 656 Bytes

bard

Installation

1) Requirements

Outside of Python3, pip etc you need bardapi

BardAPI Python

$ pip install bardapi
$ pip install git+https://github.com/dsdanielpark/Bard-API.git

CockyGrabber

CockyGrabber

For the records :

  • It uses System.Data-SQLite. This uses a target-specific native DLL. If your computer is x86, make sure that :
    • Your C# project targets x86
    • You have the "x86" folder in the output folder

If its x64 do the same with x64 ;)