Skip to content

dark0ghost/AsyncPastebinApi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AsyncPastebinApi

lib allows you to post past

dep

**python>=3.7 aiohttp>=3.6 **

use

import AsyncPastebinApi
import asyncio

async def main():
   pastebin = AsyncPastebinApi.Pastebin()
   await pastebin.open_session()
   
   print(await pastebin.send_paste(data=pastebin.generate_data(paste="text")))
   # pastenin.com/******
   
   await pastebin.close()

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages