{"id":22719093,"url":"https://github.com/carry0987/raspberry-pi-repo","last_synced_at":"2025-04-13T17:52:00.173Z","repository":{"id":137803150,"uuid":"145195259","full_name":"carry0987/Raspberry-Pi-Repo","owner":"carry0987","description":"The repository for Raspberry Pi","archived":false,"fork":false,"pushed_at":"2024-04-08T11:07:12.000Z","size":157,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-27T08:48:17.808Z","etag":null,"topics":["bash","python3","raspberry-pi","raspbian-stretch","rpi","shell"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/carry0987.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}},"created_at":"2018-08-18T06:14:18.000Z","updated_at":"2024-03-28T13:44:42.000Z","dependencies_parsed_at":"2024-02-27T17:03:12.782Z","dependency_job_id":null,"html_url":"https://github.com/carry0987/Raspberry-Pi-Repo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carry0987%2FRaspberry-Pi-Repo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carry0987%2FRaspberry-Pi-Repo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carry0987%2FRaspberry-Pi-Repo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carry0987%2FRaspberry-Pi-Repo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/carry0987","download_url":"https://codeload.github.com/carry0987/Raspberry-Pi-Repo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248758447,"owners_count":21156957,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["bash","python3","raspberry-pi","raspbian-stretch","rpi","shell"],"created_at":"2024-12-10T14:11:27.609Z","updated_at":"2025-04-13T17:52:00.153Z","avatar_url":"https://github.com/carry0987.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Raspberry-Pi-Repo\nThe repository for Raspberry Pi\n\n\u003cdetails\u003e\n    \u003csummary\u003e\n        \u003cstrong\u003eTable of Contents\u003c/strong\u003e\n    \u003c/summary\u003e\n    \u003cul\u003e\n        \u003cli\u003e\u003ca href=\"#download-scripts\"\u003eDownload Scripts\u003c/a\u003e\u003c/li\u003e\n        \u003cli\u003e\u003ca href=\"#auto-report-ip\"\u003eAuto Report IP\u003c/a\u003e\u003c/li\u003e\n        \u003cli\u003e\u003ca href=\"#auto-wifi-reconnect\"\u003eAuto WiFi Reconnect\u003c/a\u003e\u003c/li\u003e\n        \u003cli\u003e\u003ca href=\"#deluge-set\"\u003eDeluge-Set\u003c/a\u003e\u003c/li\u003e\n        \u003cli\u003e\u003ca href=\"#hath\"\u003eHatH\u003c/a\u003e\u003c/li\u003e\n        \u003cli\u003e\u003ca href=\"#rclone-tools\"\u003eRclone Tools\u003c/a\u003e\u003c/li\u003e\n        \u003cli\u003e\u003ca href=\"#tools\"\u003eTools\u003c/a\u003e\u003c/li\u003e\n    \u003c/ul\u003e\n\u003c/details\u003e\n\n## Download Scripts\nThis script will download raspberry pi repo automatically\n```\nbash -c \"$(curl https://carry0987.github.io/repo/rpi/)\"\n```\n## Auto Report IP\nThis script will automatically send your current public ip to your email if your public ip have been changed.\nPlease enter the email info here:\n[Report-IP.py](https://github.com/carry0987/Raspberry-Pi-Repo/blob/master/Auto-Report-IP/report-ip.py#L19-L22)\n```bash\nusername = \"Sender@gmail.com\"\npassword = \"Sender Password\"\nsender = \"RPi\"\nreceiver = [\"Receiver@gmail.com\"]\n```\n\n## Auto WiFi Reconnect\nThis script can auto reconnect WiFi when the WiFi down\n1. Use `wget` to download the script\n```\nsudo wget -P /usr/local/bin https://raw.github.com/carry0987/Raspberry-Pi-Repo/master/Auto-WiFi-Reconnect/wifi-reconnect.sh\n```\n2. Give the script permission to run\n```\nsudo chmod +x /usr/local/bin/wifi-reconnect.sh\n```\n3. Edit crontab to let it check WiFi connection every minute\n```\nsudo echo '* * * * * root /usr/local/bin/wifi-reconnect.sh' \u003e\u003e /etc/crontab\n```\n\n## Deluge-Set\nThis script can setup Deluge \u0026 Deluge-Web\n1. Use `wget` to download the script\n```\nsudo wget https://raw.github.com/carry0987/Raspberry-Pi-Repo/master/Deluge-Set/deluge-setup.sh\n```\n2. Use sh to run it\n```\nsudo sh deluge-setup.sh\n```\n\n## HatH\nThis script can setup HentaiAtHome in the background automatically\n1. Use `wget` to download the script\n```\nsudo wget https://raw.github.com/carry0987/Raspberry-Pi-Repo/master/HatH/hath.sh\n```\n2. Use sh to run it\n```\nsudo sh hath.sh\n```\n\n## Rclone Tools\n### Rclone Common Tool\nThis script include some common function of Rclone\n1. Use `wget` to download the script\n```\nsudo wget https://raw.github.com/carry0987/Raspberry-Pi-Repo/master/Rclone/rclone-tool.sh\n```\n2. Use `bash` to run it\n```\nsudo bash rclone-tool.sh\n```\n\n### Rclone Mount\nThis script can mount remote drive (recommend Google Drive) and make it auto mount at boot\n1. Use `wget` to download the script\n```\nsudo wget https://raw.github.com/carry0987/Raspberry-Pi-Repo/master/Rclone/rclone-mount.sh\n```\n2. Use `bash` to run it\n```\nsudo bash rclone-mount.sh\n```\n\nIf you want to remove rclone-mount\n1. Use `wget` to download the script\n```\nsudo wget https://raw.github.com/carry0987/Raspberry-Pi-Repo/master/Rclone-Mount/delete-rclone-mount.sh\n```\n2. Use `bash` to run it\n```\nsudo bash delete-rclone-mount.sh\n```\n\n## Tools\nThis script has these features\n```\n1. Download files (link)\n2. Download files (list)\n3. Count Files\n4. Delete File Or Folder\n5. Check Crontab status\n6. Get CPU Temperature\n7. Get Pi Voltage\n8. Set TCP-BBR\n9. Update Packages\n10. Install Packages\n11. Check RPi kernal version\n12. Resource Monitor (Sort By CPU)\n13. Resource Monitor (Sort By Memory)\n14. Estimate Usage Of Folder\n15. Exit\n```\n\n1. Use `wget` to download the script\n```\nsudo wget https://raw.github.com/carry0987/Raspberry-Pi-Repo/master/Tools/tools.sh\n```\n2. Use `bash` to run it\n```\nsudo bash tools.sh\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcarry0987%2Fraspberry-pi-repo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcarry0987%2Fraspberry-pi-repo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcarry0987%2Fraspberry-pi-repo/lists"}