Getting started

Prerequisites

For the moment the code only work for account that have english web element to check if you have that just do:

python language.py

Depending on the output of the code you will see if you can use the code or no

I'm working on a way to fix this problem

If your account is new or you never made a tweet/comment/quote on the web version private since circle update watch this video

To login to your account just fill the configuration.yml with your account info and if you want to login to another account just remove all the data on coockies.pkl file

Code

To make your code work you must have those 3 lines on your .py file

from src.start import *
from src.scrapper import *

selenium_session = start_selenium()

The first 2 lines import all the code needed to make the code work The selenium_session = start_selenium() initialize the browser without this no function will work since all functions use selenium_session as the first argument to save the page state

Tips

Since the code only use selenium the speed of the code will depending on your internet connection the faster your connection the faster the code will run

All the function that retrieve information or tweet have have a number limit to avoid twitter limitation and code running forever