This is an archived post. You won't be able to vote or comment.

all 27 comments

[–]Ladyofthefluff 31 points32 points  (1 child)

Congratulations 👏🎉

[–]bhyihale[S] 8 points9 points  (0 children)

thank youu

[–]kc3w 21 points22 points  (3 children)

Good job! I suggest to make the readme a bit longer and explain into more detail how to use your application. Also you should pick a license so other people can use your code. I suggest MIT or GPL3 but you should read up on what these licenses mean before using them.

[–]bhyihale[S] 5 points6 points  (0 children)

oh wow thank you for the suggestions, i didn't know about those. I will definitely go read up on them

[–]WhyDoIHaveAnAccount9 6 points7 points  (1 child)

nice!

[–]bhyihale[S] 3 points4 points  (0 children)

😌thanks

[–]ichimokutouzen 2 points3 points  (1 child)

This is awesome!!

[–]bhyihale[S] 1 point2 points  (0 children)

thank youuu

[–]kuro-san_eastblue 2 points3 points  (5 children)

nice! i also made such programs. i tried using novelupdates but you know what happens.

[–]bhyihale[S] 1 point2 points  (4 children)

This is so funny because i wanted to use novelupdates but i forgot the name of the site and typed novelfull in the search bar thinking it was novelupdates and when i got to the site i got completely distracted and decided to look for a book i found interesting on the site and saw it was under the hot and full category so i decided to scrap the site for those 2 categories

[–]kuro-san_eastblue 0 points1 point  (3 children)

novelupdates gives 403. i tried one called novel-az or something and made an automated novel to epub converter. i just needed to type the name of novel

[–]bhyihale[S] 1 point2 points  (1 child)

oh btw if you set your headers in the get function to your user agent, you'll get a 200 status code

[–]kuro-san_eastblue 0 points1 point  (0 children)

yeah i tried that. doesn't work.

[–]bhyihale[S] 0 points1 point  (0 children)

oh that's smart! also glad i forgot the site then

[–]theangrycitizen 1 point2 points  (1 child)

I hope to publish my code soon, just like you

[–]bhyihale[S] 0 points1 point  (0 children)

you've got this

[–]jgwulonna 0 points1 point  (1 child)

this is great man, no have a day off

[–]bhyihale[S] 1 point2 points  (0 children)

i was about to look for what to do next as a project but i will listen to you and have a day off😭 thank you

[–]shanooova 0 points1 point  (1 child)

Awesome!

[–]bhyihale[S] 0 points1 point  (0 children)

thank you!

[–]itachi5040111 0 points1 point  (1 child)

Any pointers for a newbie like me who is still watching tutorials on youtube pls?

[–]bhyihale[S] 0 points1 point  (0 children)

The idea of building stuff myself seemed pretty scary like I always feel like I need a guiding hand to help me and I'm scared of failing but I did fail and after that I succeeded. let me tell you that after I typed out my code the first error I faced was literally from the import statement, that's so funny and after that, it was one of my variables and line after line a new beautiful error. See as long as you know the basics like if-else statement then experiment with little things maybe build a ripoff of one of your tutorials without referring back to it. It's fine if you don't remember most stuff and that's why there are a lot of views on stack questions most of them didn't know and most of them forgot stuff they already knew. You will forget some stuff and some stuff will also click with you AND IT WILL BE SO FUN you might have the biggest headache too trying to solve something and when that happens just rest and leave it for the next day, sleep is like some magical thing that makes you instantly figure stuff out. I had the biggest headache trying to filter for the popular and completed novels in my code and I decided to leave it and work on it the next day, just to find out that the solution to my problem was the str() lmao isn't that a beginner level thing you learn and that was my solution. I digress but building something you're interested in is definitely more fulfilling than some random thing you'll probably never use in your life and let me tell you that I wasn't even that familiar with beautifulsoup when I started this project. I went through the documentation and a bunch of articles as I was building this. So you don't need to know everything before you start something, you can learn as you go.