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

Added a command line mode #155

Merged
merged 8 commits into from
May 12, 2021
Merged

Added a command line mode #155

merged 8 commits into from
May 12, 2021

Conversation

anatolykopyl
Copy link
Contributor

Needed this to create bash scripts that could chain commands together.
For example to execute photos command on multiple users listed in usernames.txt and put them in respective folders one would run a shell script like this:

while read username; do
  python3 main.py $username -c photos -o $username
done <usernames.txt

@anatolykopyl anatolykopyl changed the title Added a cli mode Added a command line mode Apr 4, 2021
Made the argument more descriptive & updated README.md
@Datalux
Copy link
Owner

Datalux commented Apr 8, 2021

Please can you update your PR with the latest commits in the development version?

@kappuccino
Copy link
Contributor

@Datalux , can you merge this feature in the Dev branche ? this feature is a must have !

@Datalux Datalux merged commit 621dd66 into Datalux:development May 12, 2021
@kappuccino
Copy link
Contributor

That was pretty fast !
thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants