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

@@ -2,7 +2,7 @@
set -e
TAG=$(python -c 'from my_package.version import VERSION; print("v" + VERSION)')
TAG=$(python -c 'from vk_url_scraper.version import VERSION; print("v" + VERSION)')
read -p "Creating new release for $TAG. Do you want to continue? [Y/n] " prompt