Brunopaes / grievous

General Kenobi!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Grievous

Optimized for python 3.6

Project aimed in spam a text on whatsapp web. Better used with Kenobi.


Dependencies

For developers, python requirements could be find in the project's root. For installing the requirements, in your venv or anaconda env, just run the following command:

pip install -r requirements.txt


Project's Structure

.
└── grievious
    ├── data
    │   ├── chromedriver
    │   └── settings.json
    ├── docs
    │   ├── reference_articles
    │   ├── ...
    │   └── CREDITS
    ├── src
    │   ├── __init__.py
    │   └── general_kenobi.py
    ├── tests
    │   └── unittests
    │       ├── data
    │       ├── test_general_kenobi.py
    │       └── __init__.py
    ├── .gitignore
    ├── LICENSE
    ├── README.md
    └── requirements.txt

Directory description

  • data: The data dir. Group of non-script support files.
  • docs: The documentation dir.
  • src: The scripts & source code dir.
  • tests: The unittests dir.

Usage Notes

Running

For running it, on the ~/src directory just run the follow command:

python general_kenobi.py

Notes

- Hello there
- General Kenobi
        Star Wars Episode III: The revenge of the Sith

About

General Kenobi!

License:MIT License


Languages

Language:Python 100.0%