Skip to main content

A api wrapper for lyntr`s api in python

Project description

lyntrpy

A api wrapper for lyntr`s api in python

How to make the .env file

In order to create a .env file you need 3 cookies:

  • _TOKEN_DO_NOT_SHARE
  • temp-discord-token
  • cf_clearance

The _TOKEN_DO_NOT_SHARE cookie is required to authenticate with the lyntr api.

The temp-discord-token cookie is only needed when creating an account (to my knowledge) so it can probaly left empty but i would stil set it.

The cf_clearance is used to authenticate with cloudflare and use the api and not be blocked. This cookie is known for expirering quickly, for now the solution is to manualy copy the cookie from a browser and paste it it (i am working on an automatic system).

Now that we know what each cookie does, how to actually get them? (please note the tutorial for getting the cookies is for firefox)

Firstly navigate to lyntr and press Control+S+I, you should be meet with this devtools open

Now navigate to the Storage tab devtools storage tab

And click on Cookies > https://lyntr.com devtools cookies tab open

Now copy the _TOKEN_DO_NOT_SHARE cookie to the file .env to a variable named TOKEN, the temp-discord-token cookie to temp-discord-token and the cf_clearance cookie to cf_clearance.

If you do all these steps correctly you should be able to start implementing the wrapper in your code.

Happy Codeing.

ToDo

  • Add photo support for lynting
  • Add auto cloudflare cookies collector from browser to .env is not required

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lyntrpy-1.0.0.tar.gz (15.9 kB view hashes)

Uploaded Source

Built Distribution

lyntrpy-1.0.0-py3-none-any.whl (16.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page