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

https://github.com/kielx/anygrabber

Simplify AnyDesk log analysis by effortlessly searching, extracting, and generating reports on IP addresses and login dates.
https://github.com/kielx/anygrabber

anydesk extraction extractor grab grabber logs python

Last synced: 7 months ago
JSON representation

Simplify AnyDesk log analysis by effortlessly searching, extracting, and generating reports on IP addresses and login dates.

Awesome Lists containing this project

README

          

# Logo AnyGrabber

Static Badge
Wiki Badge

![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/kielx/AnyGrabber/tests.yml?style=for-the-badge&logo=github&label=Tests)
![GitHub all releases](https://img.shields.io/github/downloads/kielx/AnyGrabber/total?style=for-the-badge)
![GitHub](https://img.shields.io/github/license/kielx/Anygrabber?style=for-the-badge)

AnyGrabber simplifies the process of searching for AnyDesk logs, extracting relevant data concerning IP addresses used
for logging
in, along with corresponding dates. It also generates .txt and
.csv reports based on the data retrieved. The user-friendly interface and localization features make it easy for anyone
to use, regardless of technical proficiency. It's portable and can be used on any modern Windows machine without the need for
installation.

![App screenshot](./assets_readme/screenshot1.png)

## Key Features:

- Search for logs in default and custom locations
- Extraction of login date and IP address/es
- Generation of checksums for retrieved files
- Creation of .txt and .csv reports based on found data
- Support for English and Polish languages
- User-friendly interface
- Portable

## Motivation

Extracting information from AnyDesk logs can be difficult and time-consuming, especially for people who aren't familiar
with where the logs are stored. It usually involves a lot of searching through logs to find important
information, such as dates and IP addresses. This can be so complicated that some people give up or spend a long time
trying to find what they need.

AnyGrabber is designed to make searching and finding AnyDesk logs easier for everyone. The app has an easy-to-use
interface that simplifies the process, making it accessible to both beginners and advanced users. It also offers
localization features, so people can use it in their native language.

## Tech used

- [Python](https://www.python.org/)
- [Customtkinter](https://github.com/TomSchimansky/CustomTkinter)
- [Pytest](https://docs.pytest.org/en/7.3.x/)
- [Auto-py-to-exe](https://pypi.org/project/auto-py-to-exe/)
- [Poedit](https://poedit.net/)

## Building

Easiest way to build portable version of app is to use [auto-py-to-exe](https://pypi.org/project/auto-py-to-exe/) and
following the steps:

1. Run `auto-py-to-exe` from your command line - [how to install auto-py-to-exe](https://pypi.org/project/auto-py-to-exe/)
1. Choose `main.py` as script location
2. Change Console Window option to Window Based (hide the console)
3. Pick the icon that is located in `assets` folder
4. Pick and add additional files and directories from project root:
- Assets folder
- Locale folder
- Customtkinter folder (`/venv/Lib/site-packages/customtkinter`)
- Dateutil folder (`/venv/Lib/site-packages/dateutil`)
- PIL folder (`/venv/Lib/site-packages/PIL`)
- CTkMessagebox folder (`/venv/Lib/site-packages/CTkMessagebox/`)
- Bidict folder (`/venv/Lib/site-packages/bidict/`)
- `config.json` file

Use the screenshot below for reference:

![py-to-exe](./assets_readme/Auto-py-to-exe.png)

If you prefer to use pyinstaller command you need to swap locations of file to match your system.

**IMPORTANT**- If you are using PyCharm be sure to un-check the following options

![py-to-exe](./assets_readme/Auto-py-to-exe2.png)
[Big thanks to this stackoverflow post](https://stackoverflow.com/questions/36618749/module-imports-work-in-pycharm-dont-work-in-python-idle/36618847#36618847):

**--- OR ---**

install dependencies globally via PIP

## Acknowledgments

- [Greenfish Icon Editor Pro](http://greenfishsoftware.org/gfie.php) was a great asset at creating icon for app
- [Figma](https://figma.com) for free design tools that I used for my logo
- [Photopea](https://photopea.com) being a great free image editor I used for my assets and images
- [Poedit](https://poedit.net/) for making language translations a breeze