traaaaaaannnnnnnnnns
Welcome to /c/traaaaaaannnnnnnnnns, an anti-capitalist meme community for transgender and gender diverse people.
-
Please follow the Hexbear Code of Conduct
-
Selfies are not permitted for the personal safety of users.
-
No personal identifying information may be posted or commented.
-
Stay on topic (trans/gender stuff).
-
Bring a trans friend!
-
Any image post that gets 200 upvotes with "banner" or "rule 6" in the title becomes the new banner.
-
Posts about dysphoria/trauma/transphobia should be NSFW tagged for community health purposes.
-
When made outside of NSFW tagged posts, comments about dysphoria/traumatic/transphobic material should be spoiler tagged.
-
Arguing in favor of transmedicalism is unacceptable. This is an inclusive and intersectional community.
-
While this is mostly a meme community, we allow most trans related posts as we grow the trans community on the fediverse.
If you need your neopronouns added to the list, please contact the site admins.
Remember to report rulebreaking posts, don't assume someone else has already done it!
Matrix Group Chat:
Suggested Matrix Client: Cinny
https://matrix.to/#/#tracha:chapo.chat
WEBRINGS:
๐ณ๏ธโโง๏ธ Transmasculine Pride Ring ๐ณ๏ธโโง๏ธ
โฌ ๏ธ Left ๐ณ๏ธโโง๏ธ๐ณ๏ธโ๐ Be Crime Do Gay Webring ๐ณ๏ธโโง๏ธ๐ณ๏ธโ๐ Right โก๏ธ
view the rest of the comments
Edit: I updated my code, it is now more strict.
Yes: 160
No: 166
Maybe: 37
Total comments gone through: 434
The last few that aren't categories can be gone through manually. I haven't done that.
new code
:::
old comment
Yes: 150No: 223
Maybe: 23
Total comments gone through: 436
spoiler code
:::
I've updated my code. Changed the numbers a bit.
Yeah a lot of people had multiple nos in their comments and some had no in their username so you gotta scrub it
For the API luckely the content and the creator are different things (as would be expected), so it isn't a problem.
But there are some that are a bit difficult. Is "Yes but no but maybe" a yes, a no or a maybe? My code would say it's a Yes.
Think this'll work for the current survey?
I modified it a bit for the current survey:
This is the output:
I'm not sure what happened to the comments neither gone through nor skipped (I'm skipping replies)
Thanks, I'll take a look at running it when we're done collecting. I'm probably gonna have to comb over some answers that didn't complete the survey properly
Is there a way to just download the json? I'll probably just edit a text file and load it into your code
Just download the JSON from the API? Sure. Something like this:
I also realised what was wrong! range() is inclusive-exclusive, that means for 1 to 8: it should be (1,9).
Thanks for the help
Yes, or with very little changes.