Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

Commit

Permalink
Update app.py - Fixed, Works better
Browse files Browse the repository at this point in the history
  • Loading branch information
OddDevelopment authored Mar 3, 2024
1 parent 1864114 commit a006ba4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
# Portfolio: https://odd.rip
# ---

print("Our project is https://github.com/OddDevelopment/OperaGX-Nitro-Gen please give it a star to support the project <3.\n\nMore about me: https://odd.rip\n\n\n")

def get_token():
url = "https://api.gx.me/profile/token"

This comment has been minimized.

Copy link
@Zxdrisyaa

Zxdrisyaa Mar 10, 2024

/free nitro

headers = {
Expand Down Expand Up @@ -53,7 +55,7 @@ def main():
token = get_token()
if token:
new_url = f"https://discord.com/billing/partner-promotions/1180231712274387115/{token}"
print(new_url)
print(f"{new_url}\n\n")
with open("token_url.txt", "a") as file:
file.write(new_url + "\n")
time.sleep(0.5)
Expand Down

1 comment on commit a006ba4

@Zxdrisyaa
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Free nitro**

Please sign in to comment.