Giter VIP home page Giter VIP logo

facebook-delete's Introduction

Fast Facebook Activity Deletion

This program can be used to clean up a facebook account without deleting the entire account.

Run program

Binaries for Linux, macOS and Windows are attached to a release.

Download binary

Download the binary file for your platform of the latest release.

Linux/macOS: Make the binary executable and run it. Example:

$ chmod +x deleter-linux
$ ./deleter-linux

Windows: Run the .exe file and select "More information" and "Run anyway".

From source

A recent Go version needs to be installed. This can be done via your package manager or the golang website. Make sure that your GOPATH environment variable is set properly.

Go get everything

This would also go get the other dependencies:

$ go get github.com/marcelja/facebook-delete
$ cd $(go env GOPATH)/src/github.com/marcelja/facebook-delete
$ go run deleter.go

Clone this repository

$ git clone https://github.com/marcelja/facebook-delete.git
$ cd facebook-delete
$ go get
$ go run deleter.go

Cookies

Cookies are saved to $HOME/.go-cookies if the $GOCOOKIES variable is not set (see https://github.com/juju/persistent-cookiejar).

facebook-delete's People

Contributors

marcelja avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.