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ự độ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
- 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
-
Tải mã nguồn về máy
git clone https://github.com/tanbaycu/buffsharefacebook.git cd buffsharefacebook
-
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
- 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)
-
Chạy tool
python main.py
-
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
- Tên file chứa Cookies: Nhập tên file bạn đã chuẩn bị (ví dụ:
-
Theo dõi trạng thái trên màn hình.
- 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ặcvideos/
) - 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
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
- 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
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.
- Mọi thắc mắc và hỗ trợ vui lòng liên hệ với tôi qua:
Chúc bạn sử dụng tool hiệu quả!
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.
- 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
- Python 3.7 or higher
- Operating System: Windows, Linux, MacOS
- Stable Internet connection
- Required libraries:
requests
pystyle
-
Download source code
git clone https://github.com/tanbaycu/buffsharefacebook.git cd buffsharefacebook
-
Install required libraries
pip install -r requirements.txt
If you don't have
requirements.txt
, you can install manually:pip install requests pystyle
- 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)
-
Run the tool
python main.py
-
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
- Cookies file name: Enter the file name you prepared (e.g.:
-
Monitor the status on screen.
- 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/
orvideos/
) - 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
Cookies file name: cookies.txt
Post ID to Share: 1234567890123456
Share Delay (seconds): 5
Share Limit: 20
- 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
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.
- For any questions and support, please contact me via:
Wish you effective tool usage!