tried to sit down tonight to do some coding on spam assassin, but something ain’t right with tweepy connecting to twitter. epic fail Traceback (most recent call last): File “path…”, line 42, in <module> if __name__ == ‘__main__’: main() File “path…”, line 22, in main stream.sample() File “build/bdist.macosx-10.7-intel/egg/tweepy/streaming.py”, line 195, in sample File “build/bdist.macosx-10.7-intel/egg/tweepy/streaming.py”, line …
Read more »The analytics aspect of this project I feel is moving along pretty well. It still has quite a ways to go, but its good enough to start building other parts. Last night I started to build an sqlite interface to track spam accounts I discover and a broad range of related metrics. A friend this morning though …
Read more »Working on twitter spam assassin tonight doing some fine tuning and bug fixing of my python code. So heres where I’m at now My script reads the public timeline then with a series of algorthims that anaylize tweets and user account, I calculate a percentage rate that an account is spam. I’m finding so far …
Read more »If you’re like me, you don’t have much education in how to code. So its up to you to pick it up on your own. You could buy a book, but not everyone learns very well that way. There is a great website that I use sometimes when I’m trying to learn a new language, …
Read more »For a first blog post I thought I’d introduce the site and its purpose. For a few years now I’ve actively doing a variety of technology projects and just been wanting to share them with people. Historically, each project was its own separate entity with no connections to the other projects. So I thought it …
Read more »