Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

how to run the bot after pip install #6

Open
Abdulsamipy opened this issue Nov 20, 2019 · 3 comments
Open

how to run the bot after pip install #6

Abdulsamipy opened this issue Nov 20, 2019 · 3 comments

Comments

@Abdulsamipy
Copy link

hi,
i've install the bot via pip install but after that when i tried to run bot.py its to working , i'm new to python and github can you kindly guide me how to run the program?

@steffanjensen
Copy link
Contributor

make a file

test.py

import tiktok_bot.bot as tik
tik = tik.bot.TikTokAPI()
login = tik.login_with_email("email", "password")

now you can run it by doing..

python test.py

Remember to change email and password. Login only works on new accounts.. and only 1 time.. issue needs to be fixed, that is what we talked about in the other issue "login?"

@Abdulsamipy
Copy link
Author

hi, thanks for your reply so i run the file and its giving verification error
""description":"Verification code error, please re-enter the verification code.","error_code":1102},"message":"error"}

@Abdulsamipy
Copy link
Author

make a file

test.py

import tiktok_bot.bot as tik
tik = tik.bot.TikTokAPI()
login = tik.login_with_email("email", "password")

now you can run it by doing..

python test.py

Remember to change email and password. Login only works on new accounts.. and only 1 time.. issue needs to be fixed, that is what we talked about in the other issue "login?"

i created a new account with email logged out of my account from device and still not working

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants