gism / filmaffinity2CSV

Get filmaffinity voted movies, save them to CSV and post them on IMDB
GNU Affero General Public License v3.0
18 stars 11 forks source link

Why to login on FA? #14

Closed rolgalan closed 7 years ago

rolgalan commented 8 years ago

Hi,

I think login at FA is not required for exporting the movies.

Instead of request user/pass, and implement a login, it would be easier to request the user id (you can get it easily by clicking on your user name, at top right).

Then, you only need to load http://www.filmaffinity.com/en/userratings.php?user_id=XXXXX to get the movies voted by that user. This way, you can avoid all the login implementation and make the code easier.

What do you think?

gism commented 7 years ago

Yes, you are right. Latest code implement this option.