Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dotzero/pwnagotchi-plugins
Pwnagotchi plugins collection
https://github.com/dotzero/pwnagotchi-plugins
pwnagotchi pwnagotchi-plugins
Last synced: 27 days ago
JSON representation
Pwnagotchi plugins collection
- Host: GitHub
- URL: https://github.com/dotzero/pwnagotchi-plugins
- Owner: dotzero
- Created: 2024-09-12T18:48:01.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-09-13T02:56:37.000Z (4 months ago)
- Last Synced: 2024-09-13T15:23:23.451Z (4 months ago)
- Topics: pwnagotchi, pwnagotchi-plugins
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pwnagotchi-plugins
For custom plugins to work, you have to add the path to your folder in the `config.toml`.
```toml
main.custom_plugin_repos = [
"https://github.com/evilsocket/pwnagotchi-plugins-contrib/archive/master.zip",
"https://github.com/dotzero/pwnagotchi-plugins/archive/master.zip",
]
```Then run this command: `sudo pwnagotchi plugins update`
## Plugins
### age.py
```toml
main.plugins.age.enabled = true
main.plugins.age.age_x_coord = 0
main.plugins.age.age_y_coord = 32
main.plugins.age.str_x_coord = 67
main.plugins.age.str_y_coord = 32
```### exp.py
```toml
main.plugins.exp.enabled = true
main.plugins.exp.lvl_x_coord = 0
main.plugins.exp.lvl_y_coord = 81
main.plugins.exp.exp_x_coord = 38
main.plugins.exp.exp_y_coord = 81
main.plugins.exp.bar_symbols_count = 12
```### wavesharebattery.py
```bash
sudo apt-get install python-smbus
sudo raspi-config nonint do_i2c 0
``````toml
main.plugins.wavesharebattery.enabled = true
```