All Projects → Slyyxp → BugsPy

Slyyxp / BugsPy

Licence: other
BugsPy is a tool for downloading streamable tracks from Bugs.co.kr

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to BugsPy

GeniePy
GeniePy is a tool for downloading streamable tracks from Genie.co.kr
Stars: ✭ 17 (-26.09%)
Mutual labels:  downloader, korean, mutagen
MagPiDownloader
Downloads all the Mag Pi (Raspberry Pi Magazine) on your Windows, Mac OS or Linux or with Docker
Stars: ✭ 70 (+204.35%)
Mutual labels:  downloader
anime-dl
ADLCore is an API and app for the download of novels, manga, and anime from a plethora of sites. It works on Windows, Linux, OSX, and Android.
Stars: ✭ 70 (+204.35%)
Mutual labels:  downloader
lynder
Lynda Tutorial Downloader
Stars: ✭ 44 (+91.3%)
Mutual labels:  downloader
patreon-scraper
WIP Patreon attachment download written in TypeScript
Stars: ✭ 25 (+8.7%)
Mutual labels:  downloader
g2pK
g2pK: g2p module for Korean
Stars: ✭ 137 (+495.65%)
Mutual labels:  korean
youtube-dlc
Command-line program to download various media from YouTube.com and other sites
Stars: ✭ 1,225 (+5226.09%)
Mutual labels:  downloader
Lime-Downloader
Simple Malware Downloader
Stars: ✭ 93 (+304.35%)
Mutual labels:  downloader
BPDownloadsGUI
A easy to use Downloader UI
Stars: ✭ 26 (+13.04%)
Mutual labels:  downloader
image-downloader
A Nodejs module for downloading image to disk from a given URL
Stars: ✭ 61 (+165.22%)
Mutual labels:  downloader
openload dl
A python library and CLI tool that makes easy to download files from openload.co
Stars: ✭ 36 (+56.52%)
Mutual labels:  downloader
cordova-plugin-apkupdater
This plugin allows your Android app to download and install compressed updates without the Google Play Store.
Stars: ✭ 46 (+100%)
Mutual labels:  downloader
Mayriads-EH-Master-Script
Adds dozens of features to E-Hentai.
Stars: ✭ 57 (+147.83%)
Mutual labels:  downloader
documentDownloader
download document from book118 for free
Stars: ✭ 72 (+213.04%)
Mutual labels:  downloader
JNaturalKorean
한글 (조사, 助詞, postposition)
Stars: ✭ 67 (+191.3%)
Mutual labels:  korean
bookmate downloader
Download books as epub from bookmate.com
Stars: ✭ 38 (+65.22%)
Mutual labels:  downloader
angular-material-datatransfer
A HTML5 datatransfer UI for handling upload and download of multiple simultaneous files.
Stars: ✭ 13 (-43.48%)
Mutual labels:  downloader
tiktok-downloader
Tiktok Downloader/Scraper using requests & bs4
Stars: ✭ 47 (+104.35%)
Mutual labels:  downloader
YoutubeSpotifyDL
Youtube and Spotify music downloader with metadata.
Stars: ✭ 66 (+186.96%)
Mutual labels:  downloader
luscious-downloader
🖼CLI tool for downloading albums from Luscious
Stars: ✭ 35 (+52.17%)
Mutual labels:  downloader

Overview

BugsPy is a tool for downloading streamable tracks from Bugs.co.kr

Tested on Python 3.8.0

Project structure based on GeniePy

Prerequisites

  • Python 3.6+
  • Bugs.co.kr Subscription

Features

  • 16bit Lossless Support
  • Artist Batching
  • Bugs.co.kr Client
  • Extensive Tagging
  • Timed Lyrics

Subscribing

Wiki

Installation & Setup

$ git clone https://github.com/Slyyxp/BugsPy.git
$ cd BugsPy
$ pip install -r requirements.txt
  • Insert username and password into config.py.example
  • Optionally add the device id & user agent of your own android device
  • Rename config.py.example to config.py

Command Usage

python bugs.py -u {album_url}
Command Description Example
-u Bugs Url https://music.bugs.co.kr/album/20343816, https://music.bugs.co.kr/artist/80327433
-t Text File Batch Using File Location C:/NotPorn/batch.txt

config.py

credentials:

Config Description Example
username Bugs Email [email protected]
password Bugs Password ReallyBadPassword123
device_id Android Device ID eb9d53a3c424f961
user_agent User Agent Mobile/Bugs/4.11.30/Android/5.1.1/SM-G965N/samsung/market

prefs:

Config Description Example
download_directory Directory to download files to Z:/BugsPy/downloads
log_directory Directory to save log files to Z:/BugsPy/logs
artist_folders Whether or not to nest downloads into artist folders True/False
cover_size Size of cover art to download + embed original, 200, 140, 1000, 350, 75, 500
cover_name Name of cover art with jpg extension cover.jpg, folder.jpg
lyrics_type Specify normal or timed lyrics N, T
include_contributions Include contributions/participations in artist batches True, False

Disclaimer

  • The usage of this script may be illegal in your country. It's your own responsibility to inform yourself of Copyright Law.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].