NatTupper / dline

A feature-rich terminal discord client
GNU General Public License v3.0
62 stars 4 forks source link

Added script call options and pipenv lock files. #8

Closed guy176251 closed 5 years ago

guy176251 commented 6 years ago

Added an option to let you use a bot account and a token option that lets you put your token directly into the script call.

Was having trouble getting all the dependencies working with the requirements.txt, so I added my own Pipfile and Pipfile.lock for people who want to use pipenv.

NatTupper commented 6 years ago

The pipfile seems like a good idea, the bot argument too. But the option to specify a token already exists as --token-path /path/to/token_file. This I believe is a better approach anyway since if you use multiple accounts, you can just call the file rather than looking it up each time.

guy176251 commented 6 years ago

Ah that's true about the token path. I put all my tokens in my .bashrc so I can just call the environment variable as opposed to making another token file. It's a little less hassle imo.