Update gitignore, Add sample config
This commit is contained in:
		
							
								
								
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@@ -94,3 +94,4 @@ ENV/
 | 
				
			|||||||
# Rope project settings
 | 
					# Rope project settings
 | 
				
			||||||
.ropeproject
 | 
					.ropeproject
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					config.py
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										12
									
								
								sample.config.py
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								sample.config.py
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,12 @@
 | 
				
			|||||||
 | 
					# Create a new bot by messaging @BotFather and follow the instructions
 | 
				
			||||||
 | 
					# Replace the key by the actual token recieved from BotFather
 | 
				
			||||||
 | 
					api_key = "123456789:xxxxxxxxxxxxxxxxxxxxxxxxxxxx"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# ID of Channel to post
 | 
				
			||||||
 | 
					channel_id = -12345678
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# Allowed users
 | 
				
			||||||
 | 
					allowed_users = [
 | 
				
			||||||
 | 
					        123456789,
 | 
				
			||||||
 | 
					        223456789,
 | 
				
			||||||
 | 
					        ]
 | 
				
			||||||
		Reference in New Issue
	
	Block a user