https://github.com/jonchang/recordpeeker
a mitmproxy script for peeking at FFRK data
https://github.com/jonchang/recordpeeker
ffrk python
Last synced: 26 days ago
JSON representation
a mitmproxy script for peeking at FFRK data
- Host: GitHub
- URL: https://github.com/jonchang/recordpeeker
- Owner: jonchang
- License: mit
- Created: 2015-05-01T21:42:10.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-20T13:06:16.000Z (about 10 years ago)
- Last Synced: 2025-05-05T05:06:45.616Z (26 days ago)
- Topics: ffrk, python
- Language: Python
- Size: 426 KB
- Stars: 8
- Watchers: 6
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Record Peeker
Peeks at FFRK battle drops data. Also reports your best record synergy equipment. Could potentially be expanded to do other things.
## Installation and setup
See [INSTALL.md](https://github.com/jonchang/recordpeeker/blob/master/INSTALL.md).
## Usage
In your Terminal, just type in:
```
recordpeeker
```Enter a battle, and watch the drops roll in! Or enter the Party screen and optimize your equipment setup.
[](https://asciinema.org/a/19644)
## Contributing
* Missing item names? Edit [items.csv](https://github.com/jonchang/recordpeeker/blob/master/recordpeeker/data/items.csv) to add new things to the database.
* Functions wishlist
* Package a .app or .exe for easy setup
* Record drop frequencies## Developing
```
git clone https://github.com/jonchang/recordpeeker.git
cd recordpeeker
virtualenv env
source env/bin/activate
./setup.py develop
```## License
This software is licensed under the [MIT License](http://choosealicense.com/licenses/mit/). For more information, see the `LICENSE` file.
## Inspiration
* [Snapception](https://github.com/thebradbain/snapception/)