We are currently experiencing payment processing issues. Our team is working to resolve the problem as quickly as possible. Thank you for your patience
fakku-user: a tool for looking up user information
0
Hey everybody!
I have just finished a tool that makes it possible to look up users on fakku.
It is written in Go (no surprise there) and can be installed as follows:
go get github.com/DrItanium/fakku-user
To use the tool is pretty simple, you have to do the following
fakku-user -username=
Keep in mind that most modern users have what seems to be a unique id tacked onto the end of their actual username :(. So the following:
fakku-user -username=dritanium
will not work,
it has to be
fakku-user -username=dritanium-
however, for users like Jacob it just works
fakku-user -username=Jacob
Username: Jacob
Url: https://www.fakku.net/users/jacob
Rank: FAKKU Creator
Avatar
URL: https://www.fakku.net/images/avatars/11c38b45a39b30770859ab5713a4432f.png
Width: 0
Height: 0
Registration date: 2006-12-01 04:00:00 -0800 PST
Last visit: 2015-03-10 20:41:23 -0700 PDT
Subscription count: 51
Number of posts: 5244
Number of topics: 1127
Number of comments: 0
Signature: ""
Reputation
Forum: 3447
Comment: 52639
Has Fakku Gold? yes
Is online? no
-----------------------------
However, I did run into some issues:
1) What is the actual time format used? I used time.Unix and that seems to work but I'm not sure what the conversion should be.
2) user_timezone is defined in the API but isn't returned from an API call. Is this normal? If it isn't then what should I use to convert the timezone as it looks to be a number.
3) The link to the avatar image doesn't work. Is this a known issue?
I have just finished a tool that makes it possible to look up users on fakku.
It is written in Go (no surprise there) and can be installed as follows:
go get github.com/DrItanium/fakku-user
To use the tool is pretty simple, you have to do the following
fakku-user -username=
Keep in mind that most modern users have what seems to be a unique id tacked onto the end of their actual username :(. So the following:
fakku-user -username=dritanium
will not work,
it has to be
fakku-user -username=dritanium-
however, for users like Jacob it just works
fakku-user -username=Jacob
Username: Jacob
Url: https://www.fakku.net/users/jacob
Rank: FAKKU Creator
Avatar
URL: https://www.fakku.net/images/avatars/11c38b45a39b30770859ab5713a4432f.png
Width: 0
Height: 0
Registration date: 2006-12-01 04:00:00 -0800 PST
Last visit: 2015-03-10 20:41:23 -0700 PDT
Subscription count: 51
Number of posts: 5244
Number of topics: 1127
Number of comments: 0
Signature: ""
Reputation
Forum: 3447
Comment: 52639
Has Fakku Gold? yes
Is online? no
-----------------------------
However, I did run into some issues:
1) What is the actual time format used? I used time.Unix and that seems to work but I'm not sure what the conversion should be.
2) user_timezone is defined in the API but isn't returned from an API call. Is this normal? If it isn't then what should I use to convert the timezone as it looks to be a number.
3) The link to the avatar image doesn't work. Is this a known issue?