Skip to content

tanbaycu/buffsharefacebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SHARE Facebook Auto [PRO]

🌐 Language / Ngôn ngữ

🇻🇳 Tiếng Việt | 🇺🇸 English


📝 Giới thiệu

SHARE Facebook Auto [PRO] là công cụ tự động chia sẻ bài viết Facebook sử dụng cookie tài khoản, giúp bạn tăng tương tác, viral hoặc hỗ trợ các chiến dịch marketing nhanh chóng, hiệu quả.


🚀 Tính năng nổi bật

  • Tự động share bài viết Facebook theo ID
  • Hỗ trợ nhiều tài khoản cùng lúc (qua file cookies)
  • Tùy chỉnh số lượng share, delay giữa các lần share
  • Giao diện dòng lệnh đơn giản, dễ sử dụng
  • Báo trạng thái thành công trực tiếp

⚙️ Yêu cầu hệ thống

  • Python 3.7 trở lên
  • Hệ điều hành: Windows, Linux, MacOS
  • Kết nối Internet ổn định
  • Cài đặt các thư viện:
    • requests
    • pystyle

🛠️ Hướng dẫn cài đặt

  1. Tải mã nguồn về máy

    git clone https://github.com/tanbaycu/buffsharefacebook.git
    cd buffsharefacebook
  2. Cài đặt thư viện cần thiết

    pip install -r requirements.txt

    Nếu chưa có file requirements.txt, bạn có thể cài thủ công:

    pip install requests pystyle

📂 Chuẩn bị file cookies

  • Tạo file text (ví dụ: cookies.txt) chứa mỗi dòng là 1 cookie Facebook hợp lệ.
  • Không để dòng trống cuối file.

Ví dụ nội dung file cookies.txt:

c_user=xxx;xs=xxx;datr=xxx;... (cookie tài khoản 1)
c_user=yyy;xs=yyy;datr=yyy;... (cookie tài khoản 2)

▶️ Hướng dẫn sử dụng

  1. Chạy tool

    python main.py
  2. Nhập các thông tin theo yêu cầu:

    • Tên file chứa Cookies: Nhập tên file bạn đã chuẩn bị (ví dụ: cookies.txt)
    • ID Cần Share: Nhập ID bài viết hoặc trang Facebook cần share, hoặc có thể lấy qua link này
    • Delay Share (giây): Thời gian chờ giữa các lần share (ví dụ: 3)
    • Bao Nhiêu Share Thì Dừng Tool: Số lượng share tối đa muốn thực hiện
  3. Theo dõi trạng thái trên màn hình.


🧩 Giải thích các tham số

  • Cookies: Cookie tài khoản Facebook, lấy từ trình duyệt (khuyến nghị dùng tài khoản phụ, tránh tài khoản chính)
  • ID Cần Share: ID bài viết/trang cần share (có thể lấy bằng cách copy link và lấy dãy số phía sau posts/ hoặc videos/)
  • Delay Share: Đặt thời gian nghỉ giữa các lần share để tránh checkpoint (khuyến nghị 3-10 giây)
  • Số lượng share: Số lần share tối đa, tool sẽ tự dừng khi đạt số này

💡 Ví dụ sử dụng

Tên file chứa Cookies: cookies.txt
ID Cần Share: 1234567890123456
Delay Share (giây): 5
Bao Nhiêu Share Thì Dừng Tool: 20

🔒 Lưu ý bảo mật

  • Không dùng tài khoản Facebook chính để tránh bị khóa hoặc checkpoint
  • Không chia sẻ file cookies cho người khác, cookies đã sử dụng sẽ die sao một thời gian cần lấy lại bằng phiên đăng nhập khác.
  • Tool chỉ phục vụ mục đích cá nhân, không sử dụng cho các hành vi vi phạm pháp luật hoặc spam

Hướng dẫn cách lấy cookies

Trên máy tính, truy cập vào thanh tìm kiếm và tìm Get Token Cookie làm theo hướng dẫn và dùng nick facebook clone để lấy cookies của phiên đăng nhập đó.


Trên mobile tải ứng dụng MonokaiToolkit Pro và đăng nhập vào nick facebook clone, sao đó tìm cookies và sao chép.


😀 Hỗ trợ

  • Mọi thắc mắc và hỗ trợ vui lòng liên hệ với tôi qua:

Linktree - Tất cả liên kết

Chúc bạn sử dụng tool hiệu quả!



SHARE Facebook Auto [PRO] - English Version

📝 Introduction

SHARE Facebook Auto [PRO] is an automated Facebook post sharing tool that uses account cookies to help you increase engagement, go viral, or support marketing campaigns quickly and effectively.


🚀 Key Features

  • Automatically share Facebook posts by ID
  • Support multiple accounts simultaneously (via cookies file)
  • Customize share quantity and delay between shares
  • Simple command-line interface, easy to use
  • Direct success status reporting

⚙️ System Requirements

  • Python 3.7 or higher
  • Operating System: Windows, Linux, MacOS
  • Stable Internet connection
  • Required libraries:
    • requests
    • pystyle

🛠️ Installation Guide

  1. Download source code

    git clone https://github.com/tanbaycu/buffsharefacebook.git
    cd buffsharefacebook
  2. Install required libraries

    pip install -r requirements.txt

    If you don't have requirements.txt, you can install manually:

    pip install requests pystyle

📂 Prepare cookies file

  • Create a text file (e.g.: cookies.txt) containing one valid Facebook cookie per line.
  • Do not leave blank lines at the end of the file.

Example cookies.txt content:

c_user=xxx;xs=xxx;datr=xxx;... (account 1 cookie)
c_user=yyy;xs=yyy;datr=yyy;... (account 2 cookie)

▶️ Usage Guide

  1. Run the tool

    python main.py
  2. Enter the required information:

    • Cookies file name: Enter the file name you prepared (e.g.: cookies.txt)
    • Post ID to Share: Enter the Facebook post or page ID to share, or get it via this link
    • Share Delay (seconds): Waiting time between shares (e.g.: 3)
    • Share Limit: Maximum number of shares to perform
  3. Monitor the status on screen.


🧩 Parameter Explanation

  • Cookies: Facebook account cookies, obtained from browser (recommended to use secondary accounts, avoid main accounts)
  • Post ID to Share: Post/page ID to share (can be obtained by copying the link and getting the number sequence after posts/ or videos/)
  • Share Delay: Set rest time between shares to avoid checkpoints (recommended 3-10 seconds)
  • Share Quantity: Maximum number of shares, tool will automatically stop when reaching this number

💡 Usage Example

Cookies file name: cookies.txt
Post ID to Share: 1234567890123456
Share Delay (seconds): 5
Share Limit: 20

🔒 Security Notes

  • Do not use main Facebook accounts to avoid being locked or checkpointed
  • Do not share cookie files with others, used cookies will expire after some time and need to be obtained again from another login session.
  • Tool is for personal use only, do not use for illegal activities or spam

How to get cookies

On computer, access the search bar and find Get Token Cookie, follow the instructions and use Facebook clone account to get cookies from that login session.


On mobile, download MonokaiToolkit Pro app and log in to Facebook clone account, then find cookies and copy.


😀 Support

  • For any questions and support, please contact me via:

Linktree - All Links

Wish you effective tool usage!


Releases

No releases published

Packages

No packages published

Languages