{"id":18864861,"url":"https://github.com/rshipp/geodigger","last_synced_at":"2026-03-06T21:31:22.172Z","repository":{"id":145368574,"uuid":"137623009","full_name":"rshipp/geodigger","owner":"rshipp","description":" Collect and filter location information from social network services.","archived":false,"fork":false,"pushed_at":"2020-06-14T23:46:30.000Z","size":211,"stargazers_count":11,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-18T01:10:25.005Z","etag":null,"topics":["geolocation","human-mobility","human-movement-analysis","social-network-analysis","twitter"],"latest_commit_sha":null,"homepage":"https://github.com/rshipp/geodigger/blob/master/docs/index.md","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rshipp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-06-17T02:16:14.000Z","updated_at":"2025-09-05T11:01:57.000Z","dependencies_parsed_at":"2023-04-19T11:04:16.156Z","dependency_job_id":null,"html_url":"https://github.com/rshipp/geodigger","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rshipp/geodigger","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rshipp%2Fgeodigger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rshipp%2Fgeodigger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rshipp%2Fgeodigger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rshipp%2Fgeodigger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rshipp","download_url":"https://codeload.github.com/rshipp/geodigger/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rshipp%2Fgeodigger/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30198661,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T19:07:06.838Z","status":"ssl_error","status_checked_at":"2026-03-06T18:57:34.882Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["geolocation","human-mobility","human-movement-analysis","social-network-analysis","twitter"],"created_at":"2024-11-08T04:44:19.339Z","updated_at":"2026-03-06T21:31:22.133Z","avatar_url":"https://github.com/rshipp.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"GeoDigger\n=========\n\nCollect and filter location information from social network services.\n\nThere is an optional web UI for GeoDigger\n[here](https://github.com/rshipp/geodigger-ui), with some filtering\nfeatures.\n\n[Read documentation](docs/index.md).\n\n## Requirements\n\nGeoDigger has only been tested on Linux. It may or may not work on\nWindows or Mac OSX systems.\n\n* Python 2.7\n* MongoDB Server \u003e= 2.4.6\n\n### Python Modules\n\n* Tweepy \u003e= 2.1\n* PyCrypto \u003e= 2.6.1\n* PyMongo \u003e= 2.6.3\n\n## Installation\n\nTo install the GeoDigger script and libraries, use:\n\n    python setup.py install\n\n## Usage\n\n1. Make sure you have a MongoDB server installed and running. Running\n   GeoDigger on the same machine as the database server is easiest, and\n   is recommended.\n\n2. Obtain all the developer access secrets for the social networks you want to\n   use. (Currently, only Twitter is supported.)\n\n3. Create a configuration file. See\n   [examples/conf/geodigger.conf](examples/conf/geodigger.conf) for an\n   example.\n\n4. Run the GeoDigger script, passing in the paths to your configuration\n   and log files. GeoDigger will try to create the log file if it does\n   not already exist.\n\n    `geodigger --conf MY_CONFIG_FILE --log MY_LOG_FILE`\n\n```\nusage: geodigger [-h] [--log LOGFILE] [--config CONFIGFILE] [--source SOURCE]\n                 [--list [LIST]]\n\nCollect and filter location information from social network services.\n\noptional arguments:\n  -h, --help           show this help message and exit\n  --log LOGFILE        file to store logs, default=geodigger.log\n  --config CONFIGFILE  geodigger configuration file, default=geodigger.conf\n  --source SOURCE      the social network from which to collect data\n  --list [LIST]        list available sources\n\nreport bugs to: https://github.com/rshipp/geodigger/issues\n```\n\n\n## Support\n\nTo submit bug reports, use GeoDigger's GitHub\n[issues](https://github.com/rshipp/geodigger/issues) page.\n\n## Hacking\n\nIf you want to add functionality, such as support for a new social\nnetwork, see the [extending](docs/geodigger.md#extending) section of the\nGeoDigger documentation. Pull requests are welcome.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frshipp%2Fgeodigger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frshipp%2Fgeodigger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frshipp%2Fgeodigger/lists"}