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

@@ -6,7 +6,7 @@ body:
- type: markdown
attributes:
value: >
#### Before submitting a bug, please make sure the issue hasn't been already addressed by searching through [the existing and past issues](https://github.com/allenai/python-package-template/issues?q=is%3Aissue+sort%3Acreated-desc+).
#### Before submitting a bug, please make sure the issue hasn't been already addressed by searching through [the existing and past issues](https://github.com/bellingcat/vk-url-scraper/issues?q=is%3Aissue+sort%3Acreated-desc+).
- type: textarea
attributes:
label: 🐛 Describe the bug
@@ -17,7 +17,7 @@ body:
```python
# All necessary imports at the beginning
import my_package
import vk_url_scraper
# A succinct reproducing example trimmed down to the essential parts:
assert False is True, "Oh no!"

View File

@@ -1,5 +1,5 @@
name: 📚 Documentation
description: Report an issue related to https://my-package.readthedocs.io/latest
description: Report an issue related to https://vk-url-scraper.readthedocs.io/latest
labels: 'documentation'
body:
@@ -7,7 +7,7 @@ body:
attributes:
label: 📚 The doc issue
description: >
A clear and concise description of what content in https://my-package.readthedocs.io/latest is an issue.
A clear and concise description of what content in https://vk-url-scraper.readthedocs.io/latest is an issue.
validations:
required: true
- type: textarea