Skip to content

fgandellini/instabot-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

instabot-ui

A Cycle.js UI for the instabot.py bot.

The app contains a Node.js server that controls the bot (start/stop).

Deploy

You can publish this project using now. The instabot.py needs account data, you can set them using:

now -e INSTABOT_UI_LOGIN=login -e INSTABOT_UI_PASSWORD=password

You can find more information about env variables in now here

Development

You need to install dependencies using the given bash script:

./install-deps.sh

Then you can start the server using node server/server.js and the frontend app in development mode cd app && node start.

Requirements

  • nodejs >= 7
  • python
  • pip
  • virtualenv

Test

cd app && node test