• Stars
    star
    148
  • Rank 249,983 (Top 5 %)
  • Language
  • Created about 5 years ago
  • Updated 7 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Documentation of the steps I did to prepare to delete my Facebook account

Documentation of what I did to prepare to delete my Facebook account.

If you want a more narrative view of this whole thing, check out the blogpost I wrote about the whole process. Otherwise, see the bullets below.

Here are the steps I took:

  • Downloaded my facebook data. This comes with a lot of data. Most importantly, all the photos I had uploaded to facebook over the years, organized by album, and a list of all my facebook friends. Initially, I unchecked some boxes in the facebook data, so I hadn't downloaded the list of Apps and Websites I used facebook to log in with. I eventually went back and grabbed those.
  • Posted on facebook about my plan, announcing I'm starting a small (personal) newsletter, and giving a two-week countdown to get my affairs in order.
  • Parsed the HTML file of my friends list. This HTML file is probably the least-useful way they could have provided the list of my friends, but with the help of rvest and SelectorGadget I was able to find the right elements to get a data frame. [Edit! I missed the option to dowload your data in JSON format, which is much easier to parse than the HTML. This would be my recommended method.]
  • Made a google sheet of my entire friends list, as an accessible place for the data.
  • Went through the entire list categorizing how I knew people and how much I want to stay in contact. (This took several days, as I had over 600 facebook friends!)
  • Exported my friends' birthdays from facebook. Facebook has changed their settings, so it's no longer easy to do this. But, mobeigi has a python script that will do it for you. As he warns, using this script made facebook temporarily suspend my account because of suspected security issues. I was able to get back in.
  • Downloaded all the photos I am tagged in. There were methods available on the internet using Python (see, gnmerritt, jcontini, and KatyaRuth), but none of them worked with the current version of facebook (I think Facebook likely changed their API to make it more difficult to scrape this stuff). I'm not a Python person, so it was hard for me to debug what was not working about them. I wrote my own code using RSelenium to do the browser stuff. It is highly inefficient, but it works!
  • Made sure the Apps and Websites I used facebook to log in to have alternate modes of access.
  • Go through my google sheet again and make sure I have other modes of contact for the folks I want to stay in touch with. [Didn't do a great job of this, but it's time to let go!]
  • Actually deleted my account!!
  • Parsed the birthday .ics file to save just the birthdays of people I want to stay in contact with. (I don't need 600+ birthday reminders on my calendar!)
  • Ordered prints of favorite photos from Spoonflower, organized them into a photo album.
  • Cleared cookies from my work computer, home computer, and phone
  • Wrote a blog post about my entire process

What am I going to use instead?

  • I'm still going to be active on Twitter. I have a LinkedIn account. And, for right now I'm keeping Instagram. I know Instagram is owned by facebook, but it just feels like too much to delete IG right now. Baby steps!
  • I'm starting a personal newsletter to send updates to my friends and family. I'm using TinyLetter for this.
  • To keep up on local events, I'm planning to pay closer attention to local arts publications, like the City Pages in the Twin Cities.
  • For events I'm hosting, I'll continue to use Paperless Post to invite folks (I haven't used FB for event invites in a couple of years).
  • Mostly, I'm going to be emailing, texting, calling, and talking face-to-face with my social network!

More Repositories

1

data-science-in-tidyverse

Materials for Data Science in the Tidyverse, a two-day workshop @ rstudio:conf(2019)
93
star
2

STAT220-labs

Pre-lab exercises for STAT 220 labs at the University of St Thomas
81
star
3

histogram_essay

This repository contains the code powering Exploring Histograms, an interactive essay by Aran Lunzer and Amelia McNamara.
JavaScript
53
star
4

SpatialPolygons

Materials for 2017 OpenVisConf talk, How Spatial Polygons Shape Our World
51
star
5

DS_for_S

Materials for March 12 ENAR short course on Data Science for Statisticians
HTML
47
star
6

IntroToR

Materials for 2018 rstudio::conf shortcourse, Introduction to R & RStudio
38
star
7

user2016

Integrated R labs for high school students
CSS
20
star
8

hexfabric

Source files for R hex fabric design
19
star
9

website

HTML
4
star
10

SpatialAggregation

JavaScript
3
star
11

noRth2020

Slides for my 2020 noRth talk, "Scraping, iterating, purring"
HTML
2
star
12

1000tweets

Data analysis of my first 1,000 tweets.
R
2
star
13

ggplot2_tutorial

Basic introduction to ggplot2 for UCLA DataFest 2015
HTML
2
star
14

syntax_cheatsheet

2
star
15

whitepapers

Data science white papers written for the Concord Consortium CODAP project
2
star
16

BLL

Data on childhood blood lead levels in the state of Michigan
Rich Text Format
2
star
17

OpenVisConf16

Slides and materials for my 2016 OpenVisConf talk, Do you know Nothing when you see it?
1
star
18

BigDataDay

Presentation for Big Data Day 2015
JavaScript
1
star
19

CV

curriculum vitae
TeX
1
star
20

MapExplorations

HTML
1
star
21

VisForMultiD

CSS
1
star
22

StatLearning

Source files for https://bookdown.org/amelia_a_mcnamara/StatLearning
TeX
1
star
23

shiny-server

Repo for shiny apps hosted on AmeliaMN's shiny server
R
1
star
24

TulaneDataLiteracy

Source code to generate website for Tulane Data Literacy Course (Re)Design Institute
Lua
1
star
25

ComparingSyntaxForModeling

Code to reproduce the paper "Teaching modeling in introductory statistics: A comparison of formula and tidyverse syntaxes"
TeX
1
star