You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Init should parse arguments that call a class method to run. My line of thought is expanding this to a facebook wall as they offer a similar csv of data. The current constructor init should look at the arguments and then decide to run purgeTwitter() or purgeFacebook as opposed to just loading/running out of the construct.
The text was updated successfully, but these errors were encountered:
Init should parse arguments that call a class method to run. My line of thought is expanding this to a facebook wall as they offer a similar csv of data. The current constructor
init
should look at the arguments and then decide to runpurgeTwitter()
orpurgeFacebook
as opposed to just loading/running out of the construct.The text was updated successfully, but these errors were encountered: