n8henrie / pycookiecheat

Borrow cookies from your browser's authenticated session for use in Python scripts.
https://n8henrie.com/2013/11/use-chromes-cookies-for-easier-downloading-with-python-requests/
MIT License
744 stars 111 forks source link

Create python-package.yml #34

Closed n8henrie closed 4 years ago

n8henrie commented 4 years ago

NB: Please make an issue prior to embarking on any significant effort towards a pull request. This will serve as a unified place for discussion and hopefully make sure that the change seems reasonable to merge once its implementation is complete.

Description

A few sentences describing the overall goals of the pull request's commits. If this is not an extremely trivial PR, please start an issue for discussion (hopefully prior to investing much time and effort).

Status

READY/IN DEVELOPMENT

Related Issues

Todos

Steps to Test or Reproduce

E.g.:

git checkout -b <feature_branch> master
git pull https://github.com/<user>/pycookiecheat.git <feature_branch>
pytest tests/

Other notes