├── Awesome_RPA_Index.ipynb ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── README.md └── awesome-rpa.png /Awesome_RPA_Index.ipynb: -------------------------------------------------------------------------------- 1 | { 2 | "nbformat": 4, 3 | "nbformat_minor": 0, 4 | "metadata": { 5 | "colab": { 6 | "name": "Awesome-RPA-Index.ipynb", 7 | "provenance": [] 8 | }, 9 | "kernelspec": { 10 | "name": "python3", 11 | "display_name": "Python 3" 12 | } 13 | }, 14 | "cells": [ 15 | { 16 | "cell_type": "markdown", 17 | "metadata": { 18 | "id": "g9ORavHERsEc", 19 | "colab_type": "text" 20 | }, 21 | "source": [ 22 | "![image](https://raw.githubusercontent.com/toxtli/awesome-robotic-process-automation/master/awesome-rpa.png)" 23 | ] 24 | }, 25 | { 26 | "cell_type": "markdown", 27 | "metadata": { 28 | "id": "O9dZMJj4RvVy", 29 | "colab_type": "text" 30 | }, 31 | "source": [ 32 | "A curated list of Robotic Process Automation ( RPA ) Jupyter Notebooks for Google Colaboratory\n", 33 | "\n", 34 | "Link: https://github.com/toxtli/awesome-robotic-process-automation" 35 | ] 36 | } 37 | ] 38 | } -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- 1 | # Contributor Covenant Code of Conduct 2 | 3 | ## Our Pledge 4 | 5 | In the interest of fostering an open and welcoming environment, we as 6 | contributors and maintainers pledge to making participation in our project and 7 | our community a harassment-free experience for everyone, regardless of age, body 8 | size, disability, ethnicity, sex characteristics, gender identity and expression, 9 | level of experience, education, socio-economic status, nationality, personal 10 | appearance, race, religion, or sexual identity and orientation. 11 | 12 | ## Our Standards 13 | 14 | Examples of behavior that contributes to creating a positive environment 15 | include: 16 | 17 | * Using welcoming and inclusive language 18 | * Being respectful of differing viewpoints and experiences 19 | * Gracefully accepting constructive criticism 20 | * Focusing on what is best for the community 21 | * Showing empathy towards other community members 22 | 23 | Examples of unacceptable behavior by participants include: 24 | 25 | * The use of sexualized language or imagery and unwelcome sexual attention or 26 | advances 27 | * Trolling, insulting/derogatory comments, and personal or political attacks 28 | * Public or private harassment 29 | * Publishing others' private information, such as a physical or electronic 30 | address, without explicit permission 31 | * Other conduct which could reasonably be considered inappropriate in a 32 | professional setting 33 | 34 | ## Our Responsibilities 35 | 36 | Project maintainers are responsible for clarifying the standards of acceptable 37 | behavior and are expected to take appropriate and fair corrective action in 38 | response to any instances of unacceptable behavior. 39 | 40 | Project maintainers have the right and responsibility to remove, edit, or 41 | reject comments, commits, code, wiki edits, issues, and other contributions 42 | that are not aligned to this Code of Conduct, or to ban temporarily or 43 | permanently any contributor for other behaviors that they deem inappropriate, 44 | threatening, offensive, or harmful. 45 | 46 | ## Scope 47 | 48 | This Code of Conduct applies both within project spaces and in public spaces 49 | when an individual is representing the project or its community. Examples of 50 | representing a project or community include using an official project e-mail 51 | address, posting via an official social media account, or acting as an appointed 52 | representative at an online or offline event. Representation of a project may be 53 | further defined and clarified by project maintainers. 54 | 55 | ## Enforcement 56 | 57 | Instances of abusive, harassing, or otherwise unacceptable behavior may be 58 | reported by contacting the project team at ctoxtli@gmail.com. All 59 | complaints will be reviewed and investigated and will result in a response that 60 | is deemed necessary and appropriate to the circumstances. The project team is 61 | obligated to maintain confidentiality with regard to the reporter of an incident. 62 | Further details of specific enforcement policies may be posted separately. 63 | 64 | Project maintainers who do not follow or enforce the Code of Conduct in good 65 | faith may face temporary or permanent repercussions as determined by other 66 | members of the project's leadership. 67 | 68 | ## Attribution 69 | 70 | This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, 71 | available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html 72 | 73 | [homepage]: https://www.contributor-covenant.org 74 | 75 | For answers to common questions about this code of conduct, see 76 | https://www.contributor-covenant.org/faq 77 | -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | # Contribution Guidelines 2 | 3 | Please note that this project is released with a [Contributor Code of Conduct](code-of-conduct.md). By participating in this project you agree to abide by its terms. 4 | 5 | ## Adding an awesome list 6 | 7 | Please ensure your pull request adheres to the [list guidelines](pull_request_template.md). 8 | 9 | ## Creating your own awesome list 10 | 11 | To create your own list, check out the [instructions](create-list.md). 12 | 13 | ## Adding something to an awesome list 14 | 15 | If you have something awesome to contribute to an awesome list, this is how you do it. 16 | 17 | You'll need a [GitHub account](https://github.com/join)! 18 | 19 | 1. Access the awesome list's GitHub page. For example: https://github.com/sindresorhus/awesome 20 | 2. Click on the `readme.md` file: ![Step 2 Click on Readme.md](https://cloud.githubusercontent.com/assets/170270/9402920/53a7e3ea-480c-11e5-9d81-aecf64be55eb.png) 21 | 3. Now click on the edit icon. ![Step 3 - Click on Edit](https://cloud.githubusercontent.com/assets/170270/9402927/6506af22-480c-11e5-8c18-7ea823530099.png) 22 | 4. You can start editing the text of the file in the in-browser editor. Make sure you follow guidelines above. You can use [GitHub Flavored Markdown](https://help.github.com/articles/github-flavored-markdown/). ![Step 4 - Edit the file](https://cloud.githubusercontent.com/assets/170270/9402932/7301c3a0-480c-11e5-81f5-7e343b71674f.png) 23 | 5. Say why you're proposing the changes, and then click on "Propose file change". ![Step 5 - Propose Changes](https://cloud.githubusercontent.com/assets/170270/9402937/7dd0652a-480c-11e5-9138-bd14244593d5.png) 24 | 6. Submit the [pull request](https://help.github.com/articles/using-pull-requests/)! 25 | 26 | ## Updating your Pull Request 27 | 28 | Sometimes, a maintainer of an awesome list will ask you to edit your Pull Request before it is included. This is normally due to spelling errors or because your PR didn't match the awesome-* list guidelines. 29 | 30 | [Here](https://github.com/RichardLitt/knowledge/blob/master/github/amending-a-commit-guide.md) is a write up on how to change a Pull Request, and the different ways you can do that. 31 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | [![Logo](awesome-rpa.png)](https://www.carlostoxtli.com/#awesome-rpa) 2 | 3 | # Awesome Robotic Process Automation ( RPA ) Jupyter Notebooks for Google Colaboratory [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) 4 | 5 | > A curated list of Robotic Process Automation tutorials in Jupyter Notebook format ready to run in Google Colaboratory 6 | 7 | You can find the credits for the authors in the header of each Jupyter Notebook. 8 | 9 | ## Contents 10 | 11 | - [RPA Basics](#rpa-basics) 12 | - [Web Crawlers](#web-crawlers) 13 | - [Chatbots](#chatbots) 14 | 15 | ## RPA Basics 16 | 17 | - [RPA - Basics - Threads 1](https://www.google.com/url?q=https://colab.research.google.com/drive/1KSxL0HI1ZSXhqFpgFh2I7TVZ_y1oXywc&sa=D&ust=1571146176653000) 18 | 19 | - [RPA - Basics - Sockets 1](https://www.google.com/url?q=https://colab.research.google.com/drive/17IUMJGxq4UkOr5VPoGIhWn0PVqtHBAhl&sa=D&ust=1571146176653000) 20 | 21 | - [RPA - Basics - Agents 1](https://www.google.com/url?q=https://colab.research.google.com/drive/1JpWVhkVZsX-S0ijboqZVuOHKyZWsxJXt&sa=D&ust=1571146176653000) 22 | 23 | - [RPA - Basics - Web Server 1](https://www.google.com/url?q=https://colab.research.google.com/drive/1Z7ynXcrESFaaBmhvwCPSPIJ8k2juuTpL&sa=D&ust=1571146176653000) 24 | 25 | ## Web Crawlers 26 | 27 | - [RPA - Crawlers - Beautiful Soup 1](https://www.google.com/url?q=https://colab.research.google.com/drive/1BqPWBkA-7905qVkDxaJxkpXIqewSUPJm&sa=D&ust=1571146176654000) 28 | 29 | - [RPA - Crawlers - Selenium 1](https://www.google.com/url?q=https://colab.research.google.com/drive/1JLtPjMaHeWn3lz3aKgJFD9eLKMt9-0Bs&sa=D&ust=1571146176654000) & [2](https://www.google.com/url?q=https://colab.research.google.com/drive/1_jkwnpbMtFYayos48tfA3o3wiftTQi2M&sa=D&ust=1571146176654000) 30 | 31 | ## Chatbots 32 | 33 | - [RPA - Chatbots - Facebook 1](https://www.google.com/url?q=https://colab.research.google.com/drive/1sCVb14VfQYLwbqRvUzVU-RyzDgWtph9v&sa=D&ust=1571146176654000) 34 | 35 | - [RPA - Chatbots - DialogFlow 1](https://www.google.com/url?q=https://colab.research.google.com/drive/1ts_vWaHxUQBG0dE0WwN-gN09NbW8miwn&sa=D&ust=1571146176655000) 36 | 37 | - [RPA - Chatbots - Deep Learning 1](https://www.google.com/url?q=https://colab.research.google.com/drive/19_w26whJJMxW8sjsUp_B43ZJMzQIWWoh&sa=D&ust=1571146176655000) & [2](https://www.google.com/url?q=https://colab.research.google.com/drive/1dTwMTF9xW5xB4T8FrLlFVhEqdH4C6vfS&sa=D&ust=1571146176655000) 38 | 39 | ## Contribute 40 | 41 | Contributions welcome! Read the [contribution guidelines](CONTRIBUTING.md) first. 42 | 43 | ## License 44 | 45 | [![CC0](http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](http://creativecommons.org/publicdomain/zero/1.0) 46 | -------------------------------------------------------------------------------- /awesome-rpa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/toxtli/awesome-robotic-process-automation/081a8d850eccb0413e5678f62e8fa67070720c45/awesome-rpa.png --------------------------------------------------------------------------------