https://github.com/felipemonobe/casperjs_scripts
[CasperJS] Process automation
https://github.com/felipemonobe/casperjs_scripts
Last synced: 11 months ago
JSON representation
[CasperJS] Process automation
- Host: GitHub
- URL: https://github.com/felipemonobe/casperjs_scripts
- Owner: FelipeMonobe
- Created: 2016-03-21T03:28:10.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-28T19:01:44.000Z (over 10 years ago)
- Last Synced: 2025-08-02T15:43:51.008Z (11 months ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CasperJS_Scripts
Automated browsing tasks
Heads up!
To run these scripts in your machine you'll need installed:
- PhantomJS
- CasperJS
Specific requirements:
- facebookLoginAndMsg: at same-level directory create a credentials.json with the following structure
**credentials.json**
```json
{
"email": "your@email.com",
"password": "yourpass"
}
```
And run it passing two arguments (**receipt** and **message**)
`$ casperjs facebookLoginAndMsg.js "Felipe Monobe" "hey man"`
- facebookLoginAndPrint: run it passing two options (**email** and **pass**)
`$ casperjs facebookLoginAndPrint.js --email=your@email.com --pass=yourPass`
- iMastersCalendarMonth: WIP
- iMastersCalendarNextTen: just run it
`$ casperjs iMastersCalendarNextTen.js`