Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frostyfeet909/abuse-surveys
Absue your friends survey monkeys
https://github.com/frostyfeet909/abuse-surveys
Last synced: 18 days ago
JSON representation
Absue your friends survey monkeys
- Host: GitHub
- URL: https://github.com/frostyfeet909/abuse-surveys
- Owner: frostyfeet909
- License: mit
- Created: 2021-03-21T12:05:29.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-07T00:13:42.000Z (over 2 years ago)
- Last Synced: 2024-11-10T23:39:11.705Z (3 months ago)
- Language: Python
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Abuse Surveys
https://youtu.be/jeIkZlzENbY Love u Ewan (^з^)-☆Chu!!\
A set of OOP python programs to abuse online surveys.\
Currently randomly answers survey monkey questions with random sentances, mitigates the browser protection and is multithreaded for performance.## Installation
1. Install the latest stable version of [python3](https://www.python.org/downloads/).
2. Install the remaining packages in requirements and setup the file strucutre by running `install_requirements.py`:```bash
python install_requirements.py
```3. Install the latest stable version of the selenium [chrome webdriver](https://chromedriver.chromium.org/downloads) and place it in `Abuse_Survey/webdrivers`.
## Usage
```python
import Abuse_Survey
Abuse_Survey.abuse_survey_monkey(2, 2, 'XQ6J57B')
# Start abuse on survey monkey with two processes, repeating twice.
``````python
import Abuse_Survey
Abuse_Survey.run()
# Start a text UI for the same thing
```This is also illustrated in `Tests/basic_test.py`
```bash
python basic_test.py
# Runs the same example as above with (5, 5, 'XQ6J57B')
```## License
MIT