[Boards: 3 / a / aco / adv / an / asp / b / biz / c / cgl / ck / cm / co / d / diy / e / fa / fit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mu / n / news / o / out / p / po / pol / qa / r / r9k / s / s4s / sci / soc / sp / t / tg / toy / trash / trv / tv / u / v / vg / vp / vr / w / wg / wsg / wsr / x / y ] [Home]
4chanarchives logo
4chan API
Images are sometimes not shown due to bandwidth/network limitations. Refreshing the page usually helps.

You are currently reading a thread in /g/ - Technology

Thread replies: 14
Thread images: 3
File: kek1.png (2 MB, 1420x1080) Image search: [Google]
kek1.png
2 MB, 1420x1080
Any good project/suggestions for projects involving the 4chan API?
>>
>>51739887

An Android app that's actually material and doesn't look like somebody from the FSF designed it.
>>
An android app that isn't shit
>>
something better than Cloverâ„¢
fuck you floens
>>
Notifications when anyone get trips or better across every board.
>>
>>51740005
>>51739911
>>51739985
This.

>>51740317
There's a Greasemonkey plugin for that.
>>
>>51740317
http://userscripts-mirror.org/scripts/show/180577
>>
File: 1425417741010.gif (84 KB, 403x392) Image search: [Google]
1425417741010.gif
84 KB, 403x392
>>51739911
>>51739985
>>51740005
>enabling normies to browse 4chan
>>
A tool that attempts to ID anonymous users across a board. Basically, analyze posts and try to cross reference them based on grammar, vocabularly, time of posting etc. and then predict if a new post belongs to someone who has already posted.
>>
File: hey.png (825 KB, 1155x836) Image search: [Google]
hey.png
825 KB, 1155x836
>>51741438
>Normies can already browse 4chan via the mobile version
>>
#Perfect for a rapberry Pi project
boardTag=input("board: ")
board = basc_py4chan.Board(boardTag)
idLen=GetIDLen(board)
thread_id=board.get_all_thread_ids()[1]
thread = board.get_thread(thread_id)
allPosts=thread.all_posts
l=len(allPosts)
lStr=[""] * l
for i in range(0,l):
lStr[i]=RemoveUnicodeAndNumber(allPosts[i].text_comment)
print(lStr[i])
while True:
sleep(10)
NumNewPosts=thread.update()
if NumNewPosts!=0:
allPosts=thread.all_posts#is there a way to only fetch the recent posts?
newL=len(allPosts)
for i in range(l,newL):
lStr+=RemoveUnicodeAndNumber(allPosts[i].text_comment)
print(lStr[i])#do text to speech here
l=newL
>>
>>51741813
Forgot indentations, actual version:
http://pastebin.com/pA0jbaeu
>>
>>51741863
>>51741813
Python pleb here, what does this do?
>>
>>51741900
Fills an array with text from posts on a thread, with unicode and >> removed. Can be used with the mechanize.Browser module to spam
Thread replies: 14
Thread images: 3

banner
banner
[Boards: 3 / a / aco / adv / an / asp / b / biz / c / cgl / ck / cm / co / d / diy / e / fa / fit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mu / n / news / o / out / p / po / pol / qa / r / r9k / s / s4s / sci / soc / sp / t / tg / toy / trash / trv / tv / u / v / vg / vp / vr / w / wg / wsg / wsr / x / y] [Home]

All trademarks and copyrights on this page are owned by their respective parties. Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.
If a post contains personal/copyrighted/illegal content you can contact me at [email protected] with that post and thread number and it will be removed as soon as possible.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com, send takedown notices to them.
This is a 4chan archive - all of the content originated from them. If you need IP information for a Poster - you need to contact them. This website shows only archived content.