Skip to content

Commit

Permalink
Create Blog “2024-10-21-scraping-facebook-to-scratch-an-itch/index”
Browse files Browse the repository at this point in the history
  • Loading branch information
elpachongco committed Oct 21, 2024
1 parent bcdaa00 commit c06afad
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
layout: post
title: Scraping Facebook to scratch an itch
date: 2024-10-21T16:02:00.000+08:00
draft: false
featured: false
categories: []
---
I made a website that scrapes the posts of local Facebook pages.

I did this because I'm forced to open Facebook when checking for local news. I published a [rant](https://earlps.net/post/2024-09-29-facebook/) about this.

I'm currently collecting posts of 4 specific pages but I'm planning to add more. The pages I've added are the ones I almost always look which is limited to my region. I plan to include pages relevant in the other regions of the Philippines so I've added a link to a Google Form for suggesting new pages to add.

I'm strictly limiting this to the Philippines but if you're interested in hosting the same service locally, it's very easy to do, and I've set up the code to be easy to modify.

The backend code is in Django, frontend in Vue options, and PicoCSS. It's very simple. Check it out: [filinfo.earlps.net](https://filinfo.earlps.net)

Screenshot:


![](img/filinfo.png "Website screenshot of the project")

0 comments on commit c06afad

Please sign in to comment.