Skip to content

jesayafn/FrameBot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 

Repository files navigation

FrameBot

Requirements

  • Python3 Download Python3 from https://www.python.org/downloads/
  • OpenCV pip install opencv-python
  • Facebook-SDK pip install facebook-sdk
  • Schedule pip install schedule

How to use:

  • Make a page on facebook
  • Head over to http://maxbots.ddns.net/token/ and get the access token for your page
  • Copy the token and paste it in assets/token.txt
  • Place the video in assets/video
  • Open your Terminal/Powershell(as administrator)/Command Prompt(as administrator) in the main folder of this repository
  • Run python3 main.py or sudo python3 main.py if you are on a Mac/Linux
  • Enjoy!

Warning!

  • After setting everything up you have to host the bot somewhere, i.e, let it run by itself without having to close the script. Preferably you could do it on a VPS like Amazon's EC2/Lambda and Google Cloud, although I personally would prefer EC2 with Amazon Linux(CentOS 7).

Note : You can also host it in your PC/laptop but it will tremendously slow your workflow. An old laptop/pc is ideal as well

  • As of now the script can only process single episodes/movies. The source code for whole series can be obtained by supporting me at https://www.patreon.com/etjfo
  • Don't hesitate to hit me up here if you face any problems or if you donated at semolini#2344 (discord)

Most Importantly : DO NOT TRY TO SCHEDULE IT MANUALLY FOR EVERY ONE MINUTE! There is a reason why I set it to 1 hour. You can set it to a MINIMUM of 30 minutes if you like, DO NOT TRY TO SET IT TO 1 MINUTE OR 5 MINUTES WHATSOEVER

If you do, and it blocks your account, gives your PC a BSOD I'M NOT RESPONSIBLE

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%