Metadata-Version: 2.0
Name: anastasia
Version: 0.1.0
Summary: Telegram bot, student oriented.
Home-page: https://github.com/Anastadev/anastasia/
Author: Anastadev
Author-email: lpw.wisniewski@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Natural Language :: French
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Utilities
Requires-Dist: beautifulsoup4
Requires-Dist: icalendar
Requires-Dist: pymongo
Requires-Dist: python-telegram-bot
Requires-Dist: requests

# Anastasia

Jenkins build: <a href='http://vps110163.vps.ovh.ca:8080/job/Anastasia/'><img src='http://vps110163.vps.ovh.ca:8080/buildStatus/icon?job=Anastasia'></a>

## English section

## Telegram

For those who are interested by developping Anastasia, join us on our Telegram chat : https://telegram.me/joinchat/CBKa1ggoTRMEkyZTJpsTxg

## Advised environment

To make things easier, we recommend you to use PyCharm. The project was built with this IDE, and obviously, everything is working with PyCharm !  Every student can claim a free license here : https://www.jetbrains.com.

## Deployment

All pushes on master are automatically deployed on live version of Anastasia, you can access to her at @anaimag_bot. Pushes on master are not directly allowed.
All pushes on dev are automatically deployed on beta version of Anastasia, you can access to her at @anaimagbeta_bot.

## Advices

- Add your dependencies on requirements files.
- Join our Telegram chat !
- Don't implement useless functions or spam functions
- Enjoy ! :D

## Used libraries

To link Anastasia to Telegram, we're using this lib : https://github.com/python-telegram-bot/python-telegram-bot

## Using git with SSH
RTFM !
---------
## French section
## Telegram

Pour ceux qui sont intéressés par le développement d'Anastasia, vous pouvez rejoindre la discussion Telegram associée: https://telegram.me/joinchat/CBKa1ggoTRMEkyZTJpsTxg

## Environnement conseillé

Pour vous faciliter la tâche, l'utilisation de PyCharm est recommandé. Le projet est déjà adapté pour être utilisé avec cet IDE. Il est disponible gratuitement pour tout étudiant sur ce site: https://www.jetbrains.com.

## Déploiement

Tous les pushs sur master sont automatiquement déployés sur Anastasia, accessible sur Telegram avec l'identifiant @anaimag_bot. Les pushs sur master ne sont pas autorisés.
Tous les pushs sur dev sont automatiquement déployés sur Anastasia Bêta, accessible sur Telegram avec l'identifiant @anaimagbeta_bot.

## Conseils

- N'oubliez pas d'ajouter vos dépendance dans le fichier requirements.
- Rejoingez la conversation Telegram pour qu'on discute entre nous.
- N'implémentez pas de fonctions trop inutiles ou qui risqueraient de spamer les discussions.
- Amusez vous :D

## Librairies utilisées

Pour le lien avec Telegram, voilà le lien du projet utilisé: https://github.com/python-telegram-bot/python-telegram-bot

## Utiliser git avec SSH
RTFM !


