mirror of
				https://github.com/TheLovinator1/discord-reminder-bot.git
				synced 2025-10-31 00:29:49 +01:00 
			
		
		
		
	
			
				
					
						
					
					4fabe83e5b0d4c837fbf896c131f9f2fc62138c9
				
			
			
		
	Discord-reminder-bot
Discord bot that allows you to set reminders.
Installation
- Install latest version of Python 3.
- Install pipenv
- pip install pipenv
 
- Install requirements and make virtual enviroment
- pipenv install
 
- Rename .env-example to .env and fill in.
- Start the bot
- pipenv run python main.py
 
Autostart - Linux (systemd)
- Keep services running after logout
- loginctl enable-linger
 
- Move service file to correct location (You may have to modify WorkingDirectory and/or ExecStart)
- cp discord-reminder-bot.service ~/.config/systemd/user/discord-reminder-bot.service
 
- Start bot now and at boot
- systemctl --user enable --now discord-reminder-bot
 
systemd examples:
- Start bot automatically at boot
- systemctl --user enable discord-reminder-bot
 
- Don't start automatically
- systemctl --user disable discord-reminder-bot
 
- Restart
- systemctl --user restart discord-reminder-bot
 
- Stop
- systemctl --user stop discord-reminder-bot
 
- Start
- systemctl --user start discord-reminder-bot
 
- Check status
- systemctl --user status discord-reminder-bot
 
- Reading the journal
- journalctl --user-unit discord-reminder-bot
 
Help
- Email: tlovinator@gmail.com
- Discord: TheLovinator#9276
- Steam: https://steamcommunity.com/id/TheLovinator/
License
This project is licensed under the MIT License - see the LICENSE file for details
Description
				Discord reminder bot with natural‑language date parsing (dateparser)
						
						
						
							
							botdateparserdiscorddiscord-botdiscord-reminder-botdiscord-webhooksdockerhacktoberfestpythonreminders
						
						
						
							
								 Readme
							
						
						
							
								 GPL-3.0
							
						
						
						
							
							
							 1.6 MiB
						
					
					Languages
				
				
								
								
									Python
								
								99.3%
							
						
							
								
								
									Dockerfile
								
								0.7%