Yes, I know, but when I started I didn't thought it would become so big, so I programmed everything in one file.
And now, change the structure and make other files is difficult.
The programme is shaped this way:
There's a void function for each site you can visit, and other void functions for each programme you can run.
These functions are obviously called when you connect to a site or when you run a programme
If possible, I'll try to put sites functions in one file, programmes functions in another, and main in another else.
If you have any advice on how to organize the programme, share it!