Metadata-Version: 2.1
Name: grablinkgooglesearch
Version: 0.0.6
Summary: A python package for Grab Link Google Search and export it to a file csv or txt.
Home-page: https://github.com/H4rfu1/grablinkgooglesearch
Author: Moh Fahrul Hafidh
Author-email: admin@kulitekno.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
License-File: LICENSE

# grablinkgooglesearch
A python package for Grab Link Google Search and export it to a file csv or txt.

## Installation
Requirement library:
```bash
pip install beautifulsoup4
pip install google
pip install csv
```

To install, run the following command:
```bash
python3 -m pip install grablinkgooglesearch
```

## usage
Enter in python interactive mode:
```bash
python3
```
Using python package with following usage:
```python
import grablinkgooglesearch
grablinkgooglesearch.main()
```

