Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a GUI for the setup of the quickstart file #44

Closed
3 tasks done
timgrossmann opened this issue Apr 7, 2017 · 9 comments
Closed
3 tasks done

Add a GUI for the setup of the quickstart file #44

timgrossmann opened this issue Apr 7, 2017 · 9 comments

Comments

@timgrossmann
Copy link
Collaborator

timgrossmann commented Apr 7, 2017

Would be nice if you could setup the wanted configuration through a simple GUI instead of writing text into a textile.

  • build a basic GUI
  • for the beginning add some of the features of InstaPy to the GUI
  • create a "quickstart.py" file out of the given params of the GUI
@komad1na
Copy link
Contributor

I am on it 👍 :)

@littleswany
Copy link
Contributor

https://github.com/Nemixalone/GUI-tool-for-InstaPy-script

@timgrossmann or @Nemixalone Looks like this issue is sorted so can be closed?

@timgrossmann
Copy link
Collaborator Author

@littleswany Problem is, that GUI is only for windows users 😉
Would be awesome if someone could build like a web GUI or something platform independent

@littleswany
Copy link
Contributor

@timgrossmann With you on that, on the other repo I commented saying because I am on OSX I couldn't test.

I will look into doing something like a web GUI, would it downloading a .py file be something that could work, if so I can do it with relative ease.

@komad1na
Copy link
Contributor

komad1na commented Apr 23, 2017

Or I could (try*) to switch to QT (C++) instead of C#.

*try - cause never done that in C++ but why not try it right, it's all about learning :)

Or web GUI however i'll try to contribute.

@timgrossmann
Copy link
Collaborator Author

@Nemixalone Do whatever you can!
It'll definitely will be useful!

@komad1na
Copy link
Contributor

I will do my best.

@sdiepend
Copy link

sdiepend commented Jun 26, 2017

@timgrossmann I'm trying to build a web gui using flask(I want to do more than just generate a quickstart.py file), but currently running into trouble. I import the InstaPy in a view class but when trying to instantiate an InstaPy object it says

FileNotFoundError: [Errno 2] No such file or directory: './logs/logFile.txt'

Which is normal because relative from my view class there indeed isn't an ./logs/logFile.txt.

So I'm thinking that logging should move outside the repo to an appropriate system location. It would also probably be better to use the Logger module from the standard python library.

For persistent data in the JSON files, maybe something like discussed here:
https://stackoverflow.com/questions/1011337/relative-file-paths-in-python-packages
https://stackoverflow.com/questions/30660003/unable-to-import-text-file-with-python-module

I can try and have look at using Logger when I have time.

@timgrossmann
Copy link
Collaborator Author

@sdiepend Sounds great!

Yes, I think that's an important advancement of the script to improve the logging here...
Sorry for the problems.

@timgrossmann timgrossmann moved this from Todo to Done in InstaPy_v1 Nov 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

No branches or pull requests

4 participants