Ally 0.8
|
Ally es una librería en python que facilita la interacción con la página web http://series.ly
Soporta gran cantidad de funciones para interactuar con la web, como por ejemplo mostrar los amigos de un usuario, las películas que se están siguiendo, las que llevas vistas, etc.
Para usar la librería basta con bajarlos los ficheros Ally, Usuario Pelicula, Ficha, Comentario, Serie y dejarlos en el mismo directorio de tu proyecto e importar el fichero Ally.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details at http://www.gnu.org/copyleft/gpl.html
Con la librería se distribuye también un archivo llamado test.py que muestra de manera simple como se puede usar la librería.
Antes de ejecutar test.py necesitas modificar las variables: usuario, contrasena, id_aplicacion y key_aplicacion con información correcta.
Implementar toggle_noti
Solucionar problemas con algunas funciones ¿Problema de la Libreria o de la API en sí? (marcar_estado, cambiar_estado etc).
Revisar documentación