An open API service indexing awesome lists of open source software.

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

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```