mirror of
https://github.com/bellingcat/vk-url-scraper.git
synced 2026-06-11 21:08:37 +03:00
ported vk scraper logic into lib
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user