Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 601 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 601 Bytes

filmaffinity2IMDB

Get filmaffinity voted movies, save them to CSV and post them on IMDB

How to:

Run main.py using python 2.7 and wait :)

When login to IMDB captcha is required. Open captcha url and type text on python.

Remember:

You can hardcode your user settings by renaming config.py.example to config.py and updating content.

Thanks:

Thanks to @txemi for improving the code and the project (https://github.com/txemi/filmaffinity2IMDB)

There is also a selenium version of fa code that txemi made before knowing about this project and I leave there for reference (faexport_selenium.py)