Skip to content

Instantly share code, notes, and snippets.

View tommyfindings's full-sized avatar

tommyfindings

View GitHub Profile
@tommyfindings
tommyfindings / find_apartment_on_facebook.py
Created July 24, 2024 15:53 — forked from barakplasma/find_apartment_on_facebook.py
Scrape Facebook Groups for Apartments using Python
import os
import re
import sqlite3
import argparse
import itertools
import seaborn as sns
import matplotlib.pyplot as plt
import pandas as pd