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,12 +1,18 @@
.. my_package documentation master file, created by
.. vk_url_scraper documentation master file, created by
sphinx-quickstart on Tue Sep 21 08:07:48 2021.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
**my-package**
===============
**vk-url-scraper**
==================
.. automodule:: vk_url_scraper
:imported-members:
.. automethod:: __init__
:members:
:undoc-members:
:show-inheritance:
.. automodule:: my_package
Contents
--------
@@ -23,24 +29,22 @@ Contents
:hidden:
:caption: Development
License <https://raw.githubusercontent.com/allenai/python-package-template/main/LICENSE>
License <https://raw.githubusercontent.com/bellingcat/vk-url-scraper/main/LICENSE>
CONTRIBUTING
GitHub Repository <https://github.com/allenai/python-package-template>
GitHub Repository <https://github.com/bellingcat/vk-url-scraper>
Team
----
**my-package** is developed and maintained by the AllenNLP team, backed by
`the Allen Institute for Artificial Intelligence (AI2) <https://allenai.org/>`_.
AI2 is a non-profit institute with the mission to contribute to humanity through high-impact AI research and engineering.
**vk-url-scraper** is developed and maintained by the Bellingcat Tech Team.
To learn more about who specifically contributed to this codebase, see
`our contributors <https://github.com/allenai/python-package-template/graphs/contributors>`_ page.
`our contributors <https://github.com/bellingcat/vk-url-scraper/graphs/contributors>`_ page.
License
-------
**my-package** is licensed under `Apache 2.0 <https://www.apache.org/licenses/LICENSE-2.0>`_.
A full copy of the license can be found `on GitHub <https://github.com/allenai/python-package-template/blob/main/LICENSE>`_.
**vk-url-scraper** is licensed under the MIT license.
A full copy of the license can be found `on GitHub <https://github.com/bellingcat/vk-url-scraper/blob/main/LICENSE>`_.
Indices and tables
------------------