Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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