Giter VIP home page Giter VIP logo

anymeeting_connector's Introduction

anymeeting_connector

Anymeeting is cheap/free, and, reporting-wise, you get what you pay for.

This is an automated connector that will export all your webinar records and corresponding views (both live and recorded) into convenient, easy-to-use CSV files.

SEPT. 2014 UPDATE: Anymeeting has changed how their pages are rendered in JavaScript, which makes the old version of this obsolete. This new version is a single file which uses both Selenium and Mechanize to scrape the AnyMeeting site. Outputs remain the same: one file containing data about webinars and another with data about views. Views are linked to webinars via the PIID, which can be used as a foreign key should you want to put your results in a database.

HOW TO: -Make sure you've got the modules listed below installed -Clone this repo somewhere -Make sure get_webinars.py is executable (chmod +x get_webinars.py) -Run get_webinars.py from the command line, with your anymeeting username and password as arguments. It should look like: (get_webinars.py [email protected] password).

Dependencies include: -Mechanize -BeautifulSoup 4 -Selenium

All of these can be installed via SetupTools (for example: easy_install mechanize)

Why Selenium AND Mechanize? We need a browser that can render JS properly (mechanize can't). However, it would by really slow to scrape everything out of Selenium, so instead we switch to something headless as faster for most of the heavy duty work.

Happy Scraping!

anymeeting_connector's People

Contributors

nickhamlin avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.