- Provides Mustafa Kemal Ataturk quotes when mentioned on selected subreddit's post comments.
- Written in TypeScript, JavaScript and Python.
- Easy to use.
Before running the code, install the necessary dependencies:
pip install praw
In main.py
, replace the placeholders with your Reddit API credentials and target subreddit:
YOUR_CLIENT_ID = "your_client_id"
YOUR_CLIENT_SECRET = "your_client_secret"
YOUR_USER_AGENT = "your_user_agent"
YOUR_REDDIT_USERNAME = "your_bot_username"
YOUR_REDDIT_PASSWORD = "your_bot_password"
Before running the code, install the necessary dependencies:
npm install snoowrap snoostorm
In main.js
, replace the placeholders with your Reddit API credentials and target subreddit:
const YOUR_CLIENT_ID = "your_client_id";
const YOUR_CLIENT_SECRET = "your_client_secret";
const YOUR_REDDIT_USERNAME = "your_bot_username";
const YOUR_REDDIT_PASSWORD = "your_bot_password";
const YOUR_SUBREDDIT = "target_subreddit";
Before running the code, make sure you have installed the snoowrap
package:
npm install snoowrap
In main.ts
, replace the placeholders with your Reddit API credentials and target subreddit:
const YOUR_CLIENT_ID = "your_client_id";
const YOUR_CLIENT_SECRET = "your_client_secret";
const YOUR_REDDIT_USERNAME = "your_bot_username";
const YOUR_REDDIT_PASSWORD = "your_bot_password";
const YOUR_SUBREDDIT = "target_subreddit";
Note: Always use the bot responsibly and follow Reddit API usage guidelines and subreddit rules.
Feel free to further customize and enhance this template to match your project's structure and branding. You can add sections for installation instructions, usage examples, and any other relevant information. Good luck with your AtaturkQuoteBot project!
I would like to thank Berkay Gediz for his kind contributions.
This version includes the provided template with code blocks enclosed in code tags, making it more readable and clear for anyone viewing your GitHub repository.
This project is licensed under the MIT License - see the LICENSE file for details.