GithubHelp home page GithubHelp logo

ahmadudin / electron-instapy-gui Goto Github PK

View Code? Open in Web Editor NEW
267.0 267.0 64.0 1.53 MB

Graphic user interface for https://github.com/timgrossmann/InstaPy

License: MIT License

CSS 2.33% HTML 53.75% JavaScript 43.92%

electron-instapy-gui's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

electron-instapy-gui's Issues

Error: ImportError: No module named pyvirtualdisplay

I get this error when trying the InstaPy GUI for the first time.
Then trying "pip install pyvirtualdisplay" but get -->

" Command "/usr/bin/python -u -c "import setuptools, tokenize;file='/private/var/folders/s1/9zbmhb_s4tz081cqb5dx7fr40000gn/T/pip-build-uw9QDZ/EasyProcess/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record /var/folders/s1/9zbmhb_s4tz081cqb5dx7fr40000gn/T/pip-WmWohk-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /private/var/folders/s1/9zbmhb_s4tz081cqb5dx7fr40000gn/T/pip-build-uw9QDZ/EasyProcess/ "

Anyone could help ? :)

@MericFournier

Load button not found, working with current images!

As the title says, when I set a hashtag and the number of likes to 50 for example, the program is unable to scroll down the page in order to show 50 pic and shows this error. If I use InstaPy from the terminal it works properly. If I use the GUI it shows this error message after a while.

Doesn't support Cyrillic in comments

When I add comment 'вау, очень красиво!', I get:
Error: File "quickstart.py", line 9 SyntaxError: Non-ASCII character '\xd0' in file quickstart.py on line 9, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details

Small issue here

Not sure if its a problem with this build or not. GUI is stating that there is no Chromedriver nor a Instapy folder however there is. Just keeps giving me a red error at the top

Error delay - > sleep_delay

The argument delay is not recognized by InstaPy. The correct argument is sleep_delay.

File "quickstart.py", line 11, in
session.follow_user_followers(['tricae'], amount=50, delay=60, random=False, interact=True)
TypeError: follow_user_followers() got an unexpected keyword argument 'delay'
Junior:InstaPy jrvansuita$

Won't let me select the InstaPy root nor close the GUI on Windows

I followed the instructions to download and install the GUI on Windows 10 64x. But when I start the GUI, I cannot select the InstaPy folder - nothing happens, when I click on the button. Same for the exit button (so I always have to kill it via the task manager). Other buttons and fields do work.

follow_user_followers() got an unexpected keyword argument 'random'

Error: INFO - Session started - 2017-12-07 11:40:47 INFO - Logged in successfully! Traceback (most recent call last): File "quickstart.py", line 7, in session.follow_user_followers(['utopia_8'], amount=30, sleep_delay=10, random=True, interact=False) TypeError: follow_user_followers() got an unexpected keyword argument 'random'

ON Mac won't run

the GUI runs ... i can type in username and password ... but cannot select or type in the instaPY path
image

Won't run on let me even close it

I installed the EXE and the PATH option doesn't work - I can't even close it.

it also appears to be running two processes instead of one.

Invalid syntax on quickstart.py, line 7

When I set "Follow User Followers" (all other options turned off) and click on "Run" I get:

Error: File "quickstart.py", line 7 session.set_user_interact(amount=, randomize=False, percentage=) ^ SyntaxError: invalid syntax

This is my quickstart.py:

from instapy import InstaPy

session = InstaPy(username='myusernamegoeshere', password='mypasswordgoeshere')

session.login()

session.set_user_interact(amount=, randomize=False, percentage=)

session.follow_user_followers(['hereisthecorrectusername'], amount=500, sleep_delay=7, randomize=True, interact=True)
session.unfollow_users(amount=, sleep_delay=)

session.end()

Only option available after error: End Session

What should I do?

"chromedriver is missing!" in GUI even though the newest chromedriver is in \assets

I installed the GUI, cloned InstaPy and directed the GUI to the folder. I then downloaded the newest version of chromedriver from the website and put it in the \assets folder but the GUI still says that it's missing. When I try to run it anyway, I get this: "Error: SyntaxError: EOL while scanning string literal"
I tried googling around but I didn't find anyone with a similar problem so I decided to ask here. (I know a bit about programming but I mainly focus on web and game development so please, keep it simple for me, thx)
(I first posted this as an InstaPy issue but they told me to put it here)

No module name clarifai.rest

Hi.

I keep getting this error. I tried pip install clarifai.rest and pip install clarifai but no sucess.

Can you help me please?

captura de tela 2018-01-28 as 01 20 28

Script doesn't start

Hey there!
grate program but I have a problem with setting up everything
the script doesn't start here's a pic
1

How To Install

the app locks my home screen
help me to install it step by step

InstaPy GUI hangs and shows no log

The InstaPy GUI starts but just shows a white box and running cursor on button and no text or log.
There's no text appearing and I think it kinda hangs up!

Attaching a picture for issue encountered.
insta

Odd issue, can't resolve.

Error: INFO [2018-03-02 03:45:08] [USERNAME] Session started - 2018-03-02 03:45:08
WARNING [2018-03-02 03:45:08] [USERNAME] Sorry, Record Activity is not working on Windows. We're working to fix this soon!
INFO [2018-03-02 03:45:40] [USERNAME] Logged in successfully!
Traceback (most recent call last):
File "quickstart.py", line 5, in
session.login()
File "E:\USER\Desktop\InstaPy-master\instapy\instapy.py", line 271, in login
self.followed_by = log_follower_num(self.browser, self.username, self.logfolder)
File "E:\USER\Desktop\InstaPy-master\instapy\print_log_writer.py", line 11, in log_follower_num
"return window._sharedData.""entry_data.ProfilePage[0]."
File "C:\Program Files (x86)\Python\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 627, in execute_script
'args': converted_args})['value']
File "C:\Program Files (x86)\Python\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 312, in execute
self.error_handler.check_response(response)
File "C:\Program Files (x86)\Python\lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 242, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.WebDriverException: Message: unknown error: Cannot read property '0' of undefined
(Session info: chrome=64.0.3282.186)
(Driver info: chromedriver=2.34.522940 (1a76f96f66e3ca7b8e57d503b4dd3bccfba87af1),platform=Windows NT 6.1.7601 SP1 x86_64)

Complete newb, although trying to resolve this myself. If someone knows the exact issue please chip in, thankyou :)

Also I'm well aware this isn't necessarily an issue with the GUI.

Unable to do Unfollow

Hi,

I'm unable to do unfollows, seems that the xpath has changed...
selenium.common.exceptions.NoSuchElementException: Message: no such element: Unable to locate element: {"method":"xpath","selector":"/html/body/div[4]/div/div[2]/div/div[2]/div/div[2]"}
(Session info: chrome=61.0.3163.100)
(Driver info: chromedriver=2.27.440175 (9bc1d90b8bfa4dd181fbbf769a5eb5e575574320),platform=Linux 3.13.0-132-generic x86_64)

chrome driver is missing for windows10 64bits

hello

I run under windows 10 64 bits and i can find chrome driver just for 32 bits
i put the chromedriver 32 on asset and i run the InstaPy GUI app but always i get the message: chrome driver is missing. any solution?

No module named 'selenium'

File "C:\Users\Rdr\Downloads\InstaPy-master\instapy\instapy.py", line 12, in
from selenium import webdriver
ModuleNotFoundError: No module named 'selenium'

No space in comments

Hey folks,

All the comments my instagram account posts have no space in them. Example : Great shot! turns to Greatshot!

Any ideas ?

Interact with followed user doesn't work.

Amount = 40
Percentage =20
random = True

And I get logs like `Session started - 2017-10-19 12:10:01

Logged in successfully!

Session ended - 2017-10-19 12:10:09`

I have 745 followed users, so it should work. Need help!

Can't press "PATH" button

When I press a button "PATH" nothing happens. And I can't close GUI, I have to kill the process through the task manager. What am I doing wrong? How can I fix it?

Error: ImportError: No module named pyvirtualdisplay

Im facing Error: ImportError: No module named pyvirtualdisplay(3.png) on mac. I have python 2.7, 3.5 and 3.6 installed. (1.png)

Already installed pyvirtualdisplay for all versions.
pip3.6 install pyvirtualdisplay


Requirement already satisfied: pyvirtualdisplay in /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages
Requirement already satisfied: EasyProcess in /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages (from pyvirtualdisplay)

Sometimes, when I open Instapy Gui, no error message is shown. But when I click run, nothing happens, likes image 2.png.
1
2
3

The GUI doesn't work (not working)

hello

The GUI doesn't work to run instapy, there are many issues every time I resolve an issue another one comes. could you please tell the developer to make an update or something else?

Cant set path on Windows

Hello,

I've added all the information such as username:password and a couple of options but i cant seem to set the PATH.

Pressing on the path button or even trying to copy and pasting into the field.

Great work

would like to hire you but cant find your contact info - please reach out

Support Paste operation in fields

Environment - macOS, Is this currently supported? Links, Location Ids, Tags etc need to typed in, can't copy + paste.

Thanks for building this cool utility

Error: ModuleNotFoundError: No module named 'past'

Error: ModuleNotFoundError: No module named 'past'

When running the Gui after inserting my login data and selecting like by tag the following error message pops up: Error: ModuleNotFoundError: No module named 'past'
Any ideas how to fix it?

UTF8 tag problem

There is an issue with UTF8 (Persian) tags
syntaxerror non-ascii character
git1
git2

Cant run or install it proper on Raspberry Pi 3

Cant set the Path, buttons aren't responsive:
Cant Install via node_latest_armhf.deb

When i try: nom install, i get this:

`pi@raspberrypi:~/Projects/InstaPy/GUI $ npm install
npm ERR! 404 Not Found
npm ERR! 404
npm ERR! 404 'types/node' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it
npm ERR! 404 It was specified as a dependency of 'electron'
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, or http url, or git url.

npm ERR! System Linux 4.9.41-v7+
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install"
npm ERR! cwd /home/pi/Projects/InstaPy/GUI
npm ERR! node -v v0.10.29
npm ERR! npm -v 1.4.21
npm ERR! code E404
npm ERR! Error: EACCES, open 'npm-debug.log'
npm ERR! { [Error: EACCES, open 'npm-debug.log'] errno: 3, code: 'EACCES', path: 'npm-debug.log' }
npm ERR!
npm ERR! Please try running this command again as root/Administrator.

npm ERR! System Linux 4.9.41-v7+
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install"
npm ERR! cwd /home/pi/Projects/InstaPy/GUI
npm ERR! node -v v0.10.29
npm ERR! npm -v 1.4.21
npm ERR! path npm-debug.log
npm ERR! code EACCES
npm ERR! errno 3
npm ERR! stack Error: EACCES, open 'npm-debug.log'
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /home/pi/Projects/InstaPy/GUI/npm-debug.log
npm ERR! not ok code 0
`

Possibility to save settings

It's possible to implement the possibility to save the settings? It's not nice write every time the same things, and if the list of friends to exclude is longer than 10 names it's also frustrating.

Install on VPS

What would be the proper procedure to install it on a server? Ubuntu 14, and access it through the ip address?
I do not have the process clear. Thank you

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.