Здравствуйте.
Имеется сайт
https://strelkacard.ru/ - сайт позволяет узнать баланс по карте.
Что бы постоянно не лазить в браузер, решил сделать скрипт на Python.
Но толком не знаю как лучше решить эту задачу
В качестве начала, написал простой скрипт с использованием Selenium, баланс удалось получить, но это всё тот же браузер хоть и автоматизированный.
Решил попробовать Scrapy, но он при установке через pip выдаёт ошибку
Cleaning up...
Removing temporary dir C:\Users\Artem\AppData\Local\Temp\pip_build_Artem...
Command python setup.py egg_info failed with error code 1 in C:\Users\Artem\AppData\Local\Temp\pip_build_Artem\cffi
Exception information:
Traceback (most recent call last):
File "D:\Program Files\Python\lib\site-packages\pip\basecommand.py", line 122, in main
status = self.run(options, args)
File "D:\Program Files\Python\lib\site-packages\pip\commands\install.py", line 278, in run
requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)
File "D:\Program Files\Python\lib\site-packages\pip\req.py", line 1229, in prepare_files
req_to_install.run_egg_info()
File "D:\Program Files\Python\lib\site-packages\pip\req.py", line 325, in run_egg_info
command_desc='python setup.py egg_info')
File "D:\Program Files\Python\lib\site-packages\pip\util.py", line 697, in call_subprocess
% (command_desc, proc.returncode, cwd))
pip.exceptions.InstallationError: Command python setup.py egg_info failed with error code 1 in C:\Users\Artem\AppData\Local\Temp\pip_build_Artem\cffi