Requirements needed
pip install aiohttp
pip install beautifulsoup4
pip install aiofiles
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.
The script is only capable of tracking the following data :
- Wall posts
- Purchases
- Games published
- Badges earned
- Usernames Changed
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
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