All Projects → boidushya → FrameBot

boidushya / FrameBot

Licence: other
An open source template to kickstart your own facebook framebot!

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to FrameBot

facebook-cleaner
Fuzzify.me – A browser extension that cleans out a Facebook user's ad preferences and provides a stream of ads that user receives.
Stars: ✭ 50 (-43.82%)
Mutual labels:  facebook
fb-post-screenshot
Firefox Web Extension to save Facebook posts as images
Stars: ✭ 18 (-79.78%)
Mutual labels:  facebook
android-facebook-login
Demo Facebook Login Android Application
Stars: ✭ 20 (-77.53%)
Mutual labels:  facebook
not-on-facebook-icon
𝐅 A font icon to say "I am not on facebook"
Stars: ✭ 29 (-67.42%)
Mutual labels:  facebook
Social-Media-Automation
Automate social media because you don't have to be active on all of them😉. Best way to be active on all social media without actually being active on them. 😃
Stars: ✭ 186 (+108.99%)
Mutual labels:  facebook
LeonSocialLogin
Leon Social Login is an Android library written to Integrate (Twitter, Facebook, Google, SnapChat) login.
Stars: ✭ 16 (-82.02%)
Mutual labels:  facebook
facebook-cleaner
It is almost spring, so time for a pre spring cleaning. This time: taking care of your Facebook. This script can safe you a lot of time if you would try to do that by hand.
Stars: ✭ 52 (-41.57%)
Mutual labels:  facebook
Fb Automated Birthday Wisher
Automatically wishes your selected fb friends on their Birthday
Stars: ✭ 39 (-56.18%)
Mutual labels:  facebook
facebook-data-extraction
Experiences in extracting data from Facebook with these 3 methods: Facebook Graph API, Automation tools, DevTools Console
Stars: ✭ 81 (-8.99%)
Mutual labels:  facebook
FacebookIPLists
Hourly Checked and Updated if Facebook modifies their list
Stars: ✭ 76 (-14.61%)
Mutual labels:  facebook
slide-social-buttons
Slide Social Buttons are a fun way to display your social media buttons.
Stars: ✭ 33 (-62.92%)
Mutual labels:  facebook
ttk-app-core
前端框架(基于react+redux)
Stars: ✭ 14 (-84.27%)
Mutual labels:  facebook
Whizzz-The-ChatApp
Whizzz is a real-time, one-to-one Android chat application made using Firebase, a beautiful user interface, and a push-notification feature.
Stars: ✭ 66 (-25.84%)
Mutual labels:  facebook
burnermap
BurnerMap: Find your pals on the playa. Tracking down friends at Burning Man used to be harder than cleaning playa dust out of gold-sequined booty shorts.
Stars: ✭ 23 (-74.16%)
Mutual labels:  facebook
facebook totem
Totem allows you to retrieve information about ads of a facebook page , we can retrieve the number of people targeted, how much the ad cost and a lot of other information.
Stars: ✭ 51 (-42.7%)
Mutual labels:  facebook
jQuery-Facebook-Stream
Display all your wall post, comments & likes in groups or fans page.
Stars: ✭ 24 (-73.03%)
Mutual labels:  facebook
multiproxy
multiproxy: multiple environments per application
Stars: ✭ 15 (-83.15%)
Mutual labels:  facebook
facebook-bot-autoresponder
Facebook bot that automatically responds to the comments of a certain post
Stars: ✭ 90 (+1.12%)
Mutual labels:  facebook
meta-tag-gen
Generate HTML code optimal for social media, SEO, mobile. Uses web standards from Open Graph (Facebook) and Twitter to provide optimal results. Also generates social media posts.
Stars: ✭ 24 (-73.03%)
Mutual labels:  facebook
scrap
Scrapping Facebook with JavaScript.
Stars: ✭ 25 (-71.91%)
Mutual labels:  facebook

FrameBot

Requirements

How to use:

  • Make a page on facebook
  • Checkout this tutorial to generate token
  • 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/raspberry pi 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)
  • When extracting the video, there will be an error on the following link. To fix this, install numpy version 1.19.3 by running the command sudo pip3 install numpy==1.19.3

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 anything happens to your facebook account after lowering time interval any further, I'M NOT RESPONSIBLE

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].