GithubHelp home page GithubHelp logo

partyscraper's Introduction

partyscraper [OBSOLETE]

This sucks, use partyverse-wrapper

Partyverse Website: https://partyverse.app/

Partyverse Discord: https://discord.gg/YHzYv6Gkb7

Example usage:

const partyscraper = require('./index');

(async () => {

	const eventInfo = await partyscraper.getEvent('https://partyverse.app/events/23218');

	const userInfo = await partyscraper.getUser('https://partyverse.app/users/Berlin')

	const teamInfo = await partyscraper.getTeam('https://partyverse.app/teams/1')

	console.log(eventInfo);

	console.log('\n\n')

	console.log(userInfo);

	console.log('\n\n')

	console.log(teamInfo);

})();

Example of getEvent
{
  "id":23218,
  "createdAt":"2022-03-29T15:40:00.972967+00:00",
  "updatedAt":"2022-03-29T15:40:00.972967+00:00",
  "startDate":"2022-04-12T18:00:00+00:00",
  "description":"Any description **bold text here*",
  "title":"Any title",
  "tags":[
  	"Night Club",
  	"Bar",
  	"Test"
  ],
  "attachments":[
  	"7ad4434e-7ea0-4300-b8ac-655e479a6491.png"
  ],
  "location":"google.com",
  "organizerId":1,
  "endDate":"2022-04-13T20:00:00+00:00",
  "locationId":-1,
  "ageRating":0,
  "game":"vrchat",
  "recurrenceId":13,
  "nextEventId":null,
  "eventTeams":{
  	"id":1,
  	"createdAt":"2021-09-12T21:29:33+00:00",
  	"updatedAt":"2021-09-12T21:29:33+00:00",
  	"ownerId":"8849ca9e-551a-4351-bc80-56427dcbd948",
  	"name":"Partyverse",
  	"approved":true,
  	"iconUrl":"icon.png",
  	"verified":true,
  	"externalId":null,
  	"description":"This is the official Partyverse profile on Partyverse. That feels kind of weird to say.",
  	"discordUrl":"https://discord.gg/bWdU3edftH",
  	"twitterUrl":null,
  	"instagramUrl":null
  },
  "peopleJoining":[
  	{
  		"count":0
  	}
  ]
}

Example of getUser
{
  "id":"54d90633-2cbc-4780-ae10-11ce5075ae2d",
  "created_at":"2021-12-18T14:58:11.233302+00:00",
  "updated_at":"2021-12-18T14:58:11.233302+00:00",
  "slug":"Berlin",
  "displayName":"Berlin",
  "description":"My Discord is:\nICodeInAssembly#7117",
  "avatar":null,
  "lastReadNotification":null,
  "eventSubscription":[
  	
  ]
}

Example of getTeam
{
  "id":1,
  "createdAt":"2021-09-12T21:29:33+00:00",
  "updatedAt":"2021-09-12T21:29:33+00:00",
  "ownerId":"8849ca9e-551a-4351-bc80-56427dcbd948",
  "name":"Partyverse",
  "approved":true,
  "iconUrl":"icon.png",
  "verified":true,
  "externalId":null,
  "description":"This is the official Partyverse profile on Partyverse. That feels kind of weird to say.",
  "discordUrl":"https://discord.gg/bWdU3edftH",
  "twitterUrl":null,
  "instagramUrl":null
}

partyscraper's People

Contributors

144reasons avatar

Watchers

 avatar

partyscraper's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.