-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Это обновление по сути нужно для одной цели: зависеть от более новой версии модуля vk_api, где в очередной раз попытались исправить авторизацию. Как же меня бесит то что вк постоянно развивается в такую сторону, что портит жизнь тем, кто пытается работать с API, особенно как я с этим спамером. Помимо этого я перевёл некоторые сообщения на русский, чтобы не мешать английский и русский языки и создал скрипт сборки для Windows.
- Loading branch information
Showing
3 changed files
with
17 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
REM ===================================== | ||
REM = Скрипт сборки спамера = | ||
REM = Запускать из Windows, результат = | ||
REM = cборки будет находиться в папке = | ||
REM = dist/spam.exe = | ||
REM ===================================== | ||
@echo off | ||
pip install setuptools pyinstaller | ||
pip install -r requirements.txt | ||
pyinstaller --exclude-module _bootlocale --onefile core/spam.py --hidden-import=vk_api --hidden-import=python3-anticaptcha --hidden-import=requests |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
|
||
setup( | ||
name='vk-spammer', | ||
version='1.2.5.2', | ||
version='1.2.5.3', | ||
author='fgRuslan', | ||
author_email='[email protected]', | ||
url='https://github.com/fgRuslan/vk-spammer', | ||
|