Hello everyone!
What am I doing wrong.?
python3 main.py
Load setting file from: "settings.json"
[SUCCESS] Load telegram_token : xxxxxxxxxx:000000000000000000000000000_0O00000
[SUCCESS] Load allowed_id : ['00000000', '000000000']
[SUCCESS] Load instapy_folder : /root/instagram/InstaPy/instapy
[ERROR] Unable to load users_path
[WARNING] Load default value of: users_path : users.pickle
[ERROR] Unable to load project_path
[WARNING] Load default value of: project_path : ./
Traceback (most recent call last):
File "main.py", line 481, in
plac.call(main)
File "/usr/local/lib/python3.8/dist-packages/plac_core.py", line 367, in call
cmd, result = parser.consume(arglist)
File "/usr/local/lib/python3.8/dist-packages/plac_core.py", line 232, in consume
return cmd, self.func(*(args + varargs + extraopts), **kwargs)
File "main.py", line 426, in main
from scripts import Scripts
File "/root/instagram/Telegram-InstaPy-Scheduling/scripts.py", line 14
session.like_by_tags(['natgeo', 'world'], amount=10)
^
TabError: inconsistent use of tabs and spaces in indentation
Hello everyone!
What am I doing wrong.?
python3 main.py
Load setting file from: "settings.json"
[SUCCESS] Load telegram_token : xxxxxxxxxx:000000000000000000000000000_0O00000
[SUCCESS] Load allowed_id : ['00000000', '000000000']
[SUCCESS] Load instapy_folder : /root/instagram/InstaPy/instapy
[ERROR] Unable to load users_path
[WARNING] Load default value of: users_path : users.pickle
[ERROR] Unable to load project_path
[WARNING] Load default value of: project_path : ./
Traceback (most recent call last):
File "main.py", line 481, in
plac.call(main)
File "/usr/local/lib/python3.8/dist-packages/plac_core.py", line 367, in call
cmd, result = parser.consume(arglist)
File "/usr/local/lib/python3.8/dist-packages/plac_core.py", line 232, in consume
return cmd, self.func(*(args + varargs + extraopts), **kwargs)
File "main.py", line 426, in main
from scripts import Scripts
File "/root/instagram/Telegram-InstaPy-Scheduling/scripts.py", line 14
session.like_by_tags(['natgeo', 'world'], amount=10)
^
TabError: inconsistent use of tabs and spaces in indentation