My API Bot was fine until 2 days ago, and the issue seems to be coming from Gameflip because as soon as i run my API Bot, it can’t log into my Gameflip account, and the Bot says ‘’ Invalid Gameflip Login Credentials ‘’, so the issue seems to be coming from my Gameflip Account. Also, why am i getting a Gameflip OTP?
My Profile Code: ESEFZ1
Can a Mod or an Admin please inspect my account and find out the issue? I need this issue to be resolved as soon as possible.
Hello, Aurora! I am having issues with setting up Gameflip API bot. You seem like a person which understands it. I would be super happy if you were able to help me. If you want, i could give you some of my rocket league items (assuming you may like them since it’s on your avatar) like a little gift for your time or something. Feel free to reply and sorry for asking…
Oh my god! That’s so nice of you! I am struggling with setting up API for being able to deliver TF2 items via bot trade. My main issue is i barely understand what i am required to do ;(
I got both, but of course i was trying to do that on PC. I installed required stuff like python, nodejs and git. Also downloaded sample code from github. I thought i need to edit that nodejs code inside, but i can’t even properly open it since it gives me an error…
Ok, this TF2 game is Team Fortress 2, right? Great! You already have all things installed that you need, and yes, PC will be the easier to use this. Make sure that you have already downloaded this, this is what you will use to make your listings firstly, Node J.S will post them for you: https://github.com/gameflip/gfapi,
src/samples is what you will be using mainly. Please respond when you have that done.
Great! To get your API keys, go to Gameflip > Settings > Develop, then press the button ‘Create API Key’, make sure you have a spare notepad open to copy these into, do not lose these. Once you have pressed the button, a pop-up will show, that is the Secret API key, the other API key is always there. Jot those 2 down and save them. Once you have done that, on a notepad, type this and save it:
SET GFAPI_KEY=Enter your API key
SET GFAPI_SECRET=Enter your Secret API Key
cd gfapi
Let me know when you have done this, and reply back if you need any help, then the next step.
do i save that
" SET GFAPI_KEY= Enter your API key
SET GFAPI_SECRET= Enter your Secret API Key
cd gfapi"
In notepad replacing my API and Secret (alrdy have them)?
Now, you will hopefully be creating your first listing using API! Open Node.js, leave that open, copy the text SET GFAPI_KEY= Enter your API key
SET GFAPI_SECRET= Enter your Secret API Key
cd gfapi
Enter that into Node.js, and press enter. You should see something similar to this: