In [14]:
fecon = 'http://lanyrd.com/topics/web-development/feed/'

In [ ]:

Script to loop at upcoming conferences and add their hashtag to script that then tweets/rt/fav the hashtag


In [ ]:


In [15]:
from TwitterFollowBot import TwitterBot

In [ ]:


In [16]:
import requests

In [17]:
import json

import xmltodict

In [30]:
wcm_bot = TwitterBot('/home/wcmckee/github/config.txt')

In [ ]:


In [ ]:


In [ ]:


In [ ]:


In [31]:
refecon = requests.get(fecon)

In [32]:
rexml = xmltodict.parse(refecon.text)

In [34]:
rexml['feed']['entry'][0]['title']


Out[34]:
'DjangoCon US 2015, 6th-11th September 2015'

In [41]:
lenran = len(rexml['feed']['entry'])

In [50]:
fedict = dict()

In [79]:
import pandas
import bs4

In [ ]:
bs4.BeautifulSoup()

In [113]:
bsstrin = list()

In [ ]:


In [114]:
for feran in range(lenran):
    fedict.update({feran : (rexml['feed']['entry'][feran]['title'])})
    #newdict = ({fedict : (rexml['feed']['entry'][feran]['link']['@href'])})
    #nedict = dict()
    #nedict.update({fedict : str(rexml['feed']['entry'][feran]['link']['@href'])})
    print (rexml['feed']['entry'][feran]['link']['@href'])
    
    bstex = bs4.BeautifulSoup((rexml['feed']['entry'][feran]['summary']['#text']))
    
    #print (bstex.find('img'))
    bsfa =  (bstex.findAll('a'))
    for bsf in bsfa:
        print (bsf)
        bsstrin.append(bsf)
    #bsfq
    #bstxa = (bstex.text)
    #print(bstxa.replace('  ', ''))
    #print (bstxa.upper())


http://lanyrd.com/2015/djangocon-us/
<a class="url summary" href="http://lanyrd.com/2015/djangocon-us/">DjangoCon US 2015</a>
<a class="flag-mini" href="http://lanyrd.com/places/usa/">
<img alt="United States" src="https://d3brtmsfoeeao4.cloudfront.net/img/icons/flags/16/us.8f49bcb0.png"/>
</a>
<a href="http://lanyrd.com/places/usa/">
			United States</a>
<a href="http://lanyrd.com/places/austin/">
				Austin
			</a>
<a href="http://lanyrd.com/topics/django/" rel="tag">Django</a>
<a href="http://lanyrd.com/topics/open-source/" rel="tag">Open Source</a>
<a href="http://lanyrd.com/topics/web-development/" rel="tag">Web Development</a>
http://lanyrd.com/2015/nmfka-september/
<a class="url summary" href="http://lanyrd.com/2015/nmfka-september/">Meating – #nmfka</a>
<a class="flag-mini" href="http://lanyrd.com/places/germany/">
<img alt="Germany" src="https://d3brtmsfoeeao4.cloudfront.net/img/icons/flags/16/de.e1c3be22.png"/>
</a>
<a href="http://lanyrd.com/places/germany/">
			Germany</a>
<a href="http://lanyrd.com/places/664942/">
				Karlsruhe
			</a>
<a href="http://lanyrd.com/topics/meetup/" rel="tag">Meetup</a>
<a href="http://lanyrd.com/topics/online-marketing/" rel="tag">Online Marketing</a>
<a href="http://lanyrd.com/topics/society/" rel="tag">Society</a>
<a href="http://lanyrd.com/topics/tax/" rel="tag">Tax</a>
<a href="http://lanyrd.com/topics/web-development/" rel="tag">Web Development</a>
http://lanyrd.com/2015/emberfest/
<a class="url summary" href="http://lanyrd.com/2015/emberfest/">Ember Fest 2015</a>
<a class="flag-mini" href="http://lanyrd.com/places/england/">
<img alt="England" src="https://d3brtmsfoeeao4.cloudfront.net/img/icons/flags/16/uk.43d4481a.png"/>
</a>
<a href="http://lanyrd.com/places/england/">
			England</a>
<a href="http://lanyrd.com/places/cambridge/">
				Cambridge
			</a>
<a href="http://lanyrd.com/topics/emberjs-1/" rel="tag">emberjs</a>
<a href="http://lanyrd.com/topics/frontend/" rel="tag">frontend</a>
<a href="http://lanyrd.com/topics/frontend-development/" rel="tag">Frontend Development</a>
<a href="http://lanyrd.com/topics/javascript/" rel="tag">JavaScript</a>
<a href="http://lanyrd.com/topics/javascript-mvc/" rel="tag">JavaScript MVC</a>
<a href="http://lanyrd.com/topics/webapps/" rel="tag">webapps</a>
<a href="http://lanyrd.com/topics/web-development/" rel="tag">Web Development</a>
http://lanyrd.com/2015/abbdevday/
<a class="url summary" href="http://lanyrd.com/2015/abbdevday/">DevDay 2015</a>
<a class="flag-mini" href="http://lanyrd.com/places/poland/">
<img alt="Poland" src="https://d3brtmsfoeeao4.cloudfront.net/img/icons/flags/16/pl.5cb81c12.png"/>
</a>
<a href="http://lanyrd.com/places/poland/">
			Poland</a>
<a href="http://lanyrd.com/places/krakow/">
				Krakow
			</a>
<a href="http://lanyrd.com/topics/aspnet/" rel="tag">ASP.NET</a>
<a href="http://lanyrd.com/topics/functional-programming/" rel="tag">Functional Programming</a>
<a href="http://lanyrd.com/topics/javascript/" rel="tag">JavaScript</a>
<a href="http://lanyrd.com/topics/.NET/" rel="tag">.NET</a>
<a href="http://lanyrd.com/topics/Programming Languages/" rel="tag"> Programming Languages</a>
<a href="http://lanyrd.com/topics/testing/" rel="tag">Testing</a>
<a href="http://lanyrd.com/topics/web-development/" rel="tag">Web Development</a>
http://lanyrd.com/2015/fromthefront/
<a class="url summary" href="http://lanyrd.com/2015/fromthefront/">From The Front</a>
<a class="flag-mini" href="http://lanyrd.com/places/italy/">
<img alt="Italy" src="https://d3brtmsfoeeao4.cloudfront.net/img/icons/flags/16/it.b87a5e76.png"/>
</a>
<a href="http://lanyrd.com/places/italy/">
			Italy</a>
<a href="http://lanyrd.com/places/bologna/">
				Bologna
			</a>
<a href="http://lanyrd.com/topics/css/" rel="tag">CSS</a>
<a href="http://lanyrd.com/topics/frontend-development/" rel="tag">Frontend Development</a>
<a href="http://lanyrd.com/topics/web-development/" rel="tag">Web Development</a>
http://lanyrd.com/2015/generate-london/
<a class="url summary" href="http://lanyrd.com/2015/generate-london/">Generate London 2015</a>
<a class="flag-mini" href="http://lanyrd.com/places/england/">
<img alt="England" src="https://d3brtmsfoeeao4.cloudfront.net/img/icons/flags/16/uk.43d4481a.png"/>
</a>
<a href="http://lanyrd.com/places/england/">
			England</a>
<a href="http://lanyrd.com/places/london/">
				London
			</a>
<a href="http://lanyrd.com/topics/css/" rel="tag">CSS</a>
<a href="http://lanyrd.com/topics/responsive-web-design/" rel="tag">Responsive Web Design</a>
<a href="http://lanyrd.com/topics/svg/" rel="tag">SVG</a>
<a href="http://lanyrd.com/topics/user-experience/" rel="tag">User Experience</a>
<a href="http://lanyrd.com/topics/web-design/" rel="tag">Web Design</a>
<a href="http://lanyrd.com/topics/web-development/" rel="tag">Web Development</a>
<a href="http://lanyrd.com/topics/web-performance/" rel="tag">Web Performance</a>
http://lanyrd.com/2015/webexpo-prague/
<a class="url summary" href="http://lanyrd.com/2015/webexpo-prague/">WebExpo Prague 2015</a>
<a class="flag-mini" href="http://lanyrd.com/places/czech-republic/">
<img alt="Czech Republic" src="https://d3brtmsfoeeao4.cloudfront.net/img/icons/flags/16/cz.7be4b7de.png"/>
</a>
<a href="http://lanyrd.com/places/czech-republic/">
			Czech Republic</a>
<a href="http://lanyrd.com/places/12607749/">
				Prague
			</a>
<a href="http://lanyrd.com/topics/online-marketing/" rel="tag">Online Marketing</a>
<a href="http://lanyrd.com/topics/software-engineering/" rel="tag">Software Engineering</a>
<a href="http://lanyrd.com/topics/user-experience/" rel="tag">User Experience</a>
<a href="http://lanyrd.com/topics/web-architecture/" rel="tag">Web Architecture</a>
<a href="http://lanyrd.com/topics/web-design/" rel="tag">Web Design</a>
<a href="http://lanyrd.com/topics/web-development/" rel="tag">Web Development</a>
http://lanyrd.com/2015/phpasia/
<a class="url summary" href="http://lanyrd.com/2015/phpasia/">PHPConf.Asia</a>
<a class="flag-mini" href="http://lanyrd.com/places/singapore/">
<img alt="Singapore" src="https://d3brtmsfoeeao4.cloudfront.net/img/icons/flags/16/sg.fce19b19.png"/>
</a>
<a href="http://lanyrd.com/places/singapore/">
			Singapore</a>
<a href="http://lanyrd.com/topics/php/" rel="tag">PHP</a>
<a href="http://lanyrd.com/topics/web-development/" rel="tag">Web Development</a>
http://lanyrd.com/2015/smartwebconf/
<a class="url summary" href="http://lanyrd.com/2015/smartwebconf/">SmartWeb Conference 2015</a>
<a class="flag-mini" href="http://lanyrd.com/places/romania/">
<img alt="Romania" src="https://d3brtmsfoeeao4.cloudfront.net/img/icons/flags/16/ro.46adbc3d.png"/>
</a>
<a href="http://lanyrd.com/places/romania/">
			Romania</a>
<a href="http://lanyrd.com/places/bucharest/">
				Bucharest
			</a>
<a href="http://lanyrd.com/topics/css/" rel="tag">CSS</a>
<a href="http://lanyrd.com/topics/javascript/" rel="tag">JavaScript</a>
<a href="http://lanyrd.com/topics/responsive-web-design/" rel="tag">Responsive Web Design</a>
<a href="http://lanyrd.com/topics/web-design/" rel="tag">Web Design</a>
<a href="http://lanyrd.com/topics/web-development/" rel="tag">Web Development</a>
http://lanyrd.com/2015/wxg/
<a class="url summary" href="http://lanyrd.com/2015/wxg/">WXG 2015 </a>
<a class="flag-mini" href="http://lanyrd.com/places/england/">
<img alt="England" src="https://d3brtmsfoeeao4.cloudfront.net/img/icons/flags/16/uk.43d4481a.png"/>
</a>
<a href="http://lanyrd.com/places/england/">
			England</a>
<a href="http://lanyrd.com/places/guildford/">
				Guildford
			</a>
<a href="http://lanyrd.com/topics/creativity/" rel="tag">Creativity</a>
<a href="http://lanyrd.com/topics/inspiration/" rel="tag">Inspiration</a>
<a href="http://lanyrd.com/topics/web-design/" rel="tag">Web Design</a>
<a href="http://lanyrd.com/topics/web-development/" rel="tag">Web Development</a>
http://lanyrd.com/2015/a-tag15/
<a class="url summary" href="http://lanyrd.com/2015/a-tag15/">A-Tag'15</a>
<a class="flag-mini" href="http://lanyrd.com/places/austria/">
<img alt="Austria" src="https://d3brtmsfoeeao4.cloudfront.net/img/icons/flags/16/at.ceece582.png"/>
</a>
<a href="http://lanyrd.com/places/austria/">
			Austria</a>
<a href="http://lanyrd.com/places/vienna/">
				Vienna
			</a>
<a href="http://lanyrd.com/topics/accessibility/" rel="tag">Accessibility</a>
<a href="http://lanyrd.com/topics/mobile/" rel="tag">Mobile</a>
<a href="http://lanyrd.com/topics/wai-aria/" rel="tag">WAI-ARIA</a>
<a href="http://lanyrd.com/topics/web/" rel="tag">Web</a>
<a href="http://lanyrd.com/topics/web-accessibility/" rel="tag">Web Accessibility</a>
<a href="http://lanyrd.com/topics/web-development/" rel="tag">Web Development</a>
http://lanyrd.com/2015/whiteoctevents-node-workshop/
<a class="url summary" href="http://lanyrd.com/2015/whiteoctevents-node-workshop/">Workshop: Building RESTful and real-time APIs with Node</a>
<a class="flag-mini" href="http://lanyrd.com/places/england/">
<img alt="England" src="https://d3brtmsfoeeao4.cloudfront.net/img/icons/flags/16/uk.43d4481a.png"/>
</a>
<a href="http://lanyrd.com/places/england/">
			England</a>
<a href="http://lanyrd.com/places/london/">
				London
			</a>
<a href="http://lanyrd.com/topics/apis/" rel="tag">APIs</a>
<a href="http://lanyrd.com/topics/asynchronous/" rel="tag">Asynchronous</a>
<a href="http://lanyrd.com/topics/nodejs/" rel="tag">Node.js</a>
<a href="http://lanyrd.com/topics/node-package-manager/" rel="tag">Node Package Manager</a>
<a href="http://lanyrd.com/topics/programming/" rel="tag">Programming</a>
<a href="http://lanyrd.com/topics/software/" rel="tag">Software</a>
<a href="http://lanyrd.com/topics/web-development/" rel="tag">Web Development</a>
http://lanyrd.com/2015/cssconf/
<a class="url summary" href="http://lanyrd.com/2015/cssconf/">CSSconf EU 2015</a>
<a class="flag-mini" href="http://lanyrd.com/places/germany/">
<img alt="Germany" src="https://d3brtmsfoeeao4.cloudfront.net/img/icons/flags/16/de.e1c3be22.png"/>
</a>
<a href="http://lanyrd.com/places/germany/">
			Germany</a>
<a href="http://lanyrd.com/places/638242/">
				Berlin
			</a>
<a href="http://lanyrd.com/topics/community/" rel="tag">Community</a>
<a href="http://lanyrd.com/topics/css/" rel="tag">CSS</a>
<a href="http://lanyrd.com/topics/front-end-1/" rel="tag">Front End</a>
<a href="http://lanyrd.com/topics/mobile/" rel="tag">Mobile</a>
<a href="http://lanyrd.com/topics/ux-design/" rel="tag">UX Design</a>
<a href="http://lanyrd.com/topics/web-design/" rel="tag">Web Design</a>
<a href="http://lanyrd.com/topics/web-development/" rel="tag">Web Development</a>
http://lanyrd.com/2015/voxxedbelgreade/
<a class="url summary" href="http://lanyrd.com/2015/voxxedbelgreade/">Voxxed Days Belgrade</a>
<a class="flag-mini" href="http://lanyrd.com/places/serbia/">
<img alt="Serbia" src="https://d3brtmsfoeeao4.cloudfront.net/img/icons/flags/16/rs.26ef97f3.png"/>
</a>
<a href="http://lanyrd.com/places/serbia/">
			Serbia</a>
<a href="http://lanyrd.com/places/532697/">
				Belgrade
			</a>
<a href="http://lanyrd.com/topics/big-data/" rel="tag">Big Data</a>
<a href="http://lanyrd.com/topics/embedded/" rel="tag">Embedded</a>
<a href="http://lanyrd.com/topics/iot/" rel="tag">IOT</a>
<a href="http://lanyrd.com/topics/mobile/" rel="tag">Mobile</a>
<a href="http://lanyrd.com/topics/nosql/" rel="tag">NoSQL</a>
<a href="http://lanyrd.com/topics/software-engineering/" rel="tag">Software Engineering</a>
<a href="http://lanyrd.com/topics/web-development/" rel="tag">Web Development</a>
http://lanyrd.com/2015/parisweb/
<a class="url summary" href="http://lanyrd.com/2015/parisweb/">Paris Web 2015</a>
<a class="flag-mini" href="http://lanyrd.com/places/france/">
<img alt="France" src="https://d3brtmsfoeeao4.cloudfront.net/img/icons/flags/16/fr.b3469b66.png"/>
</a>
<a href="http://lanyrd.com/places/france/">
			France</a>
<a href="http://lanyrd.com/places/paris/">
				Paris
			</a>
<a href="http://lanyrd.com/topics/accessibility/" rel="tag">Accessibility</a>
<a href="http://lanyrd.com/topics/open-web/" rel="tag">Open Web</a>
<a href="http://lanyrd.com/topics/user-experience/" rel="tag">User Experience</a>
<a href="http://lanyrd.com/topics/web-design/" rel="tag">Web Design</a>
<a href="http://lanyrd.com/topics/web-development/" rel="tag">Web Development</a>
<a href="http://lanyrd.com/topics/web-performance/" rel="tag">Web Performance</a>
<a href="http://lanyrd.com/topics/web-standards/" rel="tag">Web Standards</a>
http://lanyrd.com/2015/hewebtech/
<a class="url summary" href="http://lanyrd.com/2015/hewebtech/">HighEdWeb 2015 Technical Academy</a>
<a class="flag-mini" href="http://lanyrd.com/places/usa/">
<img alt="United States" src="https://d3brtmsfoeeao4.cloudfront.net/img/icons/flags/16/us.8f49bcb0.png"/>
</a>
<a href="http://lanyrd.com/places/usa/">
			United States</a>
<a href="http://lanyrd.com/places/milwaukee/">
				Milwaukee
			</a>
<a href="http://lanyrd.com/topics/accessibility/" rel="tag">Accessibility</a>
<a href="http://lanyrd.com/topics/automation/" rel="tag">Automation</a>
<a href="http://lanyrd.com/topics/higher-education/" rel="tag">Higher Education</a>
<a href="http://lanyrd.com/topics/javascript/" rel="tag">JavaScript</a>
<a href="http://lanyrd.com/topics/operations/" rel="tag">Operations</a>
<a href="http://lanyrd.com/topics/web-development/" rel="tag">Web Development</a>
<a href="http://lanyrd.com/topics/web-performance/" rel="tag">Web Performance</a>
http://lanyrd.com/2015/wczg/
<a class="url summary" href="http://lanyrd.com/2015/wczg/">WebCamp Zagreb 2015</a>
<a class="flag-mini" href="http://lanyrd.com/places/croatia/">
<img alt="Croatia" src="https://d3brtmsfoeeao4.cloudfront.net/img/icons/flags/16/hr.dfa98592.png"/>
</a>
<a href="http://lanyrd.com/places/croatia/">
			Croatia</a>
<a href="http://lanyrd.com/places/15022257/">
				Zagreb
			</a>
<a href="http://lanyrd.com/topics/javascript/" rel="tag">JavaScript</a>
<a href="http://lanyrd.com/topics/nosql/" rel="tag">NoSQL</a>
<a href="http://lanyrd.com/topics/software-engineering/" rel="tag">Software Engineering</a>
<a href="http://lanyrd.com/topics/software-quality/" rel="tag">Software Quality</a>
<a href="http://lanyrd.com/topics/user-experience/" rel="tag">User Experience</a>
<a href="http://lanyrd.com/topics/web-design/" rel="tag">Web Design</a>
<a href="http://lanyrd.com/topics/web-development/" rel="tag">Web Development</a>
http://lanyrd.com/2015/fowa/
<a class="url summary" href="http://lanyrd.com/2015/fowa/">Future of Web Apps London</a>
<a class="flag-mini" href="http://lanyrd.com/places/england/">
<img alt="England" src="https://d3brtmsfoeeao4.cloudfront.net/img/icons/flags/16/uk.43d4481a.png"/>
</a>
<a href="http://lanyrd.com/places/england/">
			England</a>
<a href="http://lanyrd.com/places/london/">
				London
			</a>
<a href="http://lanyrd.com/topics/api/" rel="tag">API</a>
<a href="http://lanyrd.com/topics/css/" rel="tag">CSS</a>
<a href="http://lanyrd.com/topics/google/" rel="tag">Google</a>
<a href="http://lanyrd.com/topics/javascript/" rel="tag">JavaScript</a>
<a href="http://lanyrd.com/topics/real-time/" rel="tag">Real Time</a>
<a href="http://lanyrd.com/topics/toolkits/" rel="tag">Toolkits</a>
<a href="http://lanyrd.com/topics/web-development/" rel="tag">Web Development</a>
http://lanyrd.com/2015/jfn15/
<a class="url summary" href="http://lanyrd.com/2015/jfn15/">Java Forum Nord</a>
<a class="flag-mini" href="http://lanyrd.com/places/germany/">
<img alt="Germany" src="https://d3brtmsfoeeao4.cloudfront.net/img/icons/flags/16/de.e1c3be22.png"/>
</a>
<a href="http://lanyrd.com/places/germany/">
			Germany</a>
<a href="http://lanyrd.com/places/657169/">
				Hanover
			</a>
<a href="http://lanyrd.com/topics/java/" rel="tag">Java</a>
<a href="http://lanyrd.com/topics/javaee/" rel="tag">Java EE</a>
<a href="http://lanyrd.com/topics/programming/" rel="tag">Programming</a>
<a href="http://lanyrd.com/topics/software-architecture/" rel="tag">Software Architecture</a>
<a href="http://lanyrd.com/topics/software-engineering/" rel="tag">Software Engineering</a>
<a href="http://lanyrd.com/topics/web-development/" rel="tag">Web Development</a>
http://lanyrd.com/2015/upfrontmini/
<a class="url summary" href="http://lanyrd.com/2015/upfrontmini/">UpFront Mini</a>
<a class="flag-mini" href="http://lanyrd.com/places/england/">
<img alt="England" src="https://d3brtmsfoeeao4.cloudfront.net/img/icons/flags/16/uk.43d4481a.png"/>
</a>
<a href="http://lanyrd.com/places/england/">
			England</a>
<a href="http://lanyrd.com/places/12695841/">
				Manchester City
			</a>
<a href="http://lanyrd.com/topics/front-end/" rel="tag">front-end</a>
<a href="http://lanyrd.com/topics/front-end-development/" rel="tag">Front-end development</a>
<a href="http://lanyrd.com/topics/frontend-development/" rel="tag">Frontend Development</a>
<a href="http://lanyrd.com/topics/javascript/" rel="tag">JavaScript</a>
<a href="http://lanyrd.com/topics/web-design/" rel="tag">Web Design</a>
<a href="http://lanyrd.com/topics/web-development/" rel="tag">Web Development</a>
/usr/local/lib/python3.4/dist-packages/bs4/__init__.py:166: UserWarning: No parser was explicitly specified, so I'm using the best available HTML parser for this system ("lxml"). This usually isn't a problem, but if you run this code on another system, or in a different virtual environment, it may use a different parser and behave differently.

To get rid of this warning, change this:

 BeautifulSoup([your markup])

to this:

 BeautifulSoup([your markup], "lxml")

  markup_type=markup_type))

In [130]:
chit = list()

In [162]:
fulltwe = chit[0] + ' ' + chit[2] + chit[3]

In [163]:
fulltwe


Out[163]:
'DjangoCon US 2015 \n\t\t\tUnited States\n\t\t\t\tAustin\n\t\t\t'

In [161]:
for chz in range(7):
    stach = (chit[chz])
    sez = stach.replace('\n', '')
    sert = sez.replace('\t', '')
    serb = sert.replace(' ', '')
    print('#' + serb)


#DjangoConUS2015
#
#UnitedStates
#Austin
#Django
#OpenSource
#WebDevelopment

In [ ]:


In [ ]:


In [ ]:


In [ ]:


In [143]:
chit[0]


Out[143]:
'DjangoCon US 2015'

In [146]:
chit[2]


Out[146]:
'\n\t\t\tUnited States'

In [148]:
chit[3]


Out[148]:
'\n\t\t\t\tAustin\n\t\t\t'

In [149]:
chit[4]


Out[149]:
'Django'

In [150]:
chit[5]


Out[150]:
'Open Source'

In [152]:
chit[6]


Out[152]:
'Web Development'

In [153]:
chit[7]


Out[153]:
'Meating – #nmfka'

In [141]:
for ch in chit:
    rechn = (ch.replace('\n', ''))
    othchz = (rechn.replace('\t', ''))
    print ('#' + (othchz))


#DjangoCon US 2015
D
#


#United States


#Austin


#Django
D
#Open Source
O
#Web Development
W
#Meating – #nmfka
M
#


#Germany


#Karlsruhe


#Meetup
M
#Online Marketing
O
#Society
S
#Tax
T
#Web Development
W
#Ember Fest 2015
E
#


#England


#Cambridge


#emberjs
e
#frontend
f
#Frontend Development
F
#JavaScript
J
#JavaScript MVC
J
#webapps
w
#Web Development
W
#DevDay 2015
D
#


#Poland


#Krakow


#ASP.NET
A
#Functional Programming
F
#JavaScript
J
#.NET
.
# Programming Languages
 
#Testing
T
#Web Development
W
#From The Front
F
#


#Italy


#Bologna


#CSS
C
#Frontend Development
F
#Web Development
W
#Generate London 2015
G
#


#England


#London


#CSS
C
#Responsive Web Design
R
#SVG
S
#User Experience
U
#Web Design
W
#Web Development
W
#Web Performance
W
#WebExpo Prague 2015
W
#


#Czech Republic


#Prague


#Online Marketing
O
#Software Engineering
S
#User Experience
U
#Web Architecture
W
#Web Design
W
#Web Development
W
#PHPConf.Asia
P
#


#Singapore


#PHP
P
#Web Development
W
#SmartWeb Conference 2015
S
#


#Romania


#Bucharest


#CSS
C
#JavaScript
J
#Responsive Web Design
R
#Web Design
W
#Web Development
W
#WXG 2015 
W
#


#England


#Guildford


#Creativity
C
#Inspiration
I
#Web Design
W
#Web Development
W
#A-Tag'15
A
#


#Austria


#Vienna


#Accessibility
A
#Mobile
M
#WAI-ARIA
W
#Web
W
#Web Accessibility
W
#Web Development
W
#Workshop: Building RESTful and real-time APIs with Node
W
#


#England


#London


#APIs
A
#Asynchronous
A
#Node.js
N
#Node Package Manager
N
#Programming
P
#Software
S
#Web Development
W
#CSSconf EU 2015
C
#


#Germany


#Berlin


#Community
C
#CSS
C
#Front End
F
#Mobile
M
#UX Design
U
#Web Design
W
#Web Development
W
#Voxxed Days Belgrade
V
#


#Serbia


#Belgrade


#Big Data
B
#Embedded
E
#IOT
I
#Mobile
M
#NoSQL
N
#Software Engineering
S
#Web Development
W
#Paris Web 2015
P
#


#France


#Paris


#Accessibility
A
#Open Web
O
#User Experience
U
#Web Design
W
#Web Development
W
#Web Performance
W
#Web Standards
W
#HighEdWeb 2015 Technical Academy
H
#


#United States


#Milwaukee


#Accessibility
A
#Automation
A
#Higher Education
H
#JavaScript
J
#Operations
O
#Web Development
W
#Web Performance
W
#WebCamp Zagreb 2015
W
#


#Croatia


#Zagreb


#JavaScript
J
#NoSQL
N
#Software Engineering
S
#Software Quality
S
#User Experience
U
#Web Design
W
#Web Development
W
#Future of Web Apps London
F
#


#England


#London


#API
A
#CSS
C
#Google
G
#JavaScript
J
#Real Time
R
#Toolkits
T
#Web Development
W
#Java Forum Nord
J
#


#Germany


#Hanover


#Java
J
#Java EE
J
#Programming
P
#Software Architecture
S
#Software Engineering
S
#Web Development
W
#UpFront Mini
U
#


#England


#Manchester City


#front-end
f
#Front-end development
F
#Frontend Development
F
#JavaScript
J
#Web Design
W
#Web Development
W

In [ ]:


In [ ]:


In [ ]:


In [ ]:


In [ ]:


In [ ]:


In [ ]:


In [ ]:


In [131]:
for bstr in bsstrin:
    bstx = (bstr.text)
    rmst = bstx.replace('  ', '')
    chit.append(rmst)
    print (rmst)
    for rma in rmst:
        #print(rma)
        fixde = rma.replace(' ', '')
        #print(fixde)


DjangoCon US 2015




			United States

				Austin
			
Django
Open Source
Web Development
Meating – #nmfka




			Germany

				Karlsruhe
			
Meetup
Online Marketing
Society
Tax
Web Development
Ember Fest 2015




			England

				Cambridge
			
emberjs
frontend
Frontend Development
JavaScript
JavaScript MVC
webapps
Web Development
DevDay 2015




			Poland

				Krakow
			
ASP.NET
Functional Programming
JavaScript
.NET
 Programming Languages
Testing
Web Development
From The Front




			Italy

				Bologna
			
CSS
Frontend Development
Web Development
Generate London 2015




			England

				London
			
CSS
Responsive Web Design
SVG
User Experience
Web Design
Web Development
Web Performance
WebExpo Prague 2015




			Czech Republic

				Prague
			
Online Marketing
Software Engineering
User Experience
Web Architecture
Web Design
Web Development
PHPConf.Asia




			Singapore
PHP
Web Development
SmartWeb Conference 2015




			Romania

				Bucharest
			
CSS
JavaScript
Responsive Web Design
Web Design
Web Development
WXG 2015 




			England

				Guildford
			
Creativity
Inspiration
Web Design
Web Development
A-Tag'15




			Austria

				Vienna
			
Accessibility
Mobile
WAI-ARIA
Web
Web Accessibility
Web Development
Workshop: Building RESTful and real-time APIs with Node




			England

				London
			
APIs
Asynchronous
Node.js
Node Package Manager
Programming
Software
Web Development
CSSconf EU 2015




			Germany

				Berlin
			
Community
CSS
Front End
Mobile
UX Design
Web Design
Web Development
Voxxed Days Belgrade




			Serbia

				Belgrade
			
Big Data
Embedded
IOT
Mobile
NoSQL
Software Engineering
Web Development
Paris Web 2015




			France

				Paris
			
Accessibility
Open Web
User Experience
Web Design
Web Development
Web Performance
Web Standards
HighEdWeb 2015 Technical Academy




			United States

				Milwaukee
			
Accessibility
Automation
Higher Education
JavaScript
Operations
Web Development
Web Performance
WebCamp Zagreb 2015




			Croatia

				Zagreb
			
JavaScript
NoSQL
Software Engineering
Software Quality
User Experience
Web Design
Web Development
Future of Web Apps London




			England

				London
			
API
CSS
Google
JavaScript
Real Time
Toolkits
Web Development
Java Forum Nord




			Germany

				Hanover
			
Java
Java EE
Programming
Software Architecture
Software Engineering
Web Development
UpFront Mini




			England

				Manchester City
			
front-end
Front-end development
Frontend Development
JavaScript
Web Design
Web Development

In [ ]:


In [ ]:


In [ ]:


In [122]:
rmst


Out[122]:
'Web Development'

In [ ]:


In [ ]:


In [ ]:


In [ ]:


In [ ]:


In [ ]:


In [ ]:


In [ ]:


In [ ]:


In [ ]:


In [ ]:


In [ ]:


In [ ]:


In [ ]:


In [74]:
import arrow

In [77]:
for fedi in fedict.values():
    fedsi = (fedi.split(',')[1])
    pantim = pandas.to_datetime(fedi.split(',')[1])
    print (pantim)


2006-09-11 20:15:00
2015-09-08 00:00:00
2008-09-10 20:15:00
2016-09-18 20:15:00
2017-09-18 20:15:00
2017-09-18 20:15:00
2019-09-20 20:15:00
2022-09-23 20:15:00
2015-09-22 00:00:00
2015-09-25 00:00:00
2015-09-25 00:00:00
2015-09-25 00:00:00
2015-09-26 00:00:00
2001-10-02 20:15:00
2001-10-03 20:15:00
2003-10-04 20:15:00
2003-10-04 20:15:00
2005-10-07 20:15:00
2015-10-06 00:00:00
2015-10-06 00:00:00
2015-10-06 00:00:00

In [ ]:


In [ ]:


In [ ]:


In [ ]:


In [ ]:


In [ ]:


In [40]:
rexml['feed']['entry']


---------------------------------------------------------------------------
TypeError                                 Traceback (most recent call last)
<ipython-input-40-eddf29a62d5e> in <module>()
----> 1 rexml['feed']['entry']['summary']

TypeError: list indices must be integers, not str

In [ ]:


In [ ]:


In [35]:
rexml['feed']['entry'][0]


Out[35]:
OrderedDict([('title', 'DjangoCon US 2015, 6th-11th September 2015'),
             ('link',
              OrderedDict([('@href', 'http://lanyrd.com/2015/djangocon-us/'),
                           ('@rel', 'alternate')])),
             ('updated', '2015-03-17T05:16:27+00:00'),
             ('id', 'http://lanyrd.com/2015/djangocon-us/'),
             ('summary',
              OrderedDict([('@type', 'html'),
                           ('#text',
                            '<p><strong><a href="http://lanyrd.com/2015/djangocon-us/" class="url summary">DjangoCon US 2015</a> - 6th-11th September 2015</strong></p>\n\n\n\n\t<p><a href="http://lanyrd.com/places/usa/" class="flag-mini">\n\t\t\t<img src="https://d3brtmsfoeeao4.cloudfront.net/img/icons/flags/16/us.8f49bcb0.png" alt="United States">\n\t\t</a>\n\t\t<a href="http://lanyrd.com/places/usa/">\n\t\t\tUnited States</a>\n\t\t\n\t\t\t/\n\t\t\t<a href="http://lanyrd.com/places/austin/">\n\t\t\t\tAustin\n\t\t\t</a>\n\t\t\n\t</p>\n\n\n\n\t\n\t\t<p>Topics: \n\t\t\t\n\t\t\t\t<a href="http://lanyrd.com/topics/django/" rel="tag">Django</a>, \n\t\t\t\n\t\t\t\t<a href="http://lanyrd.com/topics/open-source/" rel="tag">Open Source</a>, \n\t\t\t\n\t\t\t\t<a href="http://lanyrd.com/topics/web-development/" rel="tag">Web Development</a>\n\t\t\t\n\t\t</p>')])),
             ('georss:point', '30.28192183 -97.7403831482')])

In [ ]:


In [ ]:


In [ ]:


In [ ]: