Automate some functionalities. Some of them are:
- Update all user ads
- Update specific user ads
- Get user info
- Update specific fields on user profile
- Get user's ads in objects
- Get user's ads (titles only)
- Create a file named local.py under the settings folder. The file should be based on local.py.example
- Fill your username and password. The credentials are not saved, the are just forwarded to the site (you can check the source code)
- Initialize the sdk in your script and you are ready to go
- The folder examples has some basic steps
# Initialize
client = CarGrSDK()
# Get user ads
ads = client.user.get_ads()
# Update all available ads
for ad in ads:
ad.refresh()
The full documentation and complete functionalities are described at documentation.md file
- Create new listing
- Delete specific listing
- Delete all listing