Skip to content

gofindme is a quick to use webscraping tool to quickly pull down a list of donators and donation amounts from gofundme campaigns.

Notifications You must be signed in to change notification settings

digitalandrew/gofindme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gofindme - GoFundMe OSINT tool

gofindme is a quick to use webscraping tool to quickly pull down a list of donators and donation amounts from gofundme campaigns.

I initially created this tool for use in TraceLabs missing person CTFs as I found GoFundMe campaigns to give lots of leads however manually scrolling through the donations list to populate the full list was time consuming.

Installation

# clone the repo
$ git clone https://github.com/digitalandrew/gofindme

# change the working directory to gofindme
$ cd gofindme

# install the requirements
$ python3 -m pip install -r requirements.txt

Usage Example

$ python3 gofindme.py -c https://www.gofundme.com/f/digitalandrews-fundraising-campaign -d -f

Required Arguments:
 -c         Specifies campaign URL
 
 Optional Arguments
 -d         Show donation amounts in console output
 -f         Write Name, Donation Amount and Time of donation to csv file
 -h         Help
 

About

gofindme is a quick to use webscraping tool to quickly pull down a list of donators and donation amounts from gofundme campaigns.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages