Skip to content

darkmash-org/DarkmaskAPI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

DarkmaskAPI

darkmash-org

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


✨Discord Server & Support

Darkmash Official Server

⬇️ ⬇️ ⬇️ ⬇️ INVITE LINK ⬇️ ⬇️ ⬇️ ⬇️

https://discord.gg/SC54bSgnyQ

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%