Landing Page: http://l0v3bot.com
On Twitter: https://twitter.com/lovebot_2000
People use technology to find love. With Grindr, Tinder, Bumble, people are relentlessly swiping away the days. These apps connect people in a common geographic location, all desperately looking for love. As technologists it is duty to make this more efficient.
Love Bot 2000 is disrupting dating and automating the creation of lifelong connections via the twittersphere. It crawls the tweets of celebrities like Neil Degrasse Tyson, finds people that retweeted their same tweet and are geographically near each other, and then relentlessly tweets intros @ these potential soul mates. This bot instigates love for people, regardless of whether they're searching for it, separated in age by 50 years, or are in committed relationships.
This is love in the digital age.
"It was love at first follow"
-- Neil deGrasse Tyson fan and retweeter
"She followed me, then I followed her, we tweeted @ each other and then DMed...
it was history from there..."
-- Science enthuiast and Bill Nye retweeter
Let us know!
- Email an idea to [email protected] OR
- Make a PR here
Yes Please
-
Bot: The
runner
process is running daily on heroku as l0v3-bots via the heroku scheduler. -
Landing page hosted by Github Pages.
- Create a virutual environment so that the following installations do not cause conflicts. Make sure to reactivate this virtual environment each time you want to run the server locally. All the following installations will be isolated in this environment.
$ pip install virtualenv
$ virtualenv env
$ source env/bin/activate
- Install python dependencies
$ pip install -r requirements.txt
export twitter API keys into environment:
export TWITTER_API_CONSUMER_KEY=""
export TWITTER_API_CONSUMER_SECRET=""
export TWITTER_API_ACCESS_TOKEN=""
export TWITTER_API_ACCESS_TOKEN_SECRET=""
$ python runner.py
Made with <3 @ the 2017 Stupid Hackathon in NYC.