Skip to content

v0.2.2

Compare
Choose a tag to compare
@xHossein xHossein released this 26 Aug 10:00
· 23 commits to master since this release
  • Added User model
  • Added get_user_by_url() method
  • Added get_user_by_username() method
  • Added get_user_followers() method
  • Added get_user_following() method
  • Added follow_user() method
  • Added unfollow_user() method
  • Added my_followers() method
  • Added my_following() method
  • Added bio argument to account_edit() method
  • Changed name of Profile model to ShortUser
  • Changed name of attribute from profiles to users in SearchResults model
  • Changed name of my_following() [old method] to following_artists() method
  • Fixed unclosed file in upload_photo() by using context manager