Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Send twitter + web scraping to background thread #21

Closed
streadgold opened this issue Oct 2, 2017 · 1 comment
Closed

Send twitter + web scraping to background thread #21

streadgold opened this issue Oct 2, 2017 · 1 comment
Assignees
Labels
Bug Something that actually breaks any part of the project Python Improvements or issues with the actual GUI.py program or associated Kivy files

Comments

@streadgold
Copy link
Collaborator

The beautiful soup python web scraping library is great but reallllllyyyyyy slow. When scraping is triggering by the EVA page (due to tweet that contains EVA BEGINS and two crewmember twitter handles) the kivy processing freezes for ~10s waiting for the web parsing to complete. Need to determine how to send this stuff to the background thread so that kivy can keep doing whatever instead of waiting on this routine to complete

@streadgold streadgold added Bug Something that actually breaks any part of the project Python Improvements or issues with the actual GUI.py program or associated Kivy files labels Oct 2, 2017
@streadgold streadgold self-assigned this Oct 2, 2017
@streadgold streadgold added this to Needs Fixing in Raspberry Pi Oct 11, 2017
@streadgold
Copy link
Collaborator Author

Not relevation - twitter removed for now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something that actually breaks any part of the project Python Improvements or issues with the actual GUI.py program or associated Kivy files
Projects
Raspberry Pi
  
Needs Fixing
Development

No branches or pull requests

2 participants