We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Update code to use with iron's new docker testing / deployment:
Install Requirements:
docker run --rm -v "$PWD":/worker -w /worker docker.io/iron/python:2.7.11-dev apk add --update python-dev; pip install -t packages -r requirements.txt
Include init.py:
touch packages/__init__.py
Run harvest_email:
docker run --rm -v "$PWD":/worker -w /worker docker.io/iron/python:2.7.11-dev apk add --update py-requests; python harvest_email.py
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Update code to use with iron's new docker testing / deployment:
Install Requirements:
Include init.py:
Run harvest_email:
The text was updated successfully, but these errors were encountered: