Twitter Bot to track updates in Metaculus questions

This bot monitors some Metaculus questions and posts a tweet when the predictions have changed significantly. The bot is currently deployed on Google Cloud Functions (deploy.sh) and runs every 6 hours (schedule.sh). The main function that runs the bot is in main.py. Contributions Contributions are very welcome, please open an issue or create a Pull Request. GitHub View Github    

Read more

Twitter FakeNFT With Python

This project is a server that fetches your Twitter profile picture and applies the hexagonal transparency mask displayed on the profiles of users who have an NFT profile picture. More info about Twitter NFT pictures here The profile picture change needs to be done on Twitter Desktop with the picture generated by this server (you’ll need to right-click > save as, isn’t it ironic?), otherwise Twitter will trigger some modifications that remove the transparency. Getting Twitter tokens You need to […]

Read more

Twitter Redesign With Django

A project that tests Django and React knowledge through a twitter-like web application that allows users to sign in, create and like tweets and view the profiles of other users Build With Python -v 3.8.10 Django -v 4.0.2 DjangoRestFramework React Bootstrap PostgresQL Live Demo GitHub View Github    

Read more

Twitter Analysis of MIUUL CEO

I got last @mvahitkeskin 184 tweets with twitter.developer api and I analysed all his tweets with NLP method.I chosen @mvahitkeskin twitter account because he share valuable informations about Data science and he is Co-founder of MIUUL.I am strongly recommending to follow this account on twitter. I got all tweet content and split to each words. I filtered all content to delete nonsense words. After that I used NLP method with wordcloud library and I analyse commonly used words and I […]

Read more

Twitter sentiment analysis for india’s top online retailers(2019 to 2022)

Twitter sentiment analysis for india’s top online retailers(2019 to 2022) Project Overview : Sentiment Analysis helps us to identifies and extracts subjective information from the user experience. In this project we are Collecting India’s biggest Online retailers tweets from twitter and analysing the positive and negative tweets. This model help to find out the positive and negative tweets and business developments. This model has the roc-auc-score of 97%. GitHub View Github    

Read more

Using twitter lists as your feed

A while ago, Twitter changed their timeline to be algorithmically-fed rather than a simple reverse-chronological feed. In particular, they push a lot of content on me from people I don’t follow, which I really don’t like. You can fix this by using Twitter Lists. Lists are exactly reverse-chronological, and they only show content from people you follow. The problem, though, is that following someone no longer corresponds to adding them to your feed. You have to explicitly add them to […]

Read more

Twitter feed of newly published articles in Limnology

limnopapers Code to monitor limnology RSS feeds and tweet new articles. Scope The keywords and journal choices herein aim to focus on limnology (the study of inland waters). They are also meant to exclude related topics such as fisheries ecology, water resources engineering, estuarine/marine ecology, ecological genetics, and the study of specific “inland seas” like the North American Great Lakes. Feel free to weigh-in in the repository issues on scope recommendations! Usage Query papers that came out prior to today […]

Read more

Quickly and efficiently delete your entire tweet history with the help of your Twitter archive

Twitter Nuke Quickly and efficiently delete your entire tweet history with the help of your Twitter archive without worrying about the puny and pointless 3200 tweet limit imposed by Twitter. About The script uses multithreading to speed up the deletion process by simultaneously running multiple instances of the Twitter API. By utilising this modification the speed can be improved upto ~50-60 times the single threaded performance (~1 tweet per sec). Features Set the number of likes and retweets as threshold […]

Read more