[READ-ONLY] Mirror of https://github.com/ewanc26/bean-dumper. docs.ewancroft.uk/projects/bean-dumper
0

Configure Feed

Select the types of activity you want to include in your feed.

Python 100.0%
24 1 13

Clone this repository

https://git.vm.fail/ewancroft.uk/bean-dumper https://git.vm.fail/did:plc:gcosdwntawr6ptmid7xp6clx
ssh://git@knot1.tangled.sh:2222/ewancroft.uk/bean-dumper ssh://git@knot1.tangled.sh:2222/did:plc:gcosdwntawr6ptmid7xp6clx

For self-hosted knots, clone URLs may differ based on your setup.


README.md

Bean Dumper#

No Maintenance Intended

Test script for learning Python. Windows only. Downloads files and copies them to available drives.

Requirements#

  • Python 3.x
  • pywin32 (pip install pywin32)
  • requests (pip install requests)

Usage#

pip install pywin32 requests
python bean-dumper.py

What it does#

  1. Checks the OS (Windows only, won't work on Linux/macOS)
  2. Downloads a file from a URL to your Downloads folder
  3. Finds available drives
  4. Copies the file to drives that already have files named beans.jpg

Note: URLs in the script are examples — update them. The script can overwrite existing beans.jpg files.

Licence#

MIT