Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants