-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create Blog “2024-10-21-scraping-facebook-to-scratch-an-itch/index”
- Loading branch information
1 parent
bcdaa00
commit c06afad
Showing
2 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
Binary file added
BIN
+208 KB
content/post/2024-10-21-scraping-facebook-to-scratch-an-itch/img/filinfo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions
22
content/post/2024-10-21-scraping-facebook-to-scratch-an-itch/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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") |