Skip to content

Nohet/linkvertise.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

linkvertise 1.1.5

Downloads
Python wrapper for linkvertise monetizing api.

Attention!!!

Converted links are not showing on the linkvertise profile, but they work. You can test that by going through the link and seeing that it gave you money.

Installation

You can install package directly from pypi

pip install linkvertise

Example usage

from linkvertise import LinkvertiseClient

# Defining the client
client = LinkvertiseClient()

# Creating a linkvertise url, and printing it
# 25565 is your linkvertise account id, and,
# google.com is link to monetize.
link = client.linkvertise(25565, "google.com")
print(link)

# Returns https://link-to.net/25565/832.3652483894998/dynamic?r=Z29vZ2xlLmNvbQ==

About

Python wrapper for linkvertise monetizing api.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages