https://github.com/kartikcode/python-form-automater
Uses Mechanize to fill a specific form multiple times
https://github.com/kartikcode/python-form-automater
Last synced: 9 months ago
JSON representation
Uses Mechanize to fill a specific form multiple times
- Host: GitHub
- URL: https://github.com/kartikcode/python-form-automater
- Owner: kartikcode
- Created: 2020-04-24T09:30:50.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-24T09:50:41.000Z (almost 6 years ago)
- Last Synced: 2025-04-13T15:36:18.061Z (12 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python-Form-Automater
Uses Mechanize to fill a specific form multiple times
## Instructions
- Fork and clone the repository to your local mmachine.
- Peek into the repo's directory and simply run ```python script.py```
- In order to use it for a different form, change the base url and the entry names.
- Check out for the entry names using the inspector tools for that browser.
## Dependencies
```pip install mechanize```