Skip to content

ngocbd/cecfacebookbrowser

Repository files navigation

Crazy English Community Facebook Browser

Getting Started

THis project build with Java , chromedriver and Selenium

Prerequisites

Installing

Rename and edit file SecretTemplate in src/net/cec

package net.cec;

public class SecretTemplate {
	  
	static
	{
		System.setProperty("webdriver.chrome.driver",
	            "path/to/chromedriver");
	}
	 public static String email = "yourfacebookemail";
	 public static String password = "yourpassword";
}

Config GOOGLE_APPLICATION_CREDENTIALS enviroment variable

export GOOGLE_APPLICATION_CREDENTIALS=PATH/TO/JSON/FILE

Running the tests

Test with gradle test

$ gradle clean test

Deployment

Built With

  • Selenium - The Selenium automates browsers.
  • Gradle - Gradle build tool.
  • Google cloud - For store data an analytic (datastore,bigquery,pubsub,cloudfunction,appengine ..

Contributing

Please read [CONTRIBUTING.md] for details on our code of conduct, and the process for submitting pull requests to us.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

Releases

No releases published

Packages

No packages published

Languages