AI Downloader – A Python file downloader written by AI (github.com) 45 points by falleng0d 3y ago ↗ HN
[–] bg24 3y ago ↗ Thank you! your README does not say how you built it. [–] _frkl 3y ago ↗ Check main.py,, I found the prompt as a comment there.
[–] jerpint 3y ago ↗ Nice, I’ve been meaning to try something more “involved” with chatGPT, see how well the symbiosis works out :)
[–] joshbode 3y ago ↗ Very impressive!The source for the URL regex [1] is this stack overflow comment:https://stackoverflow.com/a/16425824/182469There also appear to be elements from this question, such as the report method ([2]), but it's definitely been adapted (or there's a different source):https://stackoverflow.com/q/44252745/182469[1]: https://github.com/falleng0d/ai-downloader/blob/18dde6c9f9f5...[2]: https://github.com/falleng0d/ai-downloader/blob/18dde6c9f9f5...
[–] Tepix 3y ago ↗ So this is why Elon fired all those developers... [–] yrgulation 3y ago ↗ Somehow i doubt their job was about writing such basic code.
7 comments
[ 3.0 ms ] story [ 14.2 ms ] threadThe source for the URL regex [1] is this stack overflow comment:
https://stackoverflow.com/a/16425824/182469
There also appear to be elements from this question, such as the report method ([2]), but it's definitely been adapted (or there's a different source):
https://stackoverflow.com/q/44252745/182469
[1]: https://github.com/falleng0d/ai-downloader/blob/18dde6c9f9f5...
[2]: https://github.com/falleng0d/ai-downloader/blob/18dde6c9f9f5...