https://github.com/nikhiljha/nottheonion
A fun Telegram game which lets you guess whether or not a post is from the onion via Reddit.
https://github.com/nikhiljha/nottheonion
Last synced: 2 months ago
JSON representation
A fun Telegram game which lets you guess whether or not a post is from the onion via Reddit.
- Host: GitHub
- URL: https://github.com/nikhiljha/nottheonion
- Owner: nikhiljha
- Created: 2016-05-08T00:14:43.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-13T19:22:01.000Z (about 9 years ago)
- Last Synced: 2025-01-24T07:30:53.513Z (4 months ago)
- Language: JavaScript
- Size: 18.6 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Not the Onion?
[](https://gitter.im/nikhiljha/nottheonion?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[](https://telegram.me/notonionbot) [](https://travis-ci.org/nikhiljha/nottheonion)Can you tell if the article is fake or not? Find out at the onion bot!
## What is it?
This is a [Telegram](https://telegram.org/) bot that sends you titles of posts from the subreddits [/r/TheOnion](http://reddit.com/r/TheOnion) and [/r/nottheonion](http://reddit.com/r/nottheonion). The goal of the game is to guess what subreddit it's from. TheOnion has all fake news articles, and nottheonion has all real news articles.
## Install
I'm always running the latest and greatest copy over here, but if you want to install, here you go!
You will need the following things installed for this to work.
* Python 2.7 (Initial Install Only)
* npm
* nodejs
* redisThen just run all of these commands! :+1:
```
git clone https://github.com/nikhiljha/nottheonion.git
cd nottheonion
npm install
node article.js (when it's done press Ctrl+C)
```then make a file called telegram.token with ONLY your telegram token in it. NO NEW LINE, NO EXTRA SPACES.
to run just do `node start.js`
and you're done! That wasn't so hard, was it?