All Projects → crisbal → PlayStoreLinks_Bot

crisbal / PlayStoreLinks_Bot

Licence: MIT License
A Reddit Bot that links to Android Apps when requested.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to PlayStoreLinks Bot

Reddit-Bot-List
⚡️🤖 A list of Reddit bots
Stars: ✭ 21 (-76.92%)
Mutual labels:  reddit, reddit-bot
reddit-comment-bot
Reddit bot that auto replies to comments on set subreddits
Stars: ✭ 59 (-35.16%)
Mutual labels:  reddit, reddit-bot
cronnit.com
A free tool for scheduling posts to Reddit.
Stars: ✭ 3 (-96.7%)
Mutual labels:  reddit, reddit-bot
crypto-subreddits-cli
👽 Track Cryptocurrency Subreddits On The Command Line 👽
Stars: ✭ 24 (-73.63%)
Mutual labels:  reddit, reddit-bot
context-mod
an event-based, reddit moderation bot built on top of snoowrap and written in typescript
Stars: ✭ 38 (-58.24%)
Mutual labels:  reddit, reddit-bot
sneakpeek
Reddit bot to preview and post hyperlinks as comments
Stars: ✭ 60 (-34.07%)
Mutual labels:  reddit, reddit-bot
RepostCheckerBot
Bot for checking reposts on reddit
Stars: ✭ 36 (-60.44%)
Mutual labels:  reddit, reddit-bot
photon-reddit
Photon Reddit is a clean and modern reddit desktop client, with some cool features.
Stars: ✭ 25 (-72.53%)
Mutual labels:  reddit
alternative-front-ends
Overview of alternative open source front-ends for popular internet platforms (e.g. YouTube, Twitter, etc.)
Stars: ✭ 1,664 (+1728.57%)
Mutual labels:  reddit
Personal-Finance-Net-Worth-Tracker
Personal Finance (Net Worth Tracker) Wealth Management Spreadsheet
Stars: ✭ 31 (-65.93%)
Mutual labels:  reddit
Reddit2YouTube
Convert reddit posts to YT videos
Stars: ✭ 17 (-81.32%)
Mutual labels:  reddit
memer-action
A GitHub Action for Programmer Memes xD
Stars: ✭ 21 (-76.92%)
Mutual labels:  reddit
reddit-clone
Full stack Reddit clone with nodejs and react native.
Stars: ✭ 69 (-24.18%)
Mutual labels:  reddit
reddit-pocket-sync
No description or website provided.
Stars: ✭ 37 (-59.34%)
Mutual labels:  reddit
app-screenshot-builder
Play Store and App Store application screenshot builder
Stars: ✭ 26 (-71.43%)
Mutual labels:  playstore
Updoot
A reddit client built for android
Stars: ✭ 51 (-43.96%)
Mutual labels:  reddit
spotify-reddit
Spotify playlists backed by subreddits
Stars: ✭ 14 (-84.62%)
Mutual labels:  reddit
rsoccerlive
Live highlight updates from the https://reddit.com/r/soccer subreddit.
Stars: ✭ 14 (-84.62%)
Mutual labels:  reddit
tootbot
Python tool for mirroring Reddit posts to Twitter and Mastodon
Stars: ✭ 68 (-25.27%)
Mutual labels:  reddit
gettit
An easy to use go program to download videos from Reddit.
Stars: ✭ 27 (-70.33%)
Mutual labels:  reddit

PlayStoreLinks_Bot

A Reddit bot that links to Android Apps from the Play Store when a user asks to do it.

The bot was written on an Arch Linux machine with Python 3, so you need Python 3 to run it. It runs on a Raspberry Pi with Debian.

Where to look

  • LinkMeBot/LinkMeBot.py, the main script
  • LinkMeBot/RemoveBadComments.py, the scripts that remove downvoted comments
  • LinkMeBot/Config.example.py, an example configuration file
  • PlayStore/, a module for searching the PlayStore
  • test/, tests

How to run it

  • git clone the project
  • cd PlayStoreLinks_Bot
  • python3 -m venv venv
    • this will create a virtual environment for the bot to run in
  • source venv/bin/activate
    • activate the bot
  • pip install -r requirements.txt
    • install requirements
  • Create a reddit app as script
  • Set a valid username, password, client_id, client_secret in the LinkMeBot/Config.py file
  • python -m LinkMeBot.LinkMeBot
    • You can run tests with python -m unittest

Info / Reddit-related questions / See the bot in action

http://www.reddit.com/r/cris9696

Feel free to make a new post if you want to test the bot

Want to help or want help?

  • If you want to help please feel free to do it.
  • If you need help please fell free to ask me.
  • If you find any bug or exploit please tell me: I will try to fix them or if you want you can fix them and I will include your changes in the project.
  • If you find a way to improve the bot, please share it with everybody.

LICENSE

MIT License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].