Skip to content

merwin-asm/DarkmaskAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

DarkmaskAPI

About :

An API for masking Urls..

Url :

https://Darkmask.darkmash.repl.co

Using :

To use the service [GET - method] ,

https://Darkmask.darkmash.repl.co/from
  • give the url as url in headers

  • returns a masked url

To use with python :

import requests as r
url = "https://darkmash-org.github.io/"
print(r.get("https://Darkmask.darkmash.repl.co/from", headers = {"url":url}).text)

On visiting (main page):

Alt text

About

An API for masking Urls..

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages