You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open the folder with the contents of the bot using Visual Code or any other program
download via terminal: 1.pip install python-time
2.pip install discord.py
3.pip install pillow
4.pip install opencv-python
Change to "bad apple discord player.py"
client.run (' ') # <--- Put your bot token here
P:S
Don't forget to download python right away
run "python video to frames.py" wait 1-2 mins (the whole folder will weigh about 200 mb)
Now you need to specify the path to the frame (example)
path = "C:/ Users/Admin/Desktop/bad-apple-bot-main/frame" + str (i * 4) + ". jpg" # <--- path to folder containing every frame of the video
The prefix "frame" at the end is required
6) Run the bot through the python command: "python bad apple discord player.py"
7) Go to discord and write "!bad apple" to any channel
After that the bot starts to draw frames (1 frames in 2 second want fast? change TIMEOUT = 1/((int(CLIP_FRAMES/4)+1)/CLIP_LENGTH)*7)
Possible error:
Unable to find image in frames/frameX.jpg <- Wrong path indicated (check point 5 of the instruction)
Can someone like make a video explaining what to do since I'm confused
The text was updated successfully, but these errors were encountered: