Skip to content

pbkangafoo/avtrack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

avtrack

status tracker for imvu avatars

What does avtrack do?

On the chat platform IMVU, people can change their status but you don't necessarily see which one they have. So when someone changes the status e. g. to DND or away, they will be displayed as offline. Therefore you can use to avtrack to check the status of a certain avatar and you know whether they are really offline or just do not want to get disturbed.

Requirements

For using avtrack you need to have the "requests" library. You can install it using pip:

python -m pip install requests

Parameters

  • -u - use username
  • -c - use cid instead of username
  • -d - delay between each check in seconds
  • -v - display the status whether it changed or not

Usage examples

Keeping track and display every x seconds the status using name:

python avtrack.py -u username -v -d

Keeping track and display only when the status changed using CID:

python avtrack.py -c cid -d 60

Screenshot

Screenshot

About

status tracker for imvu avatars

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages