A robot for search pictures with hashtags in facebook and instagram. Saving in firebase database.
Node.js 6.0+ and Browser (can be Chrome headlees to user in server)
Clone the project
$ git clone https://github.com/leonardovff/socialBot.git
After you need to set de env of facebook password and firebasekey:
Rename ./env/._env to ./env/.env and put the password and login of facebook;
or
Rename ./env/._firekey to ./env/firekey and put the credentials of your firebase application;
Install the node packages
$ npm install
Run the application
$ npm start
To run the robot
facebook with global package:
$ protractor conf.js
facebook with local package:
$ ./node_modules/protractor/bin/protractor conf.js
instagram with global package:
$ protractor conf.instagram.js
instagram with local package:
$ ./node_modules/protractor/bin/protractor conf.instagram.js
to execute all
$ bash robo.sh
or
$ node robo.js
- Protractor - The teste framework of interface used
- Node.js - Dependency language
- Firebase - Save pictures in firebase database
- Leonardo Victor - Initial work - LeonardoVFF
See also the list of contributors who participated in this project.
This project is licensed under the MPL-2.0 License - see the LICENSE.md file for details