A Bitcoin scrapper
This is a simple Bitcoin wallet scrapper it's checks random wallets that it generates against an API and saves ones that have Bitcoin in them in a file for you to use.
pip install -r requirments.txtpython3.8 main.py- 0.0.1
- initial release
Anas Arbaoui – @Anarbbb – anarbaoui@gmail.com
Distributed under the GPL-3.0 license. See LICENSE for more information.
- Fork it (https://github.com/Anarbb/BitGen/fork)
- Create your feature branch (
git checkout -b feature/fooBar) - Commit your changes (
git commit -am 'Add some fooBar') - Push to the branch (
git push origin feature/fooBar) - Create a new Pull Request