Daily Facebook Comment Monitoring
Budget: €2 – €6 EUR
I want a simple, reliable way to keep an eye on every public comment that lands on my Facebook Page. Each day the solution should pull in all new comments—no filtering by keyword or user—and present them in a format I can quickly review (CSV, Google Sheet, or an in-app dashboard are all fine so long as the data is complete).
The workflow I have in mind is straightforward:
• Use the official Facebook Graph API (or another compliant method) to fetch every public comment.
• Schedule the job to run automatically once every 24 hours.
• Store the date, commenter name or ID, post link, and full comment text.
• Alert me—email or push notification—if the job fails so nothing slips through the cracks.
I don’t need sentiment analysis or deletion capabilities right now; pure monitoring and daily aggregation are enough. Please build with maintainability in mind so I can extend the script later if needed. A brief read-me explaining setup, required tokens/permissions, and how to change the schedule will round out the handoff.
If you’ve done similar Facebook data pulls before, let me know; that experience will help us move quickly.
The workflow I have in mind is straightforward:
• Use the official Facebook Graph API (or another compliant method) to fetch every public comment.
• Schedule the job to run automatically once every 24 hours.
• Store the date, commenter name or ID, post link, and full comment text.
• Alert me—email or push notification—if the job fails so nothing slips through the cracks.
I don’t need sentiment analysis or deletion capabilities right now; pure monitoring and daily aggregation are enough. Please build with maintainability in mind so I can extend the script later if needed. A brief read-me explaining setup, required tokens/permissions, and how to change the schedule will round out the handoff.
If you’ve done similar Facebook data pulls before, let me know; that experience will help us move quickly.
Related categories:
PHP
JavaScript
Twitter
Software Architecture
Facebook API
API
Data Integration
Automation