Fake review creator written in flutter. Consists of an ebay image scraper, an amazon review scraper and and several llm api implementations for processing the reviews(currently only OpenRouter and custom).
The tool does the following:
- Scrapes ebay for images of sold items
- Scrapes amazon for reviews 2.1. Feeds the scraped reviews into an LLM with a custom system prompt
- (Coming soon): Checks the selected images on google images and imgur
There is currently no installation option for the desktop versions. Just download the appropriate binary for your platform from the release page and directly execute it (double click / execute from terminal).
- Custom type: Just prints the system prompt + user prompt + reviews
- OpenRouter: Mostly implemented
- Ollama (local llm): Coming soon
- OpenAI: Coming soon
- Download and install the flutter sdk
- Clone the repository:
git clone --depth=1 https://github.com/Aegeontis/fake_review_creator
- Change directory:
cd fake_review_creator
- Get the dependencies:
flutter pub get
- Depending on your platform run:
- Linux:
flutter build linux --release
- Releases are packages with AppImage. The appImage directory is in linux/AppImageDir.
- Windows:
flutter build windows --release
- Releases are packaged
with msix:
flutter pub run msix:create
- MacOS: https://docs.flutter.dev/deployment/macos
- iOS and Android are not yet supported
- Linux: