Tumgik
#rp stuff
trilobitepunch · 2 months
Text
Tumblr media
Several months haunting this place and yet I'll still be like 'I have no idea what all this is what am I doing here what is that'
....HI.
767 notes · View notes
stabbyresources · 1 year
Text
Make a assumption about my muse and see how they react! Anything goes!
3K notes · View notes
nidarosis · 3 months
Text
Tumblr media
Corrupted.
94 notes · View notes
mooreaux · 1 year
Text
Tumblr media Tumblr media
U ever look at ur own ocs and do the flirty hair twirl?
Herald is mine, Turner Kimber and Sawyer belong to @night-market-if
422 notes · View notes
submissiveking99 · 6 days
Text
So an RP Suggestion I got a few days ago lead to my thinking about my Luxure Region RP
So... here is another Poll!
34 notes · View notes
irisopranta · 4 months
Text
Tumblr media
Come Join us at the Clockwork Boutique to see fabulous glams from our model.
When: Thursday, Dec. 21 @ 8:30 pm to 10:30 pm.
Where: Leviathan Empyreum Ward 13, Plot 54, outside.
Hope to see you there.
58 notes · View notes
wackulart · 1 year
Text
Tumblr media
it's so foggy outside right now, azura said hes coming for me and honestly yeah hes gonna throw me into the spike moat off the castle
221 notes · View notes
zennyzach · 1 year
Text
Tumblr media
When you convince your previous self's son that you came back from the dead normal and his other parents refused to let him know.
185 notes · View notes
titan5blood · 1 year
Text
Tumblr media
I didn't want to sleep yesterday so I doodled him
dear lord I still have no idea how to draw him, send help
157 notes · View notes
feengoid · 7 months
Text
Tumblr media Tumblr media
wahm wahm
128 notes · View notes
trilobitepunch · 4 months
Text
Tumblr media
Study sesh...?
*tosses watercolors* (╯°□°)╯︵ ┻━┻
409 notes · View notes
catearedbeauty · 7 days
Text
After seeing all the other posts…..fuck it!! I’m looking for Hazbin roleplays (preferably on discord). I’M 24, SO IF YOU ARE NOT 18+, PLEASE DON’T MESSAGE ME!!
I write literate, for the most part, so unless there’s not much going on, I tend to write at least a paragraph, maybe 2-3 depending on what’s needed, and I tend to try to match length when possible.
I have a few plots from a couple of these characters, I’ll have the ones I got plots for marked, but….yeah!! Let’s fucking go, onto who I can write and/or wanna try writing
- Angel (HEAVY main muse, I write him the most, mostly looking for a SFW agere rp, but I do have other plots!!)
- Lucifer (I honestly haven’t written him outside of a fic still in my drafts, I have no plot, fuck it, we ball)
- Alastor (This is uh. The plot I have is weird and involves cannibalism in a kinky, but not sexual, way!! You have been warned.)
- Charlie (Honestly? Never really played her, I just wanna give it a go!! I have no plots.)
- Valentino (Fuck it, I’m done pretending he’s not funny, and I can write him decently well, ssssooo- Alas, no plots-)
- Cherri Bomb (ONCE AGAIN, haven’t written her, but I REALLY wanna give her a go because she’s cool, I don’t see people write her often, so WE BALL, LET’S GO, I have no plots ^^””)
I’m really fucking basic with ships, and ngl, kiiinnndddaaa desperate for Hazbin rp- I’m also up for Helluva Boss rp’s, too, but I’ve only watched through that twice compared to the ten times I’ve seen Hazbin-
26 notes · View notes
icarusmaker · 8 months
Text
AUTOMATIC ACTIVITY CHECKER FOR ROLEPLAY BLOGS
Tumblr media
Do you have a lot of players in your roleplaying community? That's awesome! However, when it's time to check their activity, searching blog for blog, it must be kinda overwhelming. I know, I've been there, and some of my friends are currently there. They have a Google Sheet file that they all collaborate and use as a control of all the active blogs and the faceclaims reservations they might have. They asked me to code them a solution that could help them fastly check the activity of all the blogs simultaneously.
In THIS LINK or in the source you'll find my code in Python that helps you automatically check the activities of all the blogs you have control in your Google Sheets file. The process is kinda boring, and you still must keep updating your Google Sheets, but hey. Maybe it's better to make a small update to a list whenever a blog joins in than it is to manually check all blogs every week.
Please do tell me if you think this is useful, and contact me if you have any questions!
Tumblr media
So... What are these pastebin files?
config.json: this is where you'll adapt the code with the names for your Google Sheet file and your column names.
README.md: a markdown file with all the explanations you need. I'll copy them down below.
Tumblr Activity Verifier: the Python code that does all the magic.
You must download all of those three and put them in the same folder for the to function, together with the Tumblr API key JSON and the Google Sheets authentication JSON.
Tumblr media
Wait, what? So how do I use it?
So, the explanation below will also be in the README.md file.
This was made with Python 3.11.0. You can download it here.
The libraries I used are: gspread, json, pandas, oauth2client, requests. After installing Python, you can install them by typing pip install <library name> in your console. To open your console, type cmd in your Windows search bar.
You must have a Tumblr account and a Tumblr API key. You can get one here. When I registered my application I put the following information:
Application Name: Tumblr Activity Verifier
Application Website: <your Google Sheet link>
Application Description: My application will use the Tumblr API check the activity of the blogs in my roleplaying community.
Default Callback URL: https://<your roleplay blog handle>.tumblr.com
OAuth2 redirect URLs: https://<your roleplay blog handle>.tumblr.com
Create a JSON file named tumblr_secret.json and put your API key there. Your JSON must contain: { "api_key": `<your api key>` }
You must have a Google account and a Google API key. I followed this tutorial. You must only look at the three first topics: Authentication, Enable API Access for a Project and For Bots: Using Service Account.
Create a Google Sheet and share it with your Google API email. This code uses a sheet which is located in the default Google Drive folder.
Download your google credential file and put it in the same directory as this script. Rename it to tumblr-api-checker.json. The credential will look like this:
{ "type": "service_account", "project_id": `<your project id>`, "private_key_id": `<your private key id>`, "private_key": `<your private key>`, "client_email": `<your client email>`, "client_id": `<your client id>`, "auth_uri": `<your auth uri>`, "token_uri": `<your token uri>`, "auth_provider_x509_cert_url": `<your auth provider x509 cert url>`, "client_x509_cert_url": `<your client x509 cert url>`, "universe_domain": `<your universe domain>` }
Your Google Sheet must have the following columns for this to work:
IC (string): the URL handle of all the blogs you want to check;
OOC (string): the URL handle of all the players you may want to contact;
Reservation (datetime dd/mm/yyyy hh:mm:ss): date and time of current reservations;
Acceptance (datetime dd/mm/yyyy hh:mm:ss): date and time of the blog acceptance within the community.
If your Google Sheet have different names, that is OK. You just need to change them in the config.json file.
The config.json file must look like this:
{ "sheet_name": "<your sheet name>", "blog_list": "<your ic column name>", "ooc_list": "&lt;your ooc column name>", "reservation_date": "<the reservation deadline>", "acceptance_date": "<the date which the blog was accepted>", "number_of_interactions": "<the minimum number of interactions for a blog to be considered active. default is 5>", "number_of_days": "<the number of days which activity will be checked. default is 7>" }
You may have more columns on your sheet, but these are the ones that will be used. You may rename them for anything you want, but you must change the code accordingly.
Run the script. If you're using Windows, you can double click the main.py file. Other option it is to run it in your console by typing python main.py in the same folder that you downloaded the file. You can assure it's in the same folder if you click on the folder with the right mouse button and click on Open in Terminal.
The code will return:
If there are any outdated reservations;
The blogs that were recently accepted and therefore not considered for the Acitivity Check;
A warning if there are any blogs that posted exactly the number of posts or one more than the minimum number of interactions. They may be worth checking manually since they could be posting just a starter call, and therefore not elegible for the Activity Check.
Tumblr media
My final considerations
This only works in PC, in Windows and Linux. I don't know if it works in Mac, but it's supposed to.
This only works for blogs that are not dashboard only, since the Tumblr API considers them private blogs. However, the code alerts you at the end for any blogs you may need to check manually.
The code does not consider asks. It only considers posts and reblogs that the players do with the following list. This is a possibility for the future.
Yes, I know it's complicated the Google Drive interaction. I did it because it is where my friends update their control sheet (and also wanted to learn how to do it). I may do a version that only uses the Tumblr API in the future, or with a .CSV or .XLSX local file.
You may contact me in my Tumblr or in my Twitter if you have any questions.
67 notes · View notes
Text
@theemperorsnewestgroove IM SORRY
69 notes · View notes
submissiveking99 · 7 days
Text
So something I've been thinking about a bit.....
V-Tubers as muses.
What do you all think? Because gotta be honest, I'm stuck on the fence
On one hand they are characters with lore. Not that much different than, say, cartoon or game characters. Masks that entertainers wear for their performance
On the other.... People put a lot of themselves in to said performances and their lives streams or videos are very much them outside the lore
It's such a complicated question
So... What's your guys opinion?
22 notes · View notes
irisopranta · 9 months
Text
The Clockwork Boutique
Tumblr media
Welcome to the Clockwork Boutique. We can help you for all your outfitting and fabric needs. Need clothes for your next foray in Coerthas? Look no further, we have coats made from the wool of the finest karakuls in Ishgard.
Tumblr media
Perhaps you want to make your own clothing. We have quite the selection of textiles from all over the world. If textiles aren’t your thing, we also have a great selection of plush toys and accessories.
Tumblr media Tumblr media
We also do custom orders for anything you made need. Suits, dresses, plush toys, anything.
Tumblr media
So swing on by for your clothing needs.
((This is an invite for an open RP. Feel free to drop an ask into my ask box. You may get a glamour suggestion. I’ll get to them after my camping trip this weekend. If you want to gpose at the shop, the located on Primal, Leviathan, Empyreum, ward 13, plot 54.))
88 notes · View notes