https://github.com/sa7mon/fccedits
Find Wikipedia edits originating from IP's belonging to the FCC
https://github.com/sa7mon/fccedits
Last synced: 8 months ago
JSON representation
Find Wikipedia edits originating from IP's belonging to the FCC
- Host: GitHub
- URL: https://github.com/sa7mon/fccedits
- Owner: sa7mon
- Created: 2017-12-15T02:40:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T23:45:09.000Z (over 3 years ago)
- Last Synced: 2025-04-24T03:51:51.380Z (about 1 year ago)
- Language: Python
- Size: 13.7 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fccedits
Scrape Wikipedia for edits made by FCC IP's
## To use
1. (Optionally) Create virtualenv
2. `pip install -r requirements.txt`
3. `python3 fccedits.py`
### Optional Arguments
1. `python3 fccedits.py --help or -h`
2. `python3 fccedits.py `
## Scans
* [Thu Dec 14 20:49:52 2017 -0600](https://github.com/sa7mon/fccedits/blob/master/scans/12-14-17_20-49.txt)
## Notes
* This script was thrown together in about 30 minutes just to get some quick results. The code is messy and inefficient, probably but works.
* Please don't hammer Wikipedia's servers with lots of requests. This script was intentionally written in a non-threaded way to limit the load on their servers.
* Issues are welcomed, but contributions are appreciated
## License
Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International [(CC BY-NC-SA 4.0)](https://creativecommons.org/licenses/by-nc-sa/4.0/)