Skip to content

An experiment in creating a simple bot framework for Imgur in Python.

Notifications You must be signed in to change notification settings

johnathansult/ImgurBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ImgurBot

This is an experiment in creating a bot framework for Imgur in Python. It is built off of the imgurpython module, and is designed to handle the background / administrative tasks involved in bot creation to accelerate bot deployment.

Current Features:

  • Interactive bot registration and authentication workflow.
  • SQLite DB that tracks seen posts.
  • Splitting and indexing of over-length comment strings.

Planned Features:

  • Rate-limited posting of comments.
  • Ability to queue up actions with delays to prevent exceeding of rate limit.

About

An experiment in creating a simple bot framework for Imgur in Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages