ported vk scraper logic into lib

This commit is contained in:
Miguel Ramalho
2022-06-17 19:15:20 +02:00
parent b3c7ac8e5d
commit 965057619f
32 changed files with 1346 additions and 610 deletions

View File

@@ -1,23 +1,23 @@
Installation
============
**my-package** supports Python >= 3.7.
**vk-url-scraper** supports Python >= 3.7.
## Installing with `pip`
**my-package** is available [on PyPI](https://pypi.org/project/my-package/). Just run
**vk-url-scraper** is available [on PyPI](https://pypi.org/project/vk-url-scraper/). Just run
```bash
pip install my-package
pip install vk-url-scraper
```
## Installing from source
To install **my-package** from source, first clone [the repository](https://github.com/allenai/python-package-template):
To install **vk-url-scraper** from source, first clone [the repository](https://github.com/bellingcat/vk-url-scraper):
```bash
git clone https://github.com/allenai/python-package-template.git
cd python-package-template
git clone https://github.com/bellingcat/vk-url-scraper.git
cd vk-url-scraper
```
Then run