Go to file
nanoory b2dd863d2a Repair table of content 2021-07-22 14:17:15 +02:00
examples Adding more exemplary data 2021-06-17 20:20:44 +02:00
logo New logo 2021-06-17 20:10:39 +02:00
screenshots New logo 2021-06-17 20:10:39 +02:00
.gitignore Add new comment 2021-06-17 20:09:08 +02:00
LICENSE Initial commit 2021-02-20 15:31:16 +01:00
README.md Repair table of content 2021-07-22 14:17:15 +02:00
about.go Alpha about window 2021-03-03 17:02:32 +01:00
bundled-scene.go New logo 2021-06-17 20:10:39 +02:00
data.go Uncomment testings 2021-06-17 20:17:12 +02:00
download.go Update download from JSON 2021-06-17 20:12:27 +02:00
download_libs.go Create new struct and update functions 2021-06-17 20:19:29 +02:00
gen.go Add 2021-03-03 17:15:16 +01:00
go.mod Update libs 2021-06-17 20:13:14 +02:00
go.sum Update libs 2021-06-17 20:13:14 +02:00
icons.go Add 2021-03-03 17:15:16 +01:00
libs.go Alpha libs 2021-03-03 17:13:23 +01:00
main.go Comment function 2021-06-17 20:14:13 +02:00
testing.go Adding a commented section 2021-06-17 20:23:19 +02:00
welcome.go Alpha welcome window 2021-03-03 17:00:14 +01:00

README.md

GG_Images

GG profile photo downloader

Release Go Go Report Card License

Table of content

About

About the project

The application was created to allow anyone to easily download profile pictures from GG.

The profile picture of each user is available for everyone without the need to log in to the website.

Therefore, the application does not use any GG vulnerabilities, but only allows easier access to publicly available data.

Anyone can easily manually download a profile picture of any GG user by entering the link shown below in the address bar of the web browser https://avatars.gg.pl/user,GG_number/s,800x800?default=https://www.gg.pl/images/sr-avatar-blank-male-80.png or https://avatars.gg.pl/user,GG_number/ and changing the value of GG_number to a specific GG user number.

Please note that some application features may lead to server problems and may expose you to law consequences.

The application should be considered as developed for educational purposes only.

Screenshots

Dark theme dark theme

Light theme light theme

Features

  • Download profile photo from: -- One number -- Random number -- Range numbers -- All numbers

Operating systems

Program tests on operating systems and availability in the official repository

Operating system Tested Repository Link
Debian Bullseye Yes
RebornOS Yes
BlackArch Yes Yes https://blackarch.org/tools.html

Built with

  • Go 1.15

Building

How to build

git clone https://codeberg.org/nanoory/GG_Images
go build *.go

TODO:

  • Base functions
  • [] Read GG numbers from JSON file
  • [] Progress bars for download windows

Licensing

GPL-3.0 only