Skip to content

Monitors all existing posts in game (Including the deleted ones as well). Credits goes to @Devorkk

Notifications You must be signed in to change notification settings

Qxincess/MonitorAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

Getting Started

Requirements needed

pip install aiohttp
pip install beautifulsoup4
pip install aiofiles

API-MONITOR

Disclaimer : This is a re-made version of Devorkk's original Monitor-API old project, so all credits belongs to Devork respectively.

About : A simple monitor API written in python, able to monitor all existing posts in game using KoGaMa's Feed API and sending the data to a discord webhook, The content varies depending on the latest post ID existing in the website and so it goes on.

Showcase

Check out the showcase

Capability

The script is only capable of tracking the following data :

  • Wall posts
  • Purchases
  • Games published
  • Badges earned
  • Usernames Changed

Safety And How To Use

LAST_ID Issues : Sometimes the the LAST_ID.txt file cannot keep going on it own due to specific problems and this can a bit complex if using a host since it can end up doing a loop starting from the last ID you printed

How to get the Post ID ? : The post ID can be easily obtained through the Feed API How to

Mandatory Note : You must make a post and then copy its ID using the feed API and then paste it to the LAST_ID.txt, if done correct, you'll be on track with the latest feeds being posted

About

Monitors all existing posts in game (Including the deleted ones as well). Credits goes to @Devorkk

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages