sudo apt-get install -y git
git clone https://github.com/israfil-miya/autoleet.git
cd autoleet
curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -
sudo apt-get install -y nodejs
npm install
npm run build
- Open Chrome browser (should work in any chromium browser)
- Go to
chrome://extensions
- Enable the
Developer mode
toggle - Click on
Load unpacked
- Select the downloaded
autoleet
folder (root)
- Open
/src/script/background.ts
file - Set the
professionalAccount
variable astrue
if you have professional mode enabled for your Facebook account. - Default:
true
- Open
/src/script/background.ts
file - Set the
requireConfirmationBeforePosting
variable astrue
if you want a confirmation before clicking the post button. - Default:
true
- Open
/src/script/background.ts
file - Set the wait time in seconds in
countdownAfterConfirmationInSeconds
variable. - You can set the variable to
0
for no waiting. - Default:
5
-
Right click on the selection and choose
Share to social media
-
Fill-up the form in the popup and click the
Submit
buttonNote: Language, Title & Caption is auto generated but it's editable
- The extension opens ray.so, generates the code block image, and downloads it automatically.
- After download, it opens facebook.com, fills in the caption and image, and posts.
- Ensure you're logged in to Facebook before using the extension.
- If you don't get the popup when clicking
Share to social media
, refresh the page and try again.