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

Fixed spelling mistake #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Individual script folders will contain further instructions particular to that s
* Use a `.env` file for secrets
* Use `data` folder for input files
* Name output files `<something>.output.csv`
* Sometimes you may want to manually clean up data so that teh script can read it. Rename the original input file with `<filename>.original.<extension>` and create a copy called `<filename>.cleanedup.<extension>` for the file containing edits. Both will be ignored by Git.
* Sometimes you may want to manually clean up data so that the script can read it. Rename the original input file with `<filename>.original.<extension>` and create a copy called `<filename>.cleanedup.<extension>` for the file containing edits. Both will be ignored by Git.
* If you need a new library installing, add it to the root `requirements.txt`

There are some common environment variables used in the scripts
Expand All @@ -44,4 +44,4 @@ There are some common environment variables used in the scripts
| `DRY_RUN` | Set to `true` for the script to execute but not make any changes so you can check the output |
| `POLIS_USERNAME` | The username for an account that owns the particular debate |
| `POLIS_PASSWORD` | The password for an account that owns the particular debate |
| `POLIS_API_BASE_URL` | The URL for the pol.is API without trailing slash e.g. `https://pol.is/api/v3` |
| `POLIS_API_BASE_URL` | The URL for the pol.is API without trailing slash e.g. `https://pol.is/api/v3` |