Skip to content

erfg12/newgrounds-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Here is a collection of scripts that scrape Newgrounds for information and generate a Rest API.

Info

All files have some required variables that can be given by _GET, _COOKIE or _POST. Open the php files to get more information.

Output for these PHP files is in JSON format, which is very useful for building 3rd party apps.

BROWSE

  • browse.php?type=art&user=username&pass=P@ssw0rd!&e=true&t=true&m=true&a=false

DETAILS

FEATURED

  • featured.php

SEARCH

  • AUDIO: search.php?type=audio&search=test
  • ART: search.php?type=art&search=test
  • VIDEO: search.php?type=movies&search=test
  • GAME: search.php?type=games&search=test

USERINFO

  • userinfo.php?user=tomfulp

About

Scrape data from newgrounds.com

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages