{"id":20089042,"url":"https://github.com/taseikyo/backup-utils","last_synced_at":"2025-10-05T01:32:00.089Z","repository":{"id":56327253,"uuid":"224771098","full_name":"taseikyo/backup-utils","owner":"taseikyo","description":":sparkles: A batch of useful code/scripts: run commands automatically, finish repetitive stupid operations, perform format conversions, etc.","archived":false,"fork":false,"pushed_at":"2021-03-22T07:49:23.000Z","size":3223,"stargazers_count":32,"open_issues_count":0,"forks_count":15,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-06T02:39:54.316Z","etag":null,"topics":["backup-utils","backups","bash","bilibili","pdf-document-processor","python3","scripts-collection","srt-subtitles","zhihu"],"latest_commit_sha":null,"homepage":"","language":"Python","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/taseikyo.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}},"created_at":"2019-11-29T03:36:27.000Z","updated_at":"2024-11-26T15:54:34.000Z","dependencies_parsed_at":"2022-08-15T16:40:49.340Z","dependency_job_id":null,"html_url":"https://github.com/taseikyo/backup-utils","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/taseikyo/backup-utils","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taseikyo%2Fbackup-utils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taseikyo%2Fbackup-utils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taseikyo%2Fbackup-utils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taseikyo%2Fbackup-utils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/taseikyo","download_url":"https://codeload.github.com/taseikyo/backup-utils/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taseikyo%2Fbackup-utils/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278399628,"owners_count":25980330,"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","status":"online","status_checked_at":"2025-10-04T02:00:05.491Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["backup-utils","backups","bash","bilibili","pdf-document-processor","python3","scripts-collection","srt-subtitles","zhihu"],"created_at":"2024-11-13T16:16:10.878Z","updated_at":"2025-10-05T01:32:00.064Z","avatar_url":"https://github.com/taseikyo.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"![My Backup Utilities](https://socialify.git.ci/taseikyo/backup-utils/image?forks=1\u0026issues=1\u0026language=1\u0026owner=1\u0026pattern=Brick%20Wall\u0026pulls=1\u0026stargazers=1\u0026theme=Light \"My Backup Utilities: a batch of useful code/scripts: run commands automatically, finish repetitive stupid operations, perform format conversions, etc.\")\n\na batch of useful codes/scripts\n\n*Afraid of accidental code loss, so I make this backup.*\n\n## Bash\n\n- 001_get_process_pid_and_meminfo.sh: get pid according to process-name and print process memory info\n- 002_print_cpu_info.sh: print cpu information (l1 - l3 cache size/type)\n- 003_run_cmd_on_each_nodes.sh: run input command on each node (numa architecture)\n- 004_kill_process_via_name.sh: kill the process you input the name\n- 005_convert_pdf_to_eps.sh: Convert PDF to eps (encapsulated PostScript)\n- 006_format_python.sh: Format python scripts with tools such as `black`\n\n## JavaScript\n\n- 001_web-font-style-beautification.js: Set the web font to Microsoft Yahei (used in [tampermonkey](https://www.tampermonkey.net/))\n\n## Python\n\n- 002_clear_netease_cloud_music_cache.py: clear netease-cloud-music cache\n- 003_convert_mp4_to_ts_and_merge.py: convert flv to mp4, convert mp4 to ts and then merge ts to mp4\n- 005_obtain_video_play_info.py: obtain video information that exceeds the play threshold\n- 006_auto_generate_toc.py: automatically generate a toc for markdown files\n- 007_complete_image_path_for_paper_notes.py: complete the path to images\n- 008_download_and_convert_b23_subtitle.py: download \u0026 convert bilibili cc subtitles to srt subtitle format\n- 009_file_time_infos.py: get file size, access time, modification time and creation time\n- 00A_video_resolution_duration.py: get video resolution and duration using `ffmpeg`\n- 00B_download_iqiyi_danmu_and_convert_b23_format.py: search and obtain iQiyi's danmu, and convert to Bilibili format\n- 00C_blogs_subscribe.py: pull subscribed blogs to local\n- 00E_remove_duplicate_history_cmds.py: Remove duplicate commands in .zsh_history/.bash_history\n- 00F_pdf_cutter_tools.py: cut or merge pdfs!\n- 010_extract_images_from_qq_group_messages.py: Extract images from QQ group messages\n- 011_download_netease_music_lyric.py: Download lyrics from https://music.163.com\n- 012_zhihu_zhuanlan.py: Save the Zhihu column article as Markdown\n\n## TypeScript\n\n- 001_medium_helper.ts: improve Medium.com reading experience (see [doc](TypeScript/001_medium_helper.md) for details)\n\n## License\n\nCopyright (c) 2019 Lewis Tian. Licensed under the MIT license.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaseikyo%2Fbackup-utils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftaseikyo%2Fbackup-utils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaseikyo%2Fbackup-utils/lists"}