Skip to content

foxy4096/Ripledd-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Banner

Ripledd Python

A simple API wrapper made for Ripledd.

Install It

pip install ripledd-python

Write Some Code

# demo.py

# Load the Important Modules

# Load the Important Modules
import os

from dotenv import load_dotenv

from ripledd import Ripledd

# Loading the Enviroment Variables
load_dotenv()

# Assigining then a constant
EMAIL = os.environ.get("RIPLEDD_EMAIL")
PASSWORD = os.environ.get("RIPLEDD_PASSWORD")
CHANNEL_ID = os.environ.get("RIPLEDD_CHANNEL_ID")

# Creating a Ripledd Object
ripledd = Ripledd(email=EMAIL, password=PASSWORD, channel_id=CHANNEL_ID)

# Printing the success
print(ripledd.create_post("Django: The web framework for perfectionists with deadlines.").json())

Run it

PS C:\Users\ripledd\Projects\Bots>python demo.py

Response

You will get the following response

Response

Cheers ✌

About

A simple API wrapper made for Ripledd.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages