sudoguy / tiktok_bot

New tiktok bot on https://github.com/sudoguy/tiktokpy
https://github.com/sudoguy/tiktokpy
MIT License
135 stars 37 forks source link

how to run the bot after pip install #6

Open Abdulsamipy opened 4 years ago

Abdulsamipy commented 4 years ago

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 commented 4 years ago

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 commented 4 years ago

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 commented 4 years ago

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