You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would say, it's better to start working on completing the functionality
instead of doing these side tasks.
Since you've already made login system, let's create function to navigate
to a group page on FB.
On Sun 26 May, 2019, 22:33 HARSHIT JAIN, ***@***.***> wrote:
Sir, should i work on this issue?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#7?email_source=notifications&email_token=AH2K2ID5UHEYZ5JIPF3HWUDPXK7EJA5CNFSM4HMGKBQ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWIJTEQ#issuecomment-496015762>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AH2K2IGRRKSHQCUE3LY4QLLPXK7EJANCNFSM4HMGKBQQ>
.
A command line interface is the best way to manage apps which have multiple functionalities and require arguments.
Click is one of the best ways to implement a CLI. We can have two options:
post
andreset
.post
: Used to post links on the group.reset
: Remove the saved credentials and start afresh.The
reset
option will not take any argument. Thepost
option will take at least one and at max three arguments:--username
: Phone number / email to use for login.--password
: Password for the facebook account.--list
: Path to text / csv file containing the link (or name) of all groupsResources:
The text was updated successfully, but these errors were encountered: