Advertisement
dimaslanjaka

config

Oct 20th, 2018
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. INSTAGRAM_ACCESS_TOKEN = "5620060465.e7f626d.fa7e26ad2659421d93dcb860f2e75ede"
  2. USER_ID_TO_MONITOR = 07685b891d084a92bda0e30bf5f2c214
  3. SLACK_INCOMING_WEBHOOK_URL = "http://dimaslanjaka.slack.com"
  4.  
  5. {
  6. "name": "insta-gf-node",
  7. "version": "1.0.0",
  8. "description": "Auto likes instagram post",
  9. "main": "index.js",
  10. "scripts": {
  11. "start": "node index.js",
  12. "test": "echo \"Error: no test specified\" && exit 1"
  13. },
  14. "author": "Gulzar",
  15. "license": "ISC",
  16. "dependencies": {
  17. "dotenv": "^4.0.0",
  18. "express": "^4.16.1",
  19. "instagram-api": "^1.0.3",
  20. "node-cron": "^1.2.1",
  21. "request": "^2.83.0"
  22. },
  23. "devEngines": {
  24. "node": "8.x"
  25. },
  26. "devDependencies": {
  27. "eslint": "^4.13.1",
  28. "eslint-config-airbnb-base": "^12.1.0",
  29. "eslint-plugin-import": "^2.8.0"
  30. }
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement