Giter Club home page Giter Club logo

Comments (12)

itslychee avatar itslychee commented on June 26, 2024 2

Virus total flagging 3/69 can be a false positive tho. Happens with plenty of programs.

still doesn't make sense, why would they upload the exe to the repo like that? why would they be this scummy and not try to defend themselves on here? why would the exe dump this stuff in the temp folder? image

just because they upload a binary to the git tree does not mean it is scummy, by that logic every file uploaded to a git remote should be considered just as scummy.

You should also realize that antivirus programs are not perfect, and occasionally when i write Go applications on Windows it wrongly flags it as a trojan virus, which it is not.

from spotify-downloader.

kekkodance avatar kekkodance commented on June 26, 2024

another thing is that both of the creators insist to friend request me on discord to talk and disprove their point, instead of coming on GitHub.
image

from spotify-downloader.

lodu avatar lodu commented on June 26, 2024

Virus total flagging 3/69 can be a false positive tho. Happens with plenty of programs.

from spotify-downloader.

kekkodance avatar kekkodance commented on June 26, 2024

Virus total flagging 3/69 can be a false positive tho. Happens with plenty of programs.

still doesn't make sense, why would they upload the exe to the repo like that? why would they be this scummy and not try to defend themselves on here?
why would the exe dump this stuff in the temp folder?
image

from spotify-downloader.

rickyrorton avatar rickyrorton commented on June 26, 2024

The ip address that belongs to Akamai is used by spotify and my program uses the spotify api
image
also its being flagged unsafe only by 3 antiviruses these are probably false positives

from spotify-downloader.

rickyrorton avatar rickyrorton commented on June 26, 2024

The files written you are seeing are time zone data which is utilised by the time module in the program

from spotify-downloader.

the-batfish avatar the-batfish commented on June 26, 2024

you are very naive if you think 3/69 on virustotal immediately proves that its a virus.

from spotify-downloader.

the-batfish avatar the-batfish commented on June 26, 2024

you are very naive if you think 3/69 on virustotal immediately proves that its a virus.

not to mention the three antiviruses that flagged it are completely unheard of. This is what a real virus looks like on virust total.

Also the reason we added the .exe was for the sake of ease of use.

from spotify-downloader.

the-batfish avatar the-batfish commented on June 26, 2024

why would the exe dump this stuff in the temp folder?
like the author said, that is time zone data. Its not us. we believe its being done by the time module we have in the python script.

from spotify-downloader.

adikpb avatar adikpb commented on June 26, 2024

the author's excuse being "additional libraries"

These are the modules/libraries used in the script

downloader.py

from os import remove,rename
from unicodedata import name
from urllib import request
from mutagen.mp4 import MP4,MP4Cover
from mutagen.id3 import ID3,TIT2,APIC,TALB,TPE1,TPE2,TYER,TRCK
from pytube import YouTube
from spotipy import Spotify
from spotipy.oauth2 import SpotifyClientCredentials
from youtube_search import YoutubeSearch
from threading import Thread
from datetime import datetime
from pydub import AudioSegment
from tkinter import messagebox
from mysql.connector import connect

gui.py

from PIL import Image,ImageTk #Python(PIL) image library for inserting images into the user interface
from tkinter.filedialog import askdirectory
from tkinter.ttk import Progressbar
import sys
from os import path as ospath
import downloader
from webbrowser import 

from spotify-downloader.

adikpb avatar adikpb commented on June 26, 2024

the author's excuse being "additional libraries"

These are the modules/libraries used in the script

downloader.py

from os import remove,rename
from unicodedata import name
from urllib import request
from mutagen.mp4 import MP4,MP4Cover
from mutagen.id3 import ID3,TIT2,APIC,TALB,TPE1,TPE2,TYER,TRCK
from pytube import YouTube
from spotipy import Spotify
from spotipy.oauth2 import SpotifyClientCredentials
from youtube_search import YoutubeSearch
from threading import Thread
from datetime import datetime
from pydub import AudioSegment
from tkinter import messagebox
from mysql.connector import connect

gui.py

from PIL import Image,ImageTk #Python(PIL) image library for inserting images into the user interface
from tkinter.filedialog import askdirectory
from tkinter.ttk import Progressbar
import sys
from os import path as ospath
import downloader
from webbrowser import 

All these together make the exe come upto around 20 MB or so. BTW the exe is compilled using pyinstaller. Let us personally know if you would like to try to compile it.

from spotify-downloader.

rickyrorton avatar rickyrorton commented on June 26, 2024

another thing is that both of the creators insist to friend request me on discord to talk and disprove their point, instead of coming on GitHub. image

So firstly I do not get in app notification for issues I only get mail notifications for issues and i rarely see my mail which should explain why i did not talk on github and tried to dm you but instead you werent willing to listen and thats why i told my friend to dm you and try to make you understand that our program isnt malware

from spotify-downloader.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.