SkillAgentSearch skills...

SocialBot

A robot to search pictures with hashtags in facebook and instagram

Install / Use

/learn @leonardovff/SocialBot
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

SocialBot

A robot for search pictures with hashtags in facebook and instagram. Saving in firebase database.

Prerequisites

Node.js 6.0+ and Browser (can be Chrome headlees to user in server)

Installing

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

Deployment

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

Built With

  • Protractor - The teste framework of interface used
  • Node.js - Dependency language
  • Firebase - Save pictures in firebase database

Authors

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

License

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

Related Skills

View on GitHub
GitHub Stars4
CategoryDevelopment
Updated2y ago
Forks2

Languages

JavaScript

Security Score

75/100

Audited on Jun 30, 2023

No findings