0
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected about 20 hours ago.
Dec 02, 2024 — Dec 02, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Sends documents to pypln in parallel. More... over 10 years ago
Pins tweepy version to avoid a bug with tweepy 3.1 + pyopenssl More... over 10 years ago
Avoids closing tweet stream when receiving data with no 'created_at' More... over 10 years ago
Treats PyPLN error when uploading articles in load_into_pypln More... over 10 years ago
Improve logging for load_into_pypln More... over 10 years ago
Adds `urllib3` to the requirements file More... over 10 years ago
Comments out code that sends articles to pypln during download More... almost 11 years ago
Merge remote-tracking branch 'elisa/feature/send_to_pypln' More... almost 11 years ago
Makes sure we're searching in the right pypln account More... almost 11 years ago
Merge remote-tracking branch 'elisa/feature/send_to_pypln' More... almost 11 years ago
Fixes bug in load_into_pypln function More... almost 11 years ago
Merge remote-tracking branch 'elisa/feature/send_to_pypln' More... almost 11 years ago
Fixes bug on loop of the main function More... almost 11 years ago
Send articles to pypln during capture More... almost 11 years ago
Create 'load_document' function More... almost 11 years ago
Merge remote-tracking branch 'elisa/feature/send_to_pypln' More... almost 11 years ago
Add index to mongo search More... almost 11 years ago
Cleaned up load_into_pypln More... almost 11 years ago
Create new script that get articles from pypln More... almost 11 years ago
Removes unnecessary arguments of the cursor find in the load function. More... almost 11 years ago
Fixes bug in the cursor loop. More... almost 11 years ago
Makes the search_pypln function start at the same time as the load function. More... almost 11 years ago
Makes sure to remove all visited articles from the temporary collection. More... almost 11 years ago
increased chunk_size to 1000 More... almost 11 years ago
After testing, switching back to bulk for better performance More... almost 11 years ago
bug squashed: the problem was that the list of fields where being passed as a string, not a list; reverting to straight (not bulk) indexing for simplicity. Closes #75 More... almost 11 years ago
still trying More... almost 11 years ago
minor changes. Still not indexing in bulk More... almost 11 years ago
fixed bug in bulk indexing function More... almost 11 years ago
implementes bulk inserting on index_elastic More... almost 11 years ago