Kangers Network
Open in Telegram
281
Subscribers
-124 hours
-47 days
-1130 days
Posts Archive
βYou guys happy with this Google reverse? Sample
π· API RESPONSE JSON:
{
"name": "Demon Slayer: Kimetsu no Yaiba",
"descriptor": "Manga series",
"search_url": "..."
}Practicals are pure jokes.
Mention in your methodology, that your data is from 4-5 books, magazines and newspapers, (Just take any random recognised names, said the teacher.)
And this government is gonna check them and give us 5/10+ marks in our result card/board marks.
*CRINGE!*
Released version
1.0.3
β’ Added, Fixed and Improved docstrings.
Use help(NyaaClient) for docs.
Read GitHub readme for docs.Words like "tomorrow" or "future" or "fate"
No matter how far they extend their hands
We breathe, we dream, we raise our love
In a timeless land that is far out of reach
Even the second, hour hands of the clock
They look at us sideways as they tick and tock
How I hope to have forever to spend
This life, noβall future lives
Right here in this world with you
- sparkle (your name.)
π NyaaScraper
β¨ Scrape data from nyaa.si and sukebei.nyaa.si
π· How to install?
pip install nyaascraper
π PyPi:
https://pypi.org/project/nyaascraper/
π GitHub:
https://github.com/zrekryu/nyaascraper
π‘ Basic usage:
import asyncio
from nyaascraper import NyaaClient
client = NyaaClient()
async def main() -> None:
torrents = await client.search("The Girl I Like Forgot Her Glasses")
print(torrents) # List[nyaascraper.models.SearchResult(...)]
asyncio.run(main())
π‘ Scraping from sukebei.nyaa.si π:
from nyaascraper.utils import SITE
from nyaascraper import NyaaClient
client = NyaaClient(SITE.FAP)
π Check out README.md for documentation.β¨ Publishing Today! Stay stunned!! Nyaa.si Api Scraper
βAny Idea for next project/scraper/api?
π· TO-DO LIST:
β’ Add docs.
β’ Support for comments and file directory in TorrentInfo class.
